Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 355 Bytes

GraphViz.js

A JavaScript wrapper for rendering GraphViz files

Under the hood

  • The convert method takes in a dotfile, outputFormat and outputFile.
  • It uses shellJS to execute the dot binary to render the file.

Requirements

  • dot binary should be installed (using any package manager like HomeBrew).