claygl/example/rgbedecoder.html
2022-05-12 10:41:43 +08:00

11 lines
231 B
HTML

<html>
<head>
<meta charset="utf-8" />
<title>RGBE Decoder</title>
</head>
<body>
<canvas width="1200" height="640" id="Main"></canvas>
<script type="module" src="./rgbedecoder.ts"></script>
</body>
</html>