UNPKG

@yireen/squoosh-browser

Version:

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

4 lines (3 loc) 139 B
import encode from '../worker/jxlEncode'; export const jxlEncode = (imageData, options) => encode(imageData, options); const maxSpeed = 7;