1.0.0 • Published 7 years ago

async-image v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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