JSFiddle - React, Tailwind, and code Playground

by Michael Prosser

HTML

<script src="https://aninoob.com/2.0/games/shaderworld/js/cubemapviewer.js"></script>
<canvas id="canvas" width="100%" height="100%"></canvas>

CSS

html{
  height:100%;
}
body{
  height:100%;
}

JavaScript

webGLStart("https://aninoob.com/2.0/games/shaderworld/images/skybox/");