UNPKG

allc

Version:

A small typescript package for color conversion.

11 lines 391 B
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";