is-webgl-enabled
Version:
Detect if WebGL is enabled in the current environment.
26 lines (25 loc) • 534 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>is-webgl-enabled</title>
<style>
html {
font-family: papyrus;
font-size: 24px;
}
body {
margin: 5em auto 1em;
text-align: center;
}
a {
text-decoration: none;
color: #333;
}
</style>
</head>
<body>
<p><a class="result" href="https://github.com/ungoldman/is-webgl-enabled">🤔 Is WebGL enabled? 🤔</a></p>
<script src="bundle.js"></script>
</body>
</html>