AlloyTeam / AlloyCrop

The best and tiny size mobile cropping component - 做最好且最小的移动裁剪组件
https://alloyteam.github.io/AlloyCrop/
943 stars 145 forks source link

裁剪图片点ok的回调里面能不能返回裁剪后的图片的file对象 #28

Open greenmonking opened 6 years ago

jianggle commented 5 years ago

转一下就行啦 canvas2file(canvas,quality,fn){ canvas.toBlob(function(blob){ fn(blob); },'image/jpeg',quality) }