UNPKG

voluptasquisquam

Version:

Image processing and manipulation in JavaScript

6 lines (5 loc) 134 B
export const RGB = 'RGB'; export const HSL = 'HSL'; export const HSV = 'HSV'; export const CMYK = 'CMYK'; export const GREY = 'GREY';