CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
README.md21 linesDownload Raw Back to layout-base
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 ![](https://github.com/iVis-at-Bilkent/layout-base/blob/master/layout-schema.png)
21 
basant307/AI_Governance_Project · CoolFace