Spaces:
Sleeping
Sleeping
File size: 119 Bytes
cc651f6 |
1 2 3 4 |
declare type color = [number, number, number];
export declare function oklabToSRgb(oklabRaw: color): color;
export {};
|