1.0.0 • Published 9 years ago

bmp-size-reader v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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