Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在努力将我的 html5 画布导出为 .gif 图像,我能够成功地将其保存为 .png 文件。我不知道这里做错了什么是我的简单代码
canvas.onclick = function () { window.location = canvas.toDataURL('image/gif'); };
这将回答你的问题。简而言之,尝试 console.log'ing 你的数据,并不是所有的浏览器都支持写入 gif。