Skip to content

Latest commit

 

History

History
executable file
·
34 lines (25 loc) · 540 Bytes

README.md

File metadata and controls

executable file
·
34 lines (25 loc) · 540 Bytes

Retinajs Binding of Vue

Install

With Yarn:

yarn add vue-retina

With npm:

npm install vue-retina --save

Usage

example

import Vue from 'vue/dist/vue.common.js'
import retina from 'retinajs'
import VueRetina from 'vue-retina'

Vue.use(VueRetina, {retina})
<img :src="img" v-rjs="3">

Todo

  • change image size properly when image src is changed

License

MIT