heartbeat three.js websocket fun
This commit is contained in:
9
src/ECGTicker/ECGTicker.html
Normal file
9
src/ECGTicker/ECGTicker.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<template id="ecg-ticker-template">
|
||||
<style>
|
||||
#canvas-container {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
</style>
|
||||
<div id="canvas-container"></div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user