Good morning,
I found an error with my Cropper.js configuration and was trying to find a solution when I discovered that the current version had been updated from Cropper.js v1.6.2 to Cropper.js v2.0.0, but without any reports in the ChangeLog.
The new version behaves differently, especially because, in order to call it in JS, I now have to use "cropper = new Cropper.default(image, …)" instead of "cropper = new Cropper(image, …)".
Additionally, in your documentation (https://preview.keenthemes.com/html/metronic/docs/general/cropper), you are still using version v1.6.2...
Which version should I use? I would also appreciate being able to study your usage system for v2.0.0.
Thank you.