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)

8 lines 231 B
export class WebPClSymbol { constructor(symbol, extraBits, extraValue) { this.symbol = symbol; this.extraBits = extraBits; this.extraValue = extraValue; } } //# sourceMappingURL=webp-cl-symbol.js.map