graph-editor - graph editor frontend component
Overview
It exports a class which should be bound to an element and provided data for Graph visualisation and editing.
Requirements
Installation
npm install graph-editorUsage
Development
Requirements
Installation
git clone https://github.com/dead-beef/graph-editor.git
cd graph-editor
make installBuilding
# single run
make
# continuous
make watchTesting
# unit, single run
make test
# unit, continuous
make test-watch
# test library bundle
TEST_BUNDLE=1 make test
# test minified library bundle
TEST_MIN_BUNDLE=1 make test
# select browsers (default: Chromium)
TEST_BROWSERS="Firefox Chrome" make testCode Linting
make lintDocumentation
make docs