canvas2image convert canvas to image 利用HTMLCanvasElement.toDataURL()的方法将canvas转成图片的data URI,传给img标签src则可以显示图片。 并添加了一些常用的方法,如下载,调整分辨率,清晰度优化等。