how to initialize croppie after first initializeztion
use destroy method then init croppie again:
---------------------------------------------
$('#someId').croppie('destroy');
$('#someId').croppie({
viewport: {
width: 300,
height: 300,
type: 'square'
},
boundary: {
width: 200,
height: 200
},
});