UNPKG

@yireen/squoosh-browser

Version:

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

5 lines (4 loc) 139 B
import encode from '../worker/mozjpegEncode'; export function mozJPEGEncode(imageData, options) { return encode(imageData, options); }