RedMadRobot / figma-export

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

Output progress when fetching image URLs #58

Closed subdan closed 3 years ago

subdan commented 3 years ago

Fetching URLs for images using Figma API takes a long time. FigmaExport should output progress to the console.

Example:

> Fetching images info from Figma. Please wait...
> Fetching in progress 0/100
> Fetching in progress 20/100
> Fetching in progress 40/100