nitishkr88 / progressive-image-loading

Progressive Image Loading Techniques

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Progressive Image Loading Techniques


Languages

Language:JavaScript 96.4%Language:CSS 2.6%Language:HTML 1.0%