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

Output progress when fetching image URLs

subdan opened this issue · comments

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