@anzerr/bmp.util
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

Intro

GitHub Actions status | publish

Util to encode and decode bmp in nodejs

Install

npm install --save git+https://github.com/anzerr/bmp.util.git
npm install --save @anzerr/bmp.util

Example

const bmp = require('bmp.util');
let data = fs.readFileSync('image.bmp');
let decode = bmp.decode(data);
let encode = bmp.encode(decode);
fs.writeFileSync('copy.bmp', encode.data);

Readme

Keywords

Package Sidebar

Install

npm i @anzerr/bmp.util

Weekly Downloads

1

Version

1.0.13

License

MIT

Unpacked Size

21.2 kB

Total Files

24

Last publish

Collaborators

  • anzerr