0.0.8 • Published 8 months ago

@sourcebug/image-lib v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Image WASM

Description

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

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
0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

9 months ago

0.0.1

9 months ago