Adaptation of graph-editor with more features
Two possible ways to run:
- Run
npm install
- To launch web server:
node src/server.js
- Open browser and navigate to
localhost:8000
- Open file explorer and click on index.html
- Scroll to zoom in or out
- Drag whitespace to move graph
- Shift-click on whitespace to create an entity
- Ctrl-click on whitespace to create a document
- Shift-click on a node and drag to another node to connect them with a directed edge
- Click on node or edge and press delete to delete
- Click on node or edge to edit its attributes
- Download button to get graph as a LiteGraph json output
Run the tests using: npm run e2e
MIT-licensed, as the original.