Created
December 13, 2019 16:45
-
-
Save slawo-ch/70ac1a2ed764fc07fcf050dfd7f34ea7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const clear = () => { | |
| c.fillStyle = "black"; | |
| c.fillRect(0, 0, canvas.width, canvas.height); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment