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 333 B
export var QuantizeMethod; (function (QuantizeMethod) { QuantizeMethod[QuantizeMethod["neuralNet"] = 0] = "neuralNet"; QuantizeMethod[QuantizeMethod["octree"] = 1] = "octree"; QuantizeMethod[QuantizeMethod["binary"] = 2] = "binary"; })(QuantizeMethod || (QuantizeMethod = {})); //# sourceMappingURL=quantize-method.js.map