era37
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Mirrow is a TypeScript DSL that compiles to SVG with compile-time syntax checking and type safety. It reduces boilerplate while catching SVG errors before runtime. Key features: Attribute validation at compile time…
-
Mirrow is a small TypeScript DSL that compiles to SVG. It aims to make SVG and animation simpler without JSX or hand rolled CSS. Highlights: - Compile time checks and attribute validation - Inline events like on:click…