Nice plugin by the way, i just want to ask if there is someone way to export more than one image types. I am using this plugin on a cover photo and it possible that my users might upload different image file types apart from the one i specified, so is there a way of adding more than one file format?
var imageData = $('.image-editor').cropit('export',{
type: "image/jpeg", // more image types...
});
Nice plugin by the way, i just want to ask if there is someone way to export more than one image types. I am using this plugin on a cover photo and it possible that my users might upload different image file types apart from the one i specified, so is there a way of adding more than one file format?