An open API service indexing awesome lists of open source software.

https://github.com/calvin-ll/vue-image-modernizer


https://github.com/calvin-ll/vue-image-modernizer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# vue-image-modernizer

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=flat)](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


```