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