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
/
lab-and-lch
/
index.ts
6 lines
•
203 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
"./cielab-to-cie-1931-xyz"
;
export
*
from
"./lab-to-lch"
;
export
*
from
"./lch-to-lab"
;
export
*
from
"./oklab-to-cie-1931-xyz"
;
export
*
from
"./to-css"
;
export
*
from
"./max-chroma"
;