Agontuk / vue-cropperjs

A Vue wrapper component for cropperjs https://github.com/fengyuanchen/cropperjs
MIT License
932 stars 225 forks source link

Base64 as source #129

Open tiagocarvalhomk opened 1 year ago

tiagocarvalhomk commented 1 year ago

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