标签: fabricjs
未捕获的TypeError:fabric.Image.filters.BlendColor不是构造函数
var blendFilter = new fabric.Image.filters.BlendColor({ 颜色:“#ff0000”,模式:“乘法”,alpha:1 }); imageFilters.push(blendFilter);