Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTimTam committed Oct 15, 2024
1 parent bdb3c90 commit c11502f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
<canvas id="canvas"></canvas>

<script type="module">
import Runtime, { Scene, Menu, ScrollTo } from "../dist/build.js";
// "https://cdn.jsdelivr.net/gh/nottimtam/ascii.js/dist/build.js";
import Runtime, {
Scene,
Menu,
ScrollTo,
} from "https://cdn.jsdelivr.net/gh/nottimtam/ascii.js/dist/build.js";

const tree = [
{
Expand Down

0 comments on commit c11502f

Please sign in to comment.