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)

9 lines 216 B
export class VP8FrameHeader { constructor() { this.keyFrame = false; this.profile = 0; this.show = 0; this.partitionLength = 0; } } //# sourceMappingURL=vp8-frame-header.js.map