I plan to implement most image operations using WASM, and the progress has just begun:
- webp:
- Implemented lossy and lossless webp encoder and decoder with the help of
squoosh
- Implemented lossy and lossless webp encoder and decoder with the help of
pnpm add @sourcebug/image-wasmimport { toWebp } from "@sourcebug/image-wasm";
// ...pnpm run private:install
pnpm run devpnpm run private:install
pnpm run build