cropit icon indicating copy to clipboard operation
cropit copied to clipboard

Export more than one image type with cropit, HOW?

Open udemethegrtman opened this issue 9 years ago • 0 comments

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...
  });

udemethegrtman avatar Dec 15 '16 06:12 udemethegrtman