# vue-nuxt-cropper

## 🚀 QuickStart

1.  Install

```bash
yarn add vue-nuxt-cropper
```

2.  Import

```js
// main.js
import NuxtCropper from 'vue-nuxt-cropper'
Vue.use(NuxtCropper)
```

```html
<NuxtCropper ref="cropper" :src=""></NuxtCropper>
```
