UNPKG

@yireen/squoosh-browser

Version:

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

3 lines (2 loc) 119 B
import encode from '../worker/wp2Encode'; export const wp2Encode = (imageData, options) => encode(imageData, options);