Beginning work on an SVG renderer that creates a static vector graphic version of the effect

This commit is contained in:
Rezmason
2025-05-09 12:49:00 -07:00
parent 4f76dbc334
commit 31793a5ece
8 changed files with 463 additions and 8 deletions

View File

@@ -23,6 +23,11 @@
text-align: center;
}
artboard {
width: 100vw;
height: 100vh;
}
canvas {
width: 100vw;
height: 100vh;