UNPKG

@yireen/squoosh-browser

Version:

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

3 lines (2 loc) 216 B
export declare function initEmscriptenModule<T extends EmscriptenWasm.Module>(moduleFactory: EmscriptenWasm.ModuleFactory<T>): Promise<T>; export declare function blobToArrayBuffer(blob: Blob): Promise<ArrayBuffer>;