You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last version of Cropper JS, the replace() method of Cropper takes only 1 parameter (url) instead of 2 as used in the VueCropper.js file.
Cropper JS method :
In the last version of Cropper JS, the replace() method of Cropper takes only 1 parameter (url) instead of 2 as used in the VueCropper.js file.
Cropper JS method :
VueCropper JS method :
To fix that, replace the definition of
replace
from VueCropperJS by the definition below:The text was updated successfully, but these errors were encountered: