Skip to content

Instantly share code, notes, and snippets.

@galElmalah
Created May 26, 2020 13:00
Show Gist options
  • Save galElmalah/5fc668e90e90abe41c0373573495dca1 to your computer and use it in GitHub Desktop.
Save galElmalah/5fc668e90e90abe41c0373573495dca1 to your computer and use it in GitHub Desktop.
const canvas = document.querySelector("canvas");
canvas.height = window.innerHeight;
canvas.width = window.innerWidth;
const ctx = canvas.getContext("2d");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment