image-js
Version:
Image processing and manipulation in JavaScript
8 lines • 326 B
TypeScript
export declare const channelLabels: {
readonly GREY: readonly ["Grey"];
readonly GREYA: readonly ["Grey", "Alpha"];
readonly RGB: readonly ["Red", "Green", "Blue"];
readonly RGBA: readonly ["Red", "Green", "Blue", "Alpha"];
readonly BINARY: readonly ["Mask"];
};
//# sourceMappingURL=channelLabels.d.ts.map