如何保存HTML5画布?

如何保存HTML5画布?

问题描述:

目前我正在使用 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.