🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@sourcebug/image-wasm

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sourcebug/image-wasm

## Description

0.0.6
latest
npm
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 27 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts