Skip to content

Instantly share code, notes, and snippets.

@slawo-ch
Created December 13, 2019 16:45
Show Gist options
  • Select an option

  • Save slawo-ch/70ac1a2ed764fc07fcf050dfd7f34ea7 to your computer and use it in GitHub Desktop.

Select an option

Save slawo-ch/70ac1a2ed764fc07fcf050dfd7f34ea7 to your computer and use it in GitHub Desktop.
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