jpeg-size

0.0.1 • Public • Published

jpeg-size

Read JPEG image dimensions from a File or Blob

Installation

$ component install component/jpeg-size

Example

var size = require('jpeg-size');
var s = size(buf);
// => { width: 200, height: 400 }

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i jpeg-size

Weekly Downloads

245

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tjholowaychuk