rodzic
f3f3be85d5
commit
c448a858da
|
@ -1 +0,0 @@
|
|||
declare module "colorspaces"
|
|
@ -0,0 +1,8 @@
|
|||
declare module "colorspaces" {
|
||||
export type Color = {
|
||||
is_displayable(): boolean;
|
||||
as(format: "hex"): string;
|
||||
};
|
||||
|
||||
export function make_color(kind: "CIELUV" | "sRGB", value: number[]): Color;
|
||||
}
|
Ładowanie…
Reference in New Issue