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

Readme

Keywords

none

Package Sidebar

Install

npm i async-image

Weekly Downloads

10

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alexiskofman