I want to crop image from external server and save it on mine. But I have many troubles with CORS policy, when trying to call
cropper.cropper.getCroppedCanvas().toBlob( (blob) => {
console.log(blob);
//and my ajax request
});
Any help will be appreciated. thanks