UNPKG

arcanumcube

Version:
31 lines (28 loc) 1.15 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Arcanum Cube</title> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, viewport-fit=cover" /> <title>Arcanum Cube the Cube Puzzle</title> <meta name="description" content="Arcanum Cube the Cube Puzzle" /> <script type="importmap"> { "imports": { "arcanumcube": "./arcanumcube.esm.js", "three": "https://cdn.jsdelivr.net/npm/three@0.181.1/+esm", "three/examples/jsm/": "https://cdn.jsdelivr.net/npm/three@0.181.1/examples/jsm/", "three/addons/": "https://cdn.jsdelivr.net/npm/three@0.181.1/examples/jsm/", "@tweenjs/tween.js": "https://cdn.jsdelivr.net/npm/@tweenjs/tween.js@25.0.0/+esm" } } </script> <script type="module" crossorigin src="./demo.js"></script> <link rel="stylesheet" crossorigin href="./demo.css"> </head> <body> <div id="viewarea"></div> </body> </html>