UNPKG
allc
Version:
latest (0.4.0)
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.3.0-rc.1
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
A small typescript package for color conversion.
allc
/
src
/
conversions
/
hsl-hsv-and-hsi
/
index.ts
7 lines
(6 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
"./hsl-to-rgb"
;
export
*
from
"./hsv-to-rgb"
;
export
*
from
"./hsi-to-rgb"
;
export
*
from
"./hsl-to-hsv"
;
export
*
from
"./hsv-to-hsl"
;
export
*
from
"./to-css"
;