allc
Version:
A small typescript package for color conversion.
12 lines (11 loc) • 382 B
JavaScript
export * from "./to-cie-1931-xyy";
export * from "./to-cielab";
export * from "./to-css";
export * from "./to-linear-adobe-rgb";
export * from "./to-linear-display-p3";
export * from "./to-linear-srgb";
export * from "./to-linear-rec-2020";
export * from "./to-linear-prophoto-rgb";
export * from "./to-oklab";
export * from "./to-linear-ntsc";
export * from "./to-linear-smpte-c";