Skip to content

Commit

Permalink
Add external to example imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Dec 13, 2024
1 parent 1e5f1b4 commit 379fbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="module">
import ThreeForceGraph from 'https://esm.sh/three-forcegraph?external=three';
import * as THREE from 'three';
import { TrackballControls } from 'three/addons/controls/TrackballControls.js';
import { TrackballControls } from 'three/addons/controls/TrackballControls.js?external=three';

// Gen random data
const N = 300;
Expand Down

0 comments on commit 379fbba

Please sign in to comment.