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

Template Image and Original Image for Xcode #54

Closed greatmatis closed 3 years ago

greatmatis commented 3 years ago

FigmaExport is great, we're using it now on a live project, everybody loves it ✨

One of our iOS developers asking: is it possible to export pdf's in "Original Image" render mode, not "Template Image"? If it's not, can it be a feature request? :)

subdan commented 3 years ago

Hi, Thanks.

It isn‘t possible to use "Original Image" render mode when exporting icons right now. I will add ability to set render mode in the config file.

icons:
  format: pdf
  assetsFolder: Icons
  nameStyle: camelCase
  renderMode: original // optional, default value = "template"
subdan commented 3 years ago

Hi. I've add renderMode option. Please update to 0.18.6 and check it out.