Graph editor frontend component
npm install graph-editor   
It exports a class which should be bound to an element and provided data for Graph visualisation and editing.
- D3 v5
```
npm install graph-editor
- Documentation
- Usage example
`bash`
git clone https://github.com/dead-beef/graph-editor.git
cd graph-editor
make install
`bash`single run
makecontinuous
make watch
`bash`unit, single run
make testunit, continuous
make test-watchtest library bundle
TEST_BUNDLE=1 make testtest minified library bundle
TEST_MIN_BUNDLE=1 make testselect browsers (default: Chromium)
TEST_BROWSERS="Firefox Chrome" make test
``
make lint
``
make docs