UNPKG

markgojs

Version:

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

13 lines (10 loc) 215 B
This demonstrates a GoJS diagram in an Electron app. First, assuming you already have npm and git: ``` $ npm install gojs $ npm install electron-prebuilt ``` Start app with: ``` $ node_modules/.bin/electron . ```