Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Browser image size

NPM version build status

Sauce Test Status

Installation

$ npm install browser-image-size

To use browser-image-size you must polyfill Promise.

Usage

var browserImageSize = require('browser-image-size')

browserImageSize('128.png')
.then(function (size) {
  console.log(size)
  // => {height: 128, width: 128}
})

API

browserImageSize(image)

Parameters:

  • image : {(File|blob|string)} File, blob, or URL string

Returns:

  • BrowserImageSizePromise : {Promise} resolved with object containing image width and height

Tests

$ npm test -- --local

License

MIT

About

Get image size in the browser

Resources

License

Packages

No packages published