Agontuk/vue-cropperjs

Base64 as source

Opened this issue · 0 comments

Hello

anyone can manipulate de image when the source of the cropper is a base64 of an image?
Image renders fine but after, when I click on something, I get undefineds:

return this.zoomTo(canvasData.width * ratio / canvasData.naturalWidth, null, _originalEvent);

width is undefined