0.0.2 • Published 7 years ago

vue2-webp v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

vue-webp

A plugin help you replace .png .jpg to .webp

How to use

// in your main.js
import webp from 'vue2-webp'
Vue.use(webp)

// where you need to replace
<img v-webp="src" />

How it works

In construct it will check the browser, and if browser support use webp, it will replace .png or .jpg to .webp

To do

  1. support mobile
  2. test webp file before replace
  3. more config