How to change the image of the fabric.Image object attribute src?

前端 未结 3 508
生来不讨喜
生来不讨喜 2021-02-13 17:23

How can I change the image of the fabric.Image object attribute src, if I have already made an animation?

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-13 17:57

    This is best option I found

     var activeObject = canvas.getActiveObject();
     activeObject.setSrc(data.url);
    

提交回复
热议问题