Skip to content

inwebo/Graph.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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