- Adds initial Magic Kernel resizing method support (Using the Rust library)
magicKernel
- The original Magic Kernel algorithmmagicKernelSharp2013
- A sharpened version of the Magic Kernel algorithmmagicKernelSharp2021
- A further sharpened version of the Magic Kernel algorithm
- Moves compiled wasm and js files to the 'lib/*/pkg' directory. If you were using the wasm file directly you will need to update your paths to reference the following
node_modules/@jsquash/resize/lib/hqx/pkg/squooshhqx_bg.wasm
node_modules/@jsquash/resize/lib/resize/pkg/squoosh_resize_bg.wasm
- Fixes memory leak caused by a bug with wee_alloc
- Add same ImageData polyfill and tweaks to better support Cloudflare Workers and Node.js
- Ensures license is properly included in the package
- Adds Node.js ESM support
- Removes *.d.ts.map files from the package