Added glyph SVGs, and began implementing the rain pass.

This commit is contained in:
Rezmason
2025-05-10 19:35:19 -07:00
parent 31793a5ece
commit 4bf94d7883
6 changed files with 721 additions and 28 deletions

View File

@@ -60,4 +60,6 @@ export default async (artboard, config) => {
for (const step of pipeline) {
step.execute(true);
}
// TODO: add output to artboard
};