Skip to content

Commit

Permalink
Update examples importmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jan 17, 2025
1 parent 40d7b66 commit 387f322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<script type="importmap">{ "imports": {
"three": "https://esm.sh/three",
"three/": "https://esm.sh/three/",
"three/addons/": "https://esm.sh/three/examples/jsm/",
"react": "https://esm.sh/react@18",
"react/": "https://esm.sh/react@18/",
Expand Down
1 change: 1 addition & 0 deletions example/multiple-globes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<script type="importmap">{ "imports": {
"three": "https://esm.sh/three",
"three/": "https://esm.sh/three/",
"three/addons/": "https://esm.sh/three/examples/jsm/",
"react": "https://esm.sh/react@18",
"react/": "https://esm.sh/react@18/",
Expand Down

0 comments on commit 387f322

Please sign in to comment.