bmp-size-reader

1.0.0 • Public • Published

Build Status

bmp-size-reader

Gets the height and width of the bmp image

Installation

$ npm install bmp-size-reader

Example

const reader = require('bmp-size-reader');
reader(tgtFilePath).then((result) => {
  console.log(result); // [width, height]
});

License

MIT

/bmp-size-reader/

    Package Sidebar

    Install

    npm i bmp-size-reader

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tadashiy1012