1.0.0 • Published 9 years ago
bmp-size-reader v1.0.0
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
1.0.0
9 years ago