Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 805 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 805 Bytes

Graph.js

ES6 graph implementation. See demo page. Reload page for a new representation.

Graph

Graph renderer Graph representation :

  • nodes : black Circles
  • node key : white letters
  • bi-directional edges : red
  • directed edge : grey

Installation

Github

git clone https://github.com/inwebo/Graph.js.git

Npm

npm i @inwebo/graph.js

Tests

yarn test

Web

Change log

0.0.3 :

  • Update back dependencies
  • Update demo