load-images

0.1.1 • Public • Published

load-images

Preload images for use in games, animations, etc.

Install

npm install --save load-images

Usage

var loadImages = require('load-images');

var loaded;
loadImages(arrayOfImagePaths, function(err, images){
    if (err) throw err;
    loaded = images;
    // start game or animation
});

The images argument is an object where each key is the filename of the image and the value is the img object.

Recommended modules

Take a look at the crtrdg.js project at crtrdg.com as well as the game-modules wiki.

License

MIT

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i load-images

    Weekly Downloads

    2

    Version

    0.1.1

    License

    none

    Last publish

    Collaborators

    • sethvincent