Skip to content

Instantly share code, notes, and snippets.

@nidhinp
Created August 11, 2019 11:44
Show Gist options
  • Save nidhinp/2bec8fa962c85b5493c5b12e0bcb1167 to your computer and use it in GitHub Desktop.
Save nidhinp/2bec8fa962c85b5493c5b12e0bcb1167 to your computer and use it in GitHub Desktop.
var board = document.getElementById("myCanvas");
var ctx = board.getContext("2d");
var colorset = ['#698B22', '#CD2626', '#FF7F00', '#FFD700', '#00CDCD', '#1874CD', '#FF00FF', '#CD6090'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment