drawioex

Export images from draw.io documents

Usage no npm install needed!

<script type="module">
  import drawioex from 'https://cdn.skypack.dev/drawioex';
</script>

README

drawioex

npm version

A Command line tool to export images from draw.io documents.

This software includes the works of draw.io distributed under the Apache 2.0 license.

Supported formats

  • SVG
  • PNG

Install

npm install -g drawioex

Usage

drawioex -f svg -o ./target ./source/diagram.xml

Multiple input files:

drawioex -f svg -o ./target ./source/*.xml

Licence

Copyright (c) 2019 Kazuki Negoro

drawioex is released under the MIT License