Live2D
摘要: let image = new Image(); // 解决跨域 Canvas 污染问题 image.setAttribute("crossOrigin", "anonymous"); image.onload = function () { let canvas = document.create 阅读全文
posted @ 2022-06-22 17:39 webmtjj 阅读(659) 评论(0) 推荐(0)