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)
8 lines • 348 B
JavaScript
export var WebPFormat;
(function (WebPFormat) {
WebPFormat[WebPFormat["undefined"] = 0] = "undefined";
WebPFormat[WebPFormat["lossy"] = 1] = "lossy";
WebPFormat[WebPFormat["lossless"] = 2] = "lossless";
WebPFormat[WebPFormat["animated"] = 3] = "animated";
})(WebPFormat || (WebPFormat = {}));
//# sourceMappingURL=webp-format.js.map