gif-size-reader
1.0.0 • Public • Published 
gif-size-reader
Gets the height and width of the gif image
Installation
$ npm install gif-size-reader
Example
const reader = require('gif-size-reader');
reader(tgtFilePath).then((result) => {
console.log(result); // [width, height]
});
License
MIT
Install
npm i gif-size-reader
Weekly Downloads