Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

findie/png-size-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gets the size of the png image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%