Overview of jSquash packages
mainjSquash is a collection of WebAssembly image codecs designed for Browser and Web Worker environments. Unlike Squoosh, these are built for strict environments (like Cloudflare Workers) that do not allow dynamic code execution and do not rely on the TextEncoder/TextDecoder API.
Available packages include:
@jsquash/avif: AVIF encoder/decoder (libavif)@jsquash/jpeg: JPEG encoder/decoder (MozJPEG)@jsquash/jxl: JPEG XL encoder/decoder (libjxl)@jsquash/oxipng: PNG optimizer (Oxipng)@jsquash/png: PNG encoder/decoder (rust PNG crate)@jsquash/qoi: QOI encoder/decoder@jsquash/resize: Image resizer (supports upscaling and downscaling)@jsquash/webp: WebP encoder/decoder (libwebp)