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

Readme

Keywords

Package Sidebar

Install

npm i png-size-reader

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tadashiy1012