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 209 B
export class VP8TopSamples { constructor() { this.y = new Uint8Array(16); this.u = new Uint8Array(8); this.v = new Uint8Array(8); } } //# sourceMappingURL=vp8-top-samples.js.map