🛝Adds slider for height and speed controls

This commit is contained in:
Rune Harlyk
2024-02-25 22:31:41 +01:00
committed by Rune Harlyk
parent f41d5a7949
commit fa098ad2e0
4 changed files with 70 additions and 10 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
<div class="flex justify-center items-center w-full h-full">
{#if $emulateModel}
<Model />
<Model />
{:else}
<Stream />
<Stream />
{/if}
<Controls />
</div>