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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i jpeg-size

      Weekly Downloads

      133

      Version

      0.0.1

      License

      MIT

      Last publish

      Collaborators

      • tjholowaychuk