UNPKG

@yireen/squoosh-browser

Version:

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

5 lines (4 loc) 163 B
import encode from '../worker/avifEncode'; export const avifEncode = (imageData, options) => encode(imageData, options); const maxQuant = 63; const maxSpeed = 10;