UNPKG

@yireen/squoosh-browser

Version:

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

9 lines (8 loc) 208 B
export function initEmscriptenModule(moduleFactory) { return moduleFactory({ noInitialRun: true, }); } export function blobToArrayBuffer(blob) { return new Response(blob).arrayBuffer(); }