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 png format with ios images

lowfiend opened this issue · comments

commented

I see config.md ios images not found format parameter.
It export default is svg. Will add format parameter in future?

FigmaExport exports images in PNG format. Which format do you want to use and why PNG format doesn't work for you?

commented

I want to export ios images with png. But yaml file ios images option can't use format with png.So it export always is svg.

commented

1639093483175

I want to export ios images with png. But yaml file ios images option can't use format with png.So it export always is svg.

FigmaExport always export images in PNG format for iOS. You don't need to specify format.

So it export always is svg.

Remove android options in the figma-export.yml file. When figma-export.yml file contains android.images.format value it tries to export images in SVG format. It is a bug. I will fix it.

commented

ok thanks.

Remove android options in the figma-export.yml file

it's work.