png-size-reader

1.0.1 • Public • Published

Build Status

png-size-reader

Gets the size of the png image

Installation

$ npm install png-size-reader

Example

var reader = require('png-size-reader');
reader(tgtFilePath).then(function(result) {
  console.log(result); // [width, height]
});

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i png-size-reader

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • tadashiy1012