Skip to content

Instantly share code, notes, and snippets.

@jonobr1
Created February 22, 2011 19:37
Show Gist options
  • Save jonobr1/839224 to your computer and use it in GitHub Desktop.
Save jonobr1/839224 to your computer and use it in GitHub Desktop.
Check Canvas Support.
function supports_canvas() { return !!document.createElement('canvas').getContext; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment