Release diagram Tools v0.1.0

This commit is contained in:
2026-09-01 14:10:51 +02:00
commit b78f20f66a
57 changed files with 8273 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Architecture
`core/diagram.ts` parses one fixed grammar into nodes, edges and line diagnostics, then lays it out deterministically as escaped SVG. Sequence diagrams use lifelines; other modes use a bounded grid. React shows the last successful SVG after errors and delegates PNG rasterization to a local canvas.