How can I change the image of the fabric.Image object attribute src, if I have already made an animation?
fabric.Image
This is best option I found
var activeObject = canvas.getActiveObject(); activeObject.setSrc(data.url);