A Vue wrapper component for cropperjs.
npm install --save vue-cropperjs
You will also need css & style loader for webpack
See the example files & cropperjs documentation
- Type:
string
- Required:
true
- 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