Skip to content

Commit

Permalink
remove import map
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmyers8 committed Apr 5, 2024
1 parent 48cfda2 commit d6a90ef
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@

<title>PlanetTech Hello-World</title>
<script src="./coi-serviceworker.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"three/nodes": "https://unpkg.com/[email protected]/examples/jsm/nodes/Nodes.js",
"planettech": "https://unpkg.com/@interstellar-js-core/[email protected]"
}
}
</script>

</head>

<body>
Expand Down

0 comments on commit d6a90ef

Please sign in to comment.