An open API service indexing awesome lists of open source software.

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.

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
```