gif-size-reader

1.0.0 • Public • Published

Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i gif-size-reader

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tadashiy1012