Skip to content

Commit

Permalink
Workaround for three compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Feb 16, 2024
1 parent fdb7384 commit a8b3da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pi-chain.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html>
<head>

<script src="https://unpkg.com/three"></script>
<!-- workaround for https://github.com/vasturiano/three-spritetext/issues/45 -->
<script src="https://unpkg.com/[email protected]"></script>
<script src="https://unpkg.com/three-spritetext"></script>
<script src="https://unpkg.com/3d-force-graph@1"></script>
<script src="https://unpkg.com/d3-dsv"></script>
Expand Down

0 comments on commit a8b3da3

Please sign in to comment.