我有<div id="qrcode"></div>
然后使用QR码jquery.qrcode.js plugin creates over a
`元素。
所以,我想在页面中放置一个<button>
元素,用于下载即时创建的“图像”(它是一个画布元素)。
有可能吗?
答案 0 :(得分:1)
可以使用HTML5 blob来保存图像。
http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-file-writing
你可以在这段代码中完成类似的Blob:
https://github.com/miohtama/Krusovice/blob/master/src/tools/resizer.js