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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i gif-size-reader

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tadashiy1012