Files
Chen Xiao 0b64e2de94 First commit.
Signed-off-by: Chen Xiao <abigwc@gmail.com>
2026-05-08 14:43:16 +08:00
..
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08:00
2026-05-08 14:43:16 +08: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.