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

Export only modified image components

subdan opened this issue · comments

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.