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

[BUG] Can't export images to Android. #38

Closed yyjim closed 3 years ago

yyjim commented 3 years ago

Description

The figma-export images is broken for Android.

Root cause

The bug was caused by this PR(supporting device idiom).

The loadPNGImages method was changed to return ImagePack.images, but the exportAndroidRasterImages only accept ImagePack.individualScales so that no image will be exported.

Change in this PR

yyjim commented 3 years ago

Hi @subdan Sorry for causing this issue. Please help to review this PR. Thanks.

subdan commented 3 years ago

I will review this PR on weekend. Ok?

yyjim commented 3 years ago

No problem. Thanks

subdan commented 3 years ago

Thanks!