0.3.5 • Published 9 months ago
@redfire/drawio-export v0.3.5
Draw.io Exports
Node.js module for exporting Draw.io diagrams to a range of formats using Playwright, designed.
Supported Formats
- JPEG
- PNG
- SVG
Contributing
Setup
After cloning, make sure you get the vendored dependencies:
git submodule update --init
Testing
Tests are written with Vitest. To run them:
yarn test