async-image

1.0.0 • Public • Published

async-image

Travis npm package Coveralls

Just an asynchronous image loader without any dependency.

example

import loadImage from 'async-image';
const img = await loadImage('path/to/my/image');
console.log('Yeah I can access the image width ', img.width);

install

npm i async-image

license

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7

Package Sidebar

Install

npm i async-image

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alexiskofman