layout-base

Basic layout model and some utilities for Cytoscape.js layout extensions

MIT 5 个版本
安装
npm install layout-base
yarn add layout-base
pnpm add layout-base
bun add layout-base
README

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.

版本列表
2.0.1 2021-06-25
2.0.0 2021-01-20
1.0.2 2019-10-22
1.0.1 2019-06-26
1.0.0 2019-04-12