react-lazy-progressive-image

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

flow

flow

predev

rimraf dist

dev

parcel demo/index.html

prebuild

rimraf lib

pretty

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

build

babel src --out-dir lib

lint

eslint {__tests__,src}/*.js

test:only

jest

pretest

npm run build

test

npm run lint && npm run flow && 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 2/19/2018

Downloads

Maintainers