UI Components > Overlay


vue-img-view 0.12


a plugin for Vue.js, you can drag / view / rotate pictures anywhere
  • img
  • vue
last commit 6 years ago
31
Stargazers

Watchers
31
Open issues
0
9874
Downloads

Last 30 days
319
Releases
5
48
Final Score

Quality
52
Popularity
8
Maintenance
84

vue-img-view

a plugin for Vue.js, you can drag / view / rotate pictures anywhere

DEMO

DEMO

Install

# install
npm install vue-img-view

Setup

import imgView from 'vue-img-view'
Vue.use(imgView)

Use

<img-view :imgUrl="imgUrl" :background="background"></img-view>