secundant / neodx

A collection of frontend-focused tools aimed at enhancing your development experience
MIT License
80 stars 6 forks source link

`@neodx/figma` - Add opt-in `svgo` optimization #71

Closed secundant closed 1 year ago

secundant commented 1 year ago

After inspecting several of the exported icons, I found that they're not being optimized as much as they could be. They include superfluous elements like IDs, groups, and extra properties. To improve this situation, I suggest incorporating svgo into our export setup, it should be an opt-in feature, configurable via figma.config.js.