|
|
пре 1 месец | |
|---|---|---|
| .. | ||
| nbproject | пре 1 месец | |
| src | пре 1 месец | |
| .babelrc | пре 1 месец | |
| LICENSE | пре 1 месец | |
| README.md | пре 1 месец | |
| bower.json | пре 1 месец | |
| index.js | пре 1 месец | |
| layout-base.js | пре 1 месец | |
| layout-schema.png | пре 1 месец | |
| package.json | пре 1 месец | |
| webpack.config.js | пре 1 месец | |
This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.
Add layout-base as a dependecy to your layout extension.
require() in the extension to reach functionality:
var Integer = require(layout-base).Integer,var Layout = require(layout-base).Layout,...For a usage example, see cose-base or avsdf-base.