0.0.2 • Published 3 years ago

@inwebo/graph.js v0.0.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
3 years ago

Graph.js

ES6 graph implementation. See demo page.

Graph

Graph renderer Graph representation :

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

Installation

Github

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

Npm

npm i @inwebo/graph.js

Tests

yarn test

Web