Skip to content

Instantly share code, notes, and snippets.

@strayblues
Last active November 19, 2018 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strayblues/1560b9200c11e68f6339b53561c52ed3 to your computer and use it in GitHub Desktop.
Save strayblues/1560b9200c11e68f6339b53561c52ed3 to your computer and use it in GitHub Desktop.
function clearCanvas() {
if (confirm("Want to clear?")) {
context.clearRect(0, 0, w, h);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment