Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenmonking opened this issue Aug 15, 2018 · 1 comment

Comments

@greenmonking
Copy link

No description provided.

@jianggle
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants