UNPKG

@yireen/squoosh-browser

Version:

An image compression tool run in browser while @squoosh/lib can not.

3 lines (2 loc) 153 B
import { EncodeOptions } from '../shared/meta'; export declare const webPEncode: (imageData: ImageData, options: EncodeOptions) => Promise<ArrayBuffer>;