LInKAlphabetDemo / static /animation.html
Open-TO's picture
init
460c05d
raw
history blame contribute delete
573 Bytes
<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>