UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

10 lines (8 loc) 239 B
// Shortcuts for common image kinds export const BINARY = 'BINARY'; export const GREY = 'GREY'; export const GREYA = 'GREYA'; export const RGB = 'RGB'; export const RGBA = 'RGBA'; export const CMYK = 'CMYK'; export const CMYKA = 'CMYKA';