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)

11 lines 262 B
export class VP8PictureHeader { constructor() { this.width = 0; this.height = 0; this.xscale = 0; this.yscale = 0; this.colorspace = 0; this.clampType = 0; } } //# sourceMappingURL=vp8-picture-header.js.map