UNPKG

markgojs

Version:

Interactive diagrams, charts, and graphs, such as trees, flowcharts, orgcharts, UML, BPMN, or business diagrams

13 lines (10 loc) 235 B
This demonstrates a GoJS diagram rendered by PhantomJS on a server. First, assuming you already have npm and git: ``` $ npm install gojs $ npm install phantomjs ``` Run app with: ``` $ node_modules/.bin/phantomjs logicCircuit.js ```