0.1.0 • Published 13 years ago
png-size
Licence
MIT
Version
0.1.0
Deps
0
Vulns
0
Weekly
0
png-size
Read PNG dimensions from a File or Blob
Installation
$ component install component/png-size
Example
var size = require('png-size');
var s = size(buf);
// => { width: 100, height: 150 }
License
MIT