get-image

2.0.0 • Public • Published

get-image

get-image is a simple module that creates a preloaded <img> for a given src.

Build status

Browser support

Install

$ npm install get-image

note: canvas is not installed alongside get-image

get-image requires automattic/node-canvas for its server/node variant, however, to avoid browser-only users from having to endure the native compilation process, it needs to be npm installed separately.

Usage

Browser & Server

var image = require('get-image')
 
image('./image.jpg', function(error, img) {
  document.body.appendChild(img)
})

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i get-image

Weekly Downloads

2,684

Version

2.0.0

License

MIT

Last publish

Collaborators

  • michaelrhodes