https://github.com/calvin-ll/vue-image-modernizer
https://github.com/calvin-ll/vue-image-modernizer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/calvin-ll/vue-image-modernizer
- Owner: Calvin-LL
- License: mit
- Created: 2021-01-04T18:03:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T13:14:39.000Z (over 3 years ago)
- Last Synced: 2025-04-14T09:16:53.326Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.77 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-image-modernizer
[](https://opensource.org/licenses/MIT)
## Plugins
- [vue-cli-plugin](https://github.com/Calvin-LL/vue-image-modernizer/tree/main/packages/vue-cli-plugin-image-modernizer)
- vite(WIP)
## Introduction
A Vue plugin to add `srcset` for your `
` tags.
vue-image-modernizer is designed to modernize `
` tags in Vue by compressing and generating smaller images for smaller devices and adding lazy loading.
Turns
```html
```
into
```html

```
or
```html
```
or
```html
```