Skip to content

nitishkr88/progressive-image-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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