Skip to main content
Question

Download multiple images in Figma?

  • April 5, 2023
  • 1 reply
  • 2619 views

Nidhin_Kuttikkattu_Rajeevan

Hi Experts,

I am using Visual studio code, Figma plugin, Figma desktop. I have my Figma file with a lot of component instances… In each component instance, I have number of properties. Using setProperties API, I am able to set the properties at run time. While I set each properties, the rendering images are also updating in Figma screen. Basically, I want to automate this.

I am able to set the properties one by one, and this different rendering screens, I convert as pngs. Once all the properties are set, I will have a sequence of images. I wish to export all these images as a zip file.

Can someone provide me an idea what are the requirements to export multiple images as zip? I tried JSZIP, it was not working.

This topic has been closed for replies.

1 reply

Nidhin_Kuttikkattu_Rajeevan

Thank you Celine for the corrections…