figx
figx copied to clipboard
A comprehensive and reliable figma utilities library
Results
1
figx issues
Sort by
recently updated
recently updated
newest added
### Describe the solution you'd like `toGradientPaint` should take a valid css gradient string and return a Figma GradientPaint object. For example: **Input**: `linear-gradient(90deg, #fff, #000)` **Output**: ``` javascript {...
help wanted