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 202 B
export class VP8FInfo { constructor() { this.fLimit = 0; this.fInnerLevel = 0; this.fInner = false; this.hevThresh = 0; } } //# sourceMappingURL=vp8-f-info.js.map