RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use wildcard on export

osipxd opened this issue · comments

It would be great to be able to export icons or illustrations matching wildcard:

figma-export images "200x200/*" # Export all illustrations 200x200
figma-export icons "32/navigation/*" # Export all navigation icons

FigmaExport already supports it.
https://github.com/RedMadRobot/figma-export#arguments
Did you check it?

Hm, I'll check it again, thanks

Fine, it works!