greuler is graph theory visualization tool powered by d3 and on top of WebCola which allows the creation and manipulation of graphs with a simple API.
Installation
npm install greuler@alpha
or
<script src="https://unpkg.com/greuler@alpha"></script>
Usage
import greuler from 'greuler'
greuler({
// options in the homepage
})
Examples
Check out the examples at the homepage
License
2021 MIT © Mauricio Poppe