RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
718 stars 114 forks source link

Export only modified image components #148

Open subdan opened 2 years ago

subdan commented 2 years ago

Each Figma component have updated_at property. It’s a time at which the component was updated. FigmaExport can use this property to download images only for updated components since last export. This will significantly increase speed of exporting images.

The main question is where to store timestamps of last exported images.