File size: 573 Bytes
460c05d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
    <title>Mechanism Animation</title>
    <script type="importmap">
        {
          "imports": {
            "three": "https://cdn.jsdelivr.net/npm/three@0.164.1/build/three.module.js",
            "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.164.1/examples/jsm/"
          }
        }
    </script>
    <!--Import style.css-->
    <link rel="stylesheet" type="text/css" href="style.css">

</head>
<body>
    <div id="container"></div>
    <script>
        {res}
    </script>
    <script src="script.js" type="module"></script>
</body>
</html>