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 173 B
export class HuffmanTablesSegment { constructor() { this.currentOffset = 0; this.size = 0; } } //# sourceMappingURL=webp-huffman-table-segment.js.map