load-image

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i load-image

Weekly Downloads

315

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nathan7