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)

7 lines 316 B
export var QuantizerType; (function (QuantizerType) { QuantizerType[QuantizerType["octree"] = 0] = "octree"; QuantizerType[QuantizerType["neural"] = 1] = "neural"; QuantizerType[QuantizerType["binary"] = 2] = "binary"; })(QuantizerType || (QuantizerType = {})); //# sourceMappingURL=quantizer-type.js.map