I've this issue, I'm try to add a frame to an image, but I can't download it, and I dont understand where to put another image in this frame.
let frame = 'https://i.postimg.cc/gk0RfJ0N/CORNICE-1-1.png'
let image = 'https://picsum.photos/200/300'
I need to put the frame outsite the image; I try
ctx.drawImage(frame,image, 0, 0, 100, 100);
but nothing good