1
0

auto-git:

[change] index.html
This commit is contained in:
2025-05-26 02:47:32 +02:00
parent 9fefac7f24
commit adc86f4970

View File

@@ -234,7 +234,7 @@
<script src="renderer.js"></script> <script src="renderer.js"></script>
<script type="module"> <script type="module">
import { AnimeCat } from './animeCat.js'; /*import { AnimeCat } from './animeCat.js';
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
const slot = document.getElementById('catSlot'); const slot = document.getElementById('catSlot');
const cat = new AnimeCat(slot, { const cat = new AnimeCat(slot, {
@@ -253,7 +253,7 @@
cat.endSpeech(); cat.endSpeech();
} }
simulateStream("Hi there! I'm your friendly assistant 👋"); simulateStream("Hi there! I'm your friendly assistant 👋");
}); });*/
</script> </script>
</main> </main>
</body> </body>