Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 663 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 663 Bytes

Progressive Image Loading Techniques

What is this repo about?

An example of the how to apply progressive image loading using a few strategies.

Setup

npm install to install the dependencies

npm run pre-build to generate the image placeholders

npm run start to run the webpack-dev-server

Dependencies

This project depends on a few NodeJS libs, namely sharp and potrace.

Also, it uses Intersection Observer API for lazy loading.

License

This project is under the MIT license