UNPKG

@types/culori

Version:
8 lines (7 loc) 108 B
export interface Hsv { mode: "hsv"; h?: number; s: number; v: number; alpha?: number; }