MerrimanInd / drawpyo

A Python library for programmatically generating Draw.io charts.
https://pypi.org/project/drawpyo/
MIT License
235 stars 14 forks source link

are you aware of a way to convert these diagrams into png through the api? #34

Closed bhomass closed 5 months ago

bhomass commented 5 months ago

I know it's not your main goal, biut given you instructed a new structured format, maybe you are far away.

MerrimanInd commented 5 months ago

There is a way but it'll be more complicated. Someone else developed a Docker image running drawpyo that offers an export function. I have an open issue to integrate it (someday).

https://github.com/MerrimanInd/drawpyo/issues/29