I want to create importer/exporter for draw.io. But I can't find how to work with drawio format programmatically. Is there any API available for the purpose?
Asked
Active
Viewed 5,906 times
2 Answers
1
draw.io is based on mxGraph so probably you will have to use mxGraph's API. If you want programmatically manipulate the draw.io diagrams file with java you can take a look at this my post
Hoping this is helpful for you

Marco Azzalini
- 95
- 2
- 9