Last active
August 29, 2015 14:01
-
-
Save carlosrojaso/b6757d11bd3c201dc6d1 to your computer and use it in GitHub Desktop.
Modernizr Detection technique
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Modernizr.canvas) { | |
// Tenemos soporte de canvas en el navegador | |
} else { | |
// No tenemos :( | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment