https://github.com/codekie/graphviz-svg-inliner
Exports a graphviz-file to a SVG and inlines the referenced CSS.
https://github.com/codekie/graphviz-svg-inliner
Last synced: about 1 year ago
JSON representation
Exports a graphviz-file to a SVG and inlines the referenced CSS.
- Host: GitHub
- URL: https://github.com/codekie/graphviz-svg-inliner
- Owner: codekie
- Created: 2018-04-12T12:07:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T13:52:17.000Z (about 3 years ago)
- Last Synced: 2025-02-02T14:35:04.969Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
graphviz-svg-inliner
====================
Exports a graphviz-file to a SVG and inlines the referenced CSS.
Requires NodeJS `8+`.
Usage
-----
```
graphviz-svg-inliner -o ./inlined-graph.svg ./docs/graph.gv
```
To add additional stylesheets, use the `-a` option
```
graphviz-svg-inliner -o ./inlined-graph.svg -a ./docs/styles/additional-style.css ./docs/graph.gv
```