An example of the how to apply progressive image loading using a few strategies.
npm install
to install the dependencies
npm run pre-build
to generate the image placeholders
npm run start
to run the webpack-dev-server
This project depends on a few NodeJS libs, namely sharp and potrace.
Also, it uses Intersection Observer API for lazy loading.
This project is under the MIT license