Narysuj obraz na płótnie HTML
context.drawImage(image, point.x, point.y, width, height)
Himanshu Jangid
context.drawImage(image, point.x, point.y, width, height)
ctx.drawImage(image, x, y) // top left coords
ctx.drawImage(image, x, y, width, height) // scaled