UNPKG

@types/culori

Version:
8 lines (7 loc) 108 B
export interface Hwb { mode: "hwb"; h?: number; w: number; b: number; alpha?: number; }