era37

↗ HN profile [ 57.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…