Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/forest8618/vue-img-view

a plugin for Vue.js, you can drag / view / rotate pictures anywhere
https://github.com/forest8618/vue-img-view

img vue

Last synced: about 2 months ago
JSON representation

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

Lists

README

        

# vue-img-view

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

## DEMO
[DEMO](https://la7ender.github.io/vue-img-view/ "demo")

## Install

``` bash
# install
npm install vue-img-view
```

## Setup

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

## Use

``` html

```