lazy-image-loader

v1.7.0
Async image loading to decrease initial load time.

test

npm run lint && mocha

lint

eslint .

bundle

browserify index.js -o dist/lazy-image-loader.js

compress

uglifyjs -o dist/lazy-image-loader.min.js dist/lazy-image-loader.js

build

mkdir -p dist && npm run bundle && npm run compress

build:example

browserify -d example/main.js -o example/bundle.js

watch:example

watchify -v -d example/main.js -o example/bundle.js

prepublish

npm run build
npm i lazy-image-loader

Metadata

  • MIT
  • Whatever
  • ruffle1986
  • released 3/4/2016

Downloads

Maintainers