A very simple plugin to fix path directions in Figma. You can use your existing export config, this plugin will export files to every format to a single ZIP file. It will also warn if files are duplicated because they have the same name.
View the plugin in the Figma Community Store
- Install the plugin, of course
- Simply select your frames
- (optional) If necessary set export settings in Figma
- Open the plugin
- Your exports will be downloaded in a zip to the selected folder
- Fix-Path-Directions the brains of this plugin, thanks @herrstrietzel!
- SVGO for optimizing SVG's
- Vite for bundling the scripts to a single script file
- Cheerio for creating a virtual DOM to extract the data tags, this could be done via Regex, but I opted for flexibility
- JSZip for bundling the exports to a single ZIP file