0.2.0 • Published 5 years ago

drawioex v0.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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