auto-git:
[change] index.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user