Test/node_modules/layout-base
2026-04-09 22:54:00 +07:00
..
nbproject Initial commit 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
index.js Initial commit 2026-04-09 22:54:00 +07:00
layout-base.js Initial commit 2026-04-09 22:54:00 +07:00
layout-schema.png 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

layout-base

Description

This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.

Usage instructions

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.