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
/
dist
/
conversions
/
rgb
/
index.js
10 lines
(9 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
"./encode"
;
export
*
from
"./to-cylindrical"
;
export
*
from
"./to-linear"
;
export
*
from
"./to-css"
;
export
*
from
"./to-yuv-hdtv"
;
export
*
from
"./to-yuv-sdtv"
;
export
*
from
"./to-ydbdr"
;
export
*
from
"./to-yiq-fcc"
;
export
*
from
"./to-yiq-1953"
;