Skip to content

Instantly share code, notes, and snippets.

@caubry
Last active January 3, 2016 12:29
Show Gist options
  • Save caubry/8463575 to your computer and use it in GitHub Desktop.
Save caubry/8463575 to your computer and use it in GitHub Desktop.
setup = function() {
var body = document.getElementById("body");
var canvas = document.createElement("canvas");
canvas.width = 1200;
canvas.height = 720;
body.appendChild(canvas);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment