angular-cropperjs
angular-cropperjs copied to clipboard
Does this work with cropperjs events like onCropMove etc
I expected something like
this.angularCropper.cropper.onCropMove(function(event){console.log(event);});
to work. Is this at all supported?
Thanks.
It should work.
But this library uses the pure javascript version, not jQuery version. You need to look cropperjs javascript doc.