UNPKG

@yireen/squoosh-browser

Version:

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

16 lines (15 loc) 271 B
export const workerResizeMethods = [ 'triangle', 'catrom', 'mitchell', 'lanczos3', 'hqx', ]; export const defaultOptions = { width: 1, height: 1, method: 'lanczos3', fitMethod: 'stretch', premultiply: true, linearRGB: true, };