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.
是否可以在 paper.js 中为光栅构造函数提供图像路径(url 或本地)?
如下文原作者所述,从 URL 创建 Raster 是可行的
Ya..Cool ,我们可以直接使用图片 URL ..
var imgUrl="http://www.myimgesource.com"; var raster=new Raster(imgUrl);
谢谢,苏里巴布
可能重复: 如何检测 JavaScript 是否被禁用?