Skip to content

Latest commit

 

History

History

jpeg-size

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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