NOTE: This is in alpha stage right, this is not ready for prod in any way.
Checkout Demo: https://progressive-image.codekart.dev
Watch in Action : https://www.devpunk.io
Use NPM
or Github
Registry to install blur-progressive-image.
# With NPM
npm install blur-progressive-image
# With Yarn
yarn add blur-progressive-image
Alternative, you can use direct link from this repo
https://github.com/reezpatel/progressive-image/releases/download/v0.0.6/progressive-image.js
Or CDN,
https://cdn.jsdelivr.net/npm/blur-progressive-image/dist/progressive-image.js
Since it is a web-component it is compatible with any frontend framework like React, Angular, Vue etc.
- To start with, add the script in root html to load web component.
<head>
<meta charset="UTF-8" />
<script src="~/node_modules/blur-progressive-image"></script>
</head>
- Use the web-component in the desired place
<progressive-image
src="https://link.to/original/image"
thumbnail="https://link.to/full/image"
/>
Property | Description | Default |
---|---|---|
src |
Full size image source | "" |
thumbnail |
Thumbnail of image | "" |
blur |
Blur Amount | 12 |
- Created by Reez Patel
- Email address: reezpatel@gmail.com
- @patelreez on Twitter.
progressive-image
is licensed under the MIT License. (See LICENSE)