refactoring van de cmap structuren bijna compleet

This commit is contained in:
2026-09-03 16:21:21 +02:00
parent 1abc84489f
commit bd1ef6bed0
75 changed files with 2547 additions and 1967 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* Public entry point for the racket-wiki diagram engine.
*
* CMap application code imports DiagramEngine explicitly. The Cmap alias is
* retained as an exported name for code that describes the visual surface as
* a CMap, without installing another global on window.
*/
export { DiagramEngine, DiagramEngine as Cmap } from "./engine/diagram-engine.js";
export { DiagramGroup } from "./engine/diagram-group.js";