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
Inline events (on:click, @hover)
Zero-config CLI: npx mirrow -i input.mirror -o output.svg
Works as static SVGs or components