0
How to fit the canvas to the page?
How do I make the canvas occupie all the screen of a device?
3 Antworten
0
I don't know, also maybe canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
How do I make the canvas occupie all the screen of a device?