/vue-img-view

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

Primary LanguageVue

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>