Bildkonvertierung über Single-Mermaid-Diagramme

This commit is contained in:
2026-07-17 15:34:54 +02:00
parent 7cc6bc38ab
commit eb809f5fab
5 changed files with 31 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
$scriptDir = $PSScriptRoot
$imgName = "ext-kunde__stufen"
$srcFile = Join-Path $scriptDir "$imgName.mmd"
$destFile = Join-Path $scriptDir "$imgName.svg"
mmdc -i $srcFile -o $destFile
$imgName = "ext-kunde__architektur"
$srcFile = Join-Path $scriptDir "$imgName.mmd"
$destFile = Join-Path $scriptDir "$imgName.svg"
mmdc -i $srcFile -o $destFile