1.0.0 • Published 11 years ago

load-image v1.0.0

Weekly downloads
163
License
-
Repository
github
Last release
11 years ago

load-image

load an image asynchronously, promised. also works in node with node-canvas.

Installation

$ npm install load-image

or

$ component install nathan7/load-image

API

loadImage(src)

Load an image from the given source. Returns a promise. src can be anything Image#src accepts or a promise for it (which is resolved at loading-time)

loadImage.lazily(src)

Lazily load the given image (returns a lazy promise)

License

MIT