@sourcebug/image-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

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

Install

pnpm add @sourcebug/image-wasm

Usage

import { toWebp } from "@sourcebug/image-wasm";

// ...

Start Development

Dev Mode

pnpm run private:install
pnpm run dev

Build Production

pnpm run private:install
pnpm run build

Readme

Keywords

none

Package Sidebar

Install

npm i @sourcebug/image-wasm

Weekly Downloads

1

Version

0.0.6

License

ISC

Unpacked Size

1.12 MB

Total Files

10

Last publish

Collaborators

  • sourcebug