1.0.2 • Published 8 years ago

co-probe-image-size v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

co-probe-image-size

Get image size without full download. Supported image types: JPG, GIF, PNG, WebP, BMP, TIFF, PSD.

Install

npm install co-probe-image-size --save

Oo, I need star: here.

Example

var probe = require('co-probe-image-size');

var dimensions = yield probe.getSize("test-image-name.jpg");
console.log(dimensions);

License

MIT

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago