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)

12 lines 315 B
export class VP8MBData { constructor() { this.coeffs = new Int16Array(384); this.isIntra4x4 = false; this.imodes = new Uint8Array(16); this.uvmode = 0; this.nonZeroY = 0; this.nonZeroUV = 0; this.dither = 0; } } //# sourceMappingURL=vp8-mb-data.js.map