basant307/AI_Governance_Project
048
1layout-base
2================================================================================
3
4## Description
5
6This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.
7
8## Usage instructions
9
10Add `layout-base` as a dependecy to your layout extension.
11
12`require()` in the extension to reach functionality:
13
14 * `var Integer = require(layout-base).Integer`,
15 * `var Layout = require(layout-base).Layout`,
16 * `...`
17
18 For a usage example, see [cose-base](https://github.com/iVis-at-Bilkent/cose-base) or [avsdf-base](https://github.com/iVis-at-Bilkent/avsdf-base).
19
20 
21 