auto-git:
[change] index.html
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
|
||||
<script src="renderer.js"></script>
|
||||
<script type="module">
|
||||
import { AnimeCat } from './animeCat.js';
|
||||
/*import { AnimeCat } from './animeCat.js';
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const slot = document.getElementById('catSlot');
|
||||
const cat = new AnimeCat(slot, {
|
||||
@@ -253,7 +253,7 @@
|
||||
cat.endSpeech();
|
||||
}
|
||||
simulateStream("Hi there! I'm your friendly assistant 👋");
|
||||
});
|
||||
});*/
|
||||
</script>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user