Skip to content

Exports a graphviz-file to a SVG and inlines the referenced CSS.

Notifications You must be signed in to change notification settings

codekie/graphviz-svg-inliner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exports a graphviz-file to a SVG and inlines the referenced CSS.

Resources

Stars

Watchers

Forks

Packages

No packages published