A Vue component for use cropperjs.
Visit in https://vv13.github.io/v-cropperjs.
$ npm i v-cropperjs
| Name | Type | Required | Description |
| – | – | – | – |
| src | string | – | Img src |
| options | object | – | cropperjs’s options
| domProps | object | – | Img DOM properties
See cropperjs documentation for all posible options
cropperjs instance in component’s data named ‘cropper’, so you can use it like this.$refs.SOME_REF_NAME.cropper.zoom(0.1).