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
/
index.ts
11 lines
(10 loc)
•
290 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
*
from
"./cie-1931-xyz"
;
export
*
from
"./hsl-hsv-and-hsi"
;
export
*
from
"./lab-and-lch"
;
export
*
from
"./rgb"
;
export
*
from
"./cie-1931-xyy"
;
export
*
from
"./decode"
;
export
*
from
"./linear-rgb"
;
export
*
from
"./yuv"
;
export
*
from
"./ydbdr"
;
export
*
from
"./yiq"
;