heartbeat three.js websocket fun

This commit is contained in:
2024-04-23 07:52:20 -04:00
parent 9891ba5b49
commit 8bc482a236
6 changed files with 95 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
<template id="ecg-ticker-template">
<style>
#canvas-container {
height: 100vh;
width: 100vw;
}
</style>
<div id="canvas-container"></div>
</template>