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.
我正在使用 konva.js 构建一个简单的编辑器。画布上的元素之一是由后端服务器动态生成的图像:
该项目是一个Image项目,我正在使用:
Image
this.img.src = /api/generate_img?arg1=foo&arg2=bar
用一些触发器更新它。
流程运行良好,但结果不是很好。图像被渲染好几次,每次都比前一个低。
是否支持这种动态操作?