There are multiple images in the canvas how to select one programmatically in fabric js
fabric.Image.fromURL(this.imageSrc, (img) => {
let oImg = img.set({
left: 0,
top: 0,
angle: 0,
}).scale(1);
this.canvas.add(oImg).renderAll();