UNPKG

@yireen/squoosh-browser

Version:

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

3 lines (2 loc) 166 B
export declare function isTypeSupported(mimeType: string): Promise<boolean>; export declare function decode(blob: Blob | File, mimeType: string): Promise<ImageData>;