@sourcebug/image-wasm
v0.0.6
Published
## Description
Readme
Image WASM
Description
I plan to implement most image operations using WASM, and the progress has just begun:
- [ ] webp:
- [x] Implemented lossy and lossless webp encoder and decoder with the help of
squoosh
- [x] Implemented lossy and lossless webp encoder and decoder with the help of
Install
pnpm add @sourcebug/image-wasmUsage
import { toWebp } from "@sourcebug/image-wasm";
// ...Start Development
Dev Mode
pnpm run private:install
pnpm run devBuild Production
pnpm run private:install
pnpm run build