npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

png-size-component

0.0.2

@tjholowaychuk

npmSnykSocket
Downloads:11
$ npm install png-size-component
DailyWeeklyMonthlyYearly

png-size

Read PNG dimensions from a File or Blob

Installation

$ component install component/png-size

Example

var dims = require('png-size');
dims(file, function(err, w, h){

});

License

MIT