index.html updates

This commit is contained in:
“chrisshank” 2024-12-18 11:13:58 -08:00
parent dd68be9e5d
commit 0b7616fd38
1 changed files with 4 additions and 1 deletions

View File

@ -30,10 +30,13 @@
</style>
</head>
<body>
<folk-shape x="0" y="0" style="visibility: hidden"><span>🝡</span></folk-shape>
<folk-space-radial>
<folk-shape style="visibility: hidden"><span>🝡</span></folk-shape>
</folk-space-radial>
<script type="module">
import '../lib/standalone/folk-shape.ts';
import '../lib/standalone/folk-space-radial.ts';
const shape = document.querySelector('folk-shape');