A simple tool for Using Graphviz. Based on Viz.js & Electron.
Sample usage from Graphviz Gallery:
This project is on its beta release now.
The major framework is based on Electron, so it should be worked on All Platforms that support Node.js( Exp. Windows, Mac and Linux).
First, make sure you have a proper Node.js Environment:
node -v
npm -vThen start it easily.
git clone https://github.com/jcf94/vizgraph.git
cd vizgraph
npm install
npm startEnjoy it.
Use electron-builder to pack release for platforms you like.
Get the latest release.
Now we have portable packages for Windows(.exe) and Most Linux Repositories(.AppImage).

