kislerdm / diagramastext

Application to streamline diagram generation using plain English instructions instead of code
https://diagramastext.dev
Apache License 2.0
26 stars 1 forks source link

Add logic to convert graph to plantuml code #19

Closed kislerdm closed 1 year ago

kislerdm commented 1 year ago

User's input is "translated" to the DiagramGraph object with AI; it shall be further converted to "diagram as code" according to the planuml API to generate resulting artifact, i.e. svg image.

kislerdm commented 1 year ago

duplicates #20