# layout-base

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

Latest version **2.0.1** (published 2021-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install layout-base
pnpm add layout-base
yarn add layout-base
bun add layout-base
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2021-06-25 |
| First published | 2019-04-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 390.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | ivisatbilkent, metincansiper, livogindo, leonarddrv, balcihasan, mrsfy |

## Links

- npm: https://www.npmjs.com/package/layout-base
- Repository: https://github.com/iVis-at-Bilkent/layout-base
- Homepage: https://github.com/iVis-at-Bilkent/layout-base#readme
- Issues: https://github.com/iVis-at-Bilkent/layout-base/issues
- npm.io page: https://npm.io/package/layout-base

## Recent versions

- 2.0.1 (latest) — 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

## 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](https://github.com/iVis-at-Bilkent/cose-base) or [avsdf-base](https://github.com/iVis-at-Bilkent/avsdf-base).
 
 ![](https://github.com/iVis-at-Bilkent/layout-base/blob/master/layout-schema.png)

---
_Source: https://npm.io/package/layout-base · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
