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 @@
# Accessibility
The editor, buttons, zoom and diagnostics use native controls with visible focus. Every visual diagram has a textual node/member/edge outline. The studio reflows on small screens and follows shell themes.
+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.
+3
View File
@@ -0,0 +1,3 @@
# Privacy and security
Source remains in memory; explicit SVG/PNG downloads are the only output. There is no telemetry, remote asset resolution, HTML injection, eval, directive execution or URL fetch. Complexity and raster output are capped.