Closed MartinRGB closed 6 years ago
How to fix it?
Fixed this problem by changing the input cavans size in index.html
index.html
canvasElement.setAttribute('width', window.innerWidth); canvasElement.setAttribute('height', window.innerHeight);
How to fix it?