audio-orb / index.html
ftrtemis's picture
Upload audio-orb app
75a81b6 verified
Raw
History Blame Contribute Delete
560 Bytes
<!doctype html>
<html>
<head><link rel="stylesheet" href="/index.css">
</head>
<script type="importmap">
{
"imports": {
"lit": "https://esm.sh/lit@^3.3.0",
"lit/": "https://esm.sh/lit@^3.3.0/",
"@lit/context": "https://esm.sh/@lit/context@^1.1.5",
"@google/genai": "https://esm.sh/@google/genai@^1.15.0",
"three": "https://esm.sh/three@^0.176.0",
"three/": "https://esm.sh/three@^0.176.0/"
}
}
</script>
<body>
<gdm-live-audio></gdm-live-audio>
<script type="module" src="/index.tsx"></script>
</body>
</html>