Skip to content
A promise-based JavaScript asset loader.
JavaScript CoffeeScript CSS
Find file
Latest commit 64bebd8 @lettertwo lettertwo Release v0.3.0

README.md

queueup.js

queueup.js is a promise-based JavaScript asset loader.

queueup().load('myimage.jpg').then(function (image) {
    document.body.appendChild(image);
});

Installation

  • Node, browserify and webpack users can npm install queueup
  • Bower users can bower install queueup
  • Or just grab the script from the "standalone" directory in the repo
Something went wrong with that request. Please try again.