How can I make canvas be 100% in width and height of the page?
canvas.width = window.innerWidth; canvas.height = window.innerHeight;
maybe that easy?