Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 15, 2017 23:08
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 ozelfatih/7ab1ee442564bac3e42bc48998679388 to your computer and use it in GitHub Desktop.
Save ozelfatih/7ab1ee442564bac3e42bc48998679388 to your computer and use it in GitHub Desktop.
var myCanvas = document.getElementById("myCanvas");
myCanvas.width = 300;
myCanvas.height = 300;
var ctx = myCanvas.getContext("2d");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment