react-lazy-progressive-image

v1.3.5
Load low resolution/ placeholder image first and then load the actual image lazily when it's in the viewport.

predev

rimraf dist

docz

docz dev

dev

parcel demo/index.html

prebuild

rimraf lib

pretty

prettier --write '{__tests__,src}/*.js'

build

BABEL_ENV=production babel src --out-dir lib

lint

eslint {__tests__,src}/*.js

test:only

jest

pretest:only

npm run build

test

npm run lint && npm run test:only

prepublish

npm run pretty && npm run test

postpublish

git push origin master --tags

Metadata

  • MIT
  • >=6.0.0
  • Bhargav Ponnapalli
  • released 6/17/2018

Downloads

Maintainers