simondh's picture
front
cc651f6
raw
history blame
135 Bytes
declare type color = [number, number, number];
export declare function oklchToDisplayP3(oklchRaw: color): [color, boolean];
export {};