tsimenis / figma-export-icons

Uses the Figma REST api to export svg icons into your project
MIT License
54 stars 24 forks source link

Multiple frames and pages #14

Closed yceballost closed 3 years ago

yceballost commented 3 years ago

Hi!

Could I export at the same time 3 different frames (I have 3 icon weights)?

And multiple frames and pages? I have in the same file a multibrand icon system

Thanks!

tsimenis commented 3 years ago

Hi!

You could easily solve your first problem by moving your 3 icon weights in one frame, unless there is a reason you cannot do that. Still that is not something the script should be responsible for.

You can export using different config files --config=path/to/config.json as long as they have different iconsPath to export to.

yceballost commented 3 years ago

Thanks! works perfectly!