ballcat-projects / vue-cropper

vue image cropper components by cropperjs.
https://ballcat-projects.github.io/vue-cropper/
MIT License
13 stars 2 forks source link

Way to get cropped data #2

Closed MaikonPanazzolo closed 2 years ago

MaikonPanazzolo commented 2 years ago

Hello guys, how are you, hope you good.

I'm testing your package and it's not clear enough about how can I get the cropped data, I'm using with quasar framework and my Vue is on version 3.0.

Obs: it's not an issue.

Hccake commented 2 years ago

What you need should be the getCroppedCanvas method.

See the documentation of cropperjs,you can use the component's ref to call any method in the documentor.

Here is a code that uses an example.