UNPKG
gradient-utils
Version:
latest (0.1.0)
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
css and svg gradient utils
github.com/isergey87/gradient-utils
isergey87/gradient-utils
gradient-utils
/
convert-css-gradient-to-svg
/
index.d.ts
3 lines
(2 loc)
•
92 B
TypeScript
View Raw
1
2
3
export
{ convertLinearGradient }
from
'./convert-linear-gradient'
;
export
*
from
'./types'
;