Answer the question
In order to leave comments, you need to log in
2 images on 1 canvas?
loadImage('base/citSample/skil.png').then((image) => {
ctx.drawImage(image, 0, 0, 650, 650) - I create the main image
. pixels?
Answer the question
In order to leave comments, you need to log in
>drawImage... - I create the main image
Correctly: I draw the first image. After that, you can load and draw the second one with the same `ctx.drawImage` function.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question