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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    286
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    286

Package Sidebar

Install

npm i jpeg-size

Weekly Downloads

133

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tjholowaychuk