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)

10 lines 273 B
export class VP8QuantMatrix { constructor() { this.y1Mat = new Int32Array(2); this.y2Mat = new Int32Array(2); this.uvMat = new Int32Array(2); this.uvQuant = 0; this.dither = 0; } } //# sourceMappingURL=vp8-quant-matrix.js.map