- <!DOCTYPE html>
- <html>
- <head>
- <title>Noise</title>
- <link rel="stylesheet" type="text/css" href="base.css">
- <script src="https://github.com/mrdoob/three.js/blob/r112/build/three.module.js"></script>
- </head>
- <body>
- <div class="container">
- <canvas id="canvas" width="512px" height="512px"></canvas>
- </div>
- <script src="./src/demo.js" type="module">
- </script>
- </body>
- </html>
|