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
Some of the plugins in this repo use SVG filters, which is awesome! However, those filters are difficult to edit because they are hard-coded as strings in the plugin repo. How would you feel about breaking them out into their own files and pulling them in via fs.readFileSync? Similarly, for filters that leverage CSS, how would you feel about breaking those out into their own files?
The text was updated successfully, but these errors were encountered:
Some of the plugins in this repo use SVG filters, which is awesome! However, those filters are difficult to edit because they are hard-coded as strings in the plugin repo. How would you feel about breaking them out into their own files and pulling them in via
fs.readFileSync
? Similarly, for filters that leverage CSS, how would you feel about breaking those out into their own files?The text was updated successfully, but these errors were encountered: