Skip to content

Instantly share code, notes, and snippets.

@sucreations
Created February 6, 2013 17:15
Show Gist options
  • Save sucreations/4724128 to your computer and use it in GitHub Desktop.
Save sucreations/4724128 to your computer and use it in GitHub Desktop.
function IsCanvas() {
return !!document.createElement('canvas').getContext;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment