Skip to content

Instantly share code, notes, and snippets.

@jakkaj
Created April 14, 2017 07:07
Show Gist options
  • Save jakkaj/a31254ff0da75f3f2de51b32d2752e08 to your computer and use it in GitHub Desktop.
Save jakkaj/a31254ff0da75f3f2de51b32d2752e08 to your computer and use it in GitHub Desktop.
var viz = require('viz.js');
buildGraph(dot){
return viz(dot, { format: "svg" });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment