vue2-webp
v0.0.2
Published
Auto change png | jpg to webp
Downloads
8
Readme
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
- support mobile
- test webp file before replace
- more config