Created
August 11, 2019 11:44
-
-
Save nidhinp/2bec8fa962c85b5493c5b12e0bcb1167 to your computer and use it in GitHub Desktop.
This file contains 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
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