figma-export
figma-export copied to clipboard
Export gradients
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)
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