scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
874 stars 307 forks source link

Export more than one image type with cropit, HOW? #222

Open udemethegrtman opened 7 years ago

udemethegrtman commented 7 years ago

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