load-image-queue

v1.1.0
Loading image with queue support to allow loading images as you need. Ideal for virtual list (with cancel support).
javascript queue load-queue image loading

build-pre

rimraf dist

build-dev

NODE_ENV=development webpack --progress --colors

build-prod

BABEL_ENV=production NODE_ENV=production webpack -p

build-lib

babel --out-dir lib src

build

npm run build-pre && npm run build-dev && npm run build-prod && npm run build-lib

watch

webpack --progress --colors --watch

lint

eslint ./src/. --ext .js

lint-fix

eslint --fix ./src/. --ext .js

test

jest

test-coverage

jest --coverage

dev-test

jest --watch
npm i load-image-queue

Metadata

  • MIT
  • Whatever
  • Martin Kluska
  • released 8/2/2017

Downloads

Maintainers