UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

8 lines 227 B
export const channelLabels = { GREY: ['Grey'], GREYA: ['Grey', 'Alpha'], RGB: ['Red', 'Green', 'Blue'], RGBA: ['Red', 'Green', 'Blue', 'Alpha'], BINARY: ['Mask'], }; //# sourceMappingURL=channelLabels.js.map