目前我正在使用 Canvas2Image 来保存我的 HTML5 画布的内容.但是,它似乎不适用于 Google Chrome.欢迎任何关于如何解决该问题的想法.:)
Currently I am using Canvas2Image to save the content of my HTML5 canvas. It doesn't appear to work in Google Chrome, however. Any ideas on how to work around the issue are welcome. :)
canvas.toDataURL()
在 Chrome 中似乎可以正常工作,因此可能是库问题.不过,将画布转换为图像"功能似乎可以正常工作.
canvas.toDataURL()
appears to work fine in Chrome, so it may be a library issue. The "convert canvas to image" functionality seems to work, though.
这篇关于如何保存 HTML5 画布?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!