bmp-size-reader
1.0.0 • Public • Published 
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
Install
npm i bmp-size-reader
Weekly Downloads