YEEESS, I was searching for this tutorial for sooo long, finally found it. I could never understand if it was possible to place an image on canva, but now I know it is. Thank you!
If anyone want add another new image. Just add: let image1 = new Image('tree_01.png', 50, 50, 100, 200); createImage(context, image1.imagePath, image1.xpos, image1.ypos, image1.width, image1.height); And it will work fine too.
YEEESS, I was searching for this tutorial for sooo long, finally found it. I could never understand if it was possible to place an image on canva, but now I know it is. Thank you!
Thank you so much. Your tutorials are great sources of reference
If anyone want add another new image. Just add:
let image1 = new Image('tree_01.png', 50, 50, 100, 200);
createImage(context, image1.imagePath, image1.xpos, image1.ypos, image1.width, image1.height);
And it will work fine too.
Thank you!
what does document.createElement("img") do? what does it do to the canvas?
I have a strange problem that drawing an image to canvas in Angular & using Chromium fails to appear.
Do you still have the problem? I can maybe try to help you.
@@ElijahS-y2k I eventually got it, thanks :)