A Vue wrapper component for cropperjs.
Checkout here agontuk.github.io/vue-cropperjs
npm install --save vue-cropperjs
For Vue 1.0, use
npm install --save vue-cropperjs@1.0.3
You will also need css & style loader for webpack
See the example files & cropperjs documentation
- Type:
string
- Required:
false
- Type:
object
- Required:
false
Styling for the image container
- Type:
object
- Required:
false
Styling for the image
- Type:
string
- Required:
false
Alternate text for the image
See cropperjs documentation for all posible options & methods.
MIT