Test/node_modules/cose-base
2026-04-09 22:54:00 +07:00
..
src Initial commit 2026-04-09 22:54:00 +07:00
.babelrc Initial commit 2026-04-09 22:54:00 +07:00
bower.json Initial commit 2026-04-09 22:54:00 +07:00
cose-base.js Initial commit 2026-04-09 22:54:00 +07:00
index.js Initial commit 2026-04-09 22:54:00 +07:00
LICENSE Initial commit 2026-04-09 22:54:00 +07:00
package.json Initial commit 2026-04-09 22:54:00 +07:00
README.md Initial commit 2026-04-09 22:54:00 +07:00
webpack.config.js Initial commit 2026-04-09 22:54:00 +07:00

cose-base

Description

This is a core module for compound spring embedder based layout styles such as CoSE-Bilkent, fCoSE, and CiSE.

Dependencies

  • layout-base ^1.0.0

Usage instructions

Add cose-base as a dependecy to your layout extension.

require() in the extension to reach functionality:

  • var CoSEConstants = require('cose-base').CoSEConstants,
  • var CoSELayout = require('cose-base').CoSELayout,
  • ...

To reach functionality of layout-base:

  • var Integer = require('cose-base').layoutBase.Integer,
  • var Layout = require('cose-base').layoutBase.Layout,
  • ...