simple sine visual

This commit is contained in:
Marco
2025-04-30 20:20:13 +02:00
parent 3309e1bc45
commit 93eb1b1889
10 changed files with 381 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
.sine-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
#sineCanvas {
width: 100%;
height: 100%;
background: transparent;
}
}