17 May
2022
17 May
'22
7 p.m.
Hi all,
One question about draw.io: is there a tool we could use in the build process of our documentation to render the .drawio files to SVG, so we don't have to check in the SVG files?
drawio supports being called on the command-line like this: drawio in.drawio --export --output out.png # or svg but it's a huge dependency, as it's an Electron app, installing it requires ~400 MB…