image-rust
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

install

pnpm i image-rs

usage

import {decode} from 'image-rs'
const buf = fs.readFileSync('./assets/win.jpg')
const { width, height, channel, pixels } = decode(buf)
expect(width * height * channel).toEqual(pixels.length)

Readme

Keywords

none

Package Sidebar

Install

npm i image-rust

Weekly Downloads

0

Version

0.1.0

License

ISC

Unpacked Size

1.35 MB

Total Files

4

Last publish

Collaborators

  • ahaoboy