Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 384 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 384 Bytes

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>