figma-export icon indicating copy to clipboard operation
figma-export copied to clipboard

Export gradients

Open ptxmac opened this issue 3 years ago • 1 comments

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 avatar Oct 13 '21 08:10 ptxmac

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

ptxmac avatar Oct 14 '21 15:10 ptxmac