@redfire/drawio-export
v0.3.5
Published
Draw.io Exports
Readme
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 --initTesting
Tests are written with Vitest. To run them:
yarn test