added basis for node/flow creation + node layout

This commit is contained in:
2024-10-20 18:12:42 +02:00
parent 15f0910584
commit 5231f4b324
4 changed files with 189 additions and 0 deletions

BIN
gallery/test.pdf Normal file

Binary file not shown.

7
gallery/test.typ Normal file
View File

@ -0,0 +1,7 @@
#import "../src/lib.typ": *
#diagram({
_flow("Wages", 1500, "Budget")
_flow("Other", 250, "Budget")
_flow("Budget", 450, "Taxes")
}, 10cm)