UNPKG

image-in-browser

Version:

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

11 lines (10 loc) 208 B
/** @format */ /** * Enum representing ICC Profile Compression types. */ export declare enum IccProfileCompression { /** No compression */ none = 0, /** Deflate compression */ deflate = 1 }