feat: add effects, move canvas style to css

This commit is contained in:
2025-12-28 21:50:13 -03:00
parent 55cf35e3a1
commit bb7caaa335
2 changed files with 77 additions and 32 deletions
+4
View File
@@ -0,0 +1,4 @@
.canvas {
width: 100vw !important;
height: 100vh !important;
}