You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you accept a PR that begins to explain how to use type and modifiers in your plugin? I wanted to create
emboss-{size}/{opacity}
and needed to dig into the test files to see an example of how to do it. It might be nice to at least explain the concept in broad terms.
If these things are considered private API, then perhaps they should be removed from the public types? (Seeing { modifier } in the type spec in my IDE tipped me off that something was there.)
The text was updated successfully, but these errors were encountered:
Would you accept a PR that begins to explain how to use type and modifiers in your plugin? I wanted to create
emboss-{size}/{opacity}
and needed to dig into the test files to see an example of how to do it. It might be nice to at least explain the concept in broad terms.
If these things are considered private API, then perhaps they should be removed from the public types? (Seeing
{ modifier }
in the type spec in my IDE tipped me off that something was there.)The text was updated successfully, but these errors were encountered: