RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
719 stars 115 forks source link

Export gradients #123

Open ptxmac opened 2 years ago

ptxmac commented 2 years ago

It would be really cool to be able to export gradients from figma.

Not sure how it could be done for Android, but for iOS it would require each color of the gradient to be saved separately, and then extensions on e.g. LinearGradient / Gradient for swiftui. (And something similar for UIKit)

ptxmac commented 2 years ago

I made a very quick'n'drity experiment for this: https://github.com/ptxmac/figma-export/commit/6c14f089388b844cc9a6d2490046dc80a5fb5582

it only supports swiftui, and I haven't tested dark mode or non-main bundle assets