# cose-base

> Core module for compound spring embedder based layout styles

Latest version **2.2.0** (published 2023-01-17) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.2.0 |
| Published | 2023-01-17 |
| First published | 2019-04-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 228.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Maintainers | ivisatbilkent |

## Links

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

## Dependencies (1)

- [layout-base](https://npm.io/package/layout-base.md) ^2.0.0

## Recent versions

- 2.2.0 (latest) — 2023-01-17
- 2.1.0 — 2021-06-25
- 2.0.0 — 2021-01-20
- 1.0.3 — 2020-05-19
- 1.0.2 — 2020-03-29
- 1.0.1 — 2019-09-09
- 1.0.0 — 2019-04-12

## README

cose-base
================================================================================

## Description

This is a core module for compound spring embedder based layout styles such as CoSE-Bilkent, fCoSE, and CiSE.

## Dependencies

 * layout-base ^2.0.0

## Usage instructions

Add `cose-base` as a dependecy to your layout extension.

`require()` in the extension to reach functionality:

 * `var CoSEConstants = require('cose-base').CoSEConstants`,
 * `var CoSELayout = require('cose-base').CoSELayout`,
 * `...`

To reach functionality of `layout-base`:

 * `var Integer = require('cose-base').layoutBase.Integer`,
 * `var Layout = require('cose-base').layoutBase.Layout`,
 * `...`

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