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

Avoid fetch images timeout issue for large project #53

Closed yyjim closed 3 years ago

yyjim commented 3 years ago

Description

We got problem when export assets for large project (500+ assets). The export process failed due to timeout issue. (The timeout is set to 30s) There also will be a problem if it only uses one api call to pull all images. The request url might be too long.

Changes

yyjim commented 3 years ago

Hello @subdan Please help to review this PR when you have time. Thanks.

subdan commented 3 years ago

Thanks for the PR. I will check it by the end of the week.