# cyez

> cytoscape is too easy

Latest version **0.1.25** (published 2021-10-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install cyez
pnpm add cyez
yarn add cyez
bun add cyez
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.25 |
| Published | 2021-10-28 |
| First published | 2019-07-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 16 |
| Unpacked size | 2.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | lsvih |
| Maintainers | lsvih |

## Links

- npm: https://www.npmjs.com/package/cyez
- Repository: https://github.com/lsvih/cyez
- Homepage: https://lsvih.github.io/cyez/
- Issues: https://github.com/lsvih/cyez/issues
- npm.io page: https://npm.io/package/cyez

## Dependencies (16)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [core-js](https://npm.io/package/core-js.md) ^3.19.0
- [cytoscape](https://npm.io/package/cytoscape.md) ^3.20.0
- [file-saver](https://npm.io/package/file-saver.md) ^2.0.5
- [b64-to-blob](https://npm.io/package/b64-to-blob.md) ^1.2.19
- [file-dialog](https://npm.io/package/file-dialog.md) 0.0.8
- [cytoscape-cola](https://npm.io/package/cytoscape-cola.md) ^2.5.0
- [cytoscape-klay](https://npm.io/package/cytoscape-klay.md) ^3.1.4
- [@babel/polyfill](https://npm.io/package/@babel/polyfill.md) ^7.10.4
- [cytoscape-avsdf](https://npm.io/package/cytoscape-avsdf.md) ^1.0.0
- [cytoscape-dagre](https://npm.io/package/cytoscape-dagre.md) ^2.3.2
- [cytoscape-spread](https://npm.io/package/cytoscape-spread.md) ^3.0.0
- [cytoscape-panzoom](https://npm.io/package/cytoscape-panzoom.md) ^2.5.3
- [cytoscape-navigator](https://npm.io/package/cytoscape-navigator.md) ^2.0.1
- [cytoscape-edgehandles](https://npm.io/package/cytoscape-edgehandles.md) ^4.0.1
- [@lsvih/cytoscape-cxtmenu](https://npm.io/package/@lsvih/cytoscape-cxtmenu.md) ^3.1.7

## Recent versions

- 0.1.25 (latest) — 2021-10-28
- 0.1.24 — 2020-12-25
- 0.1.23 — 2020-12-25
- 0.1.22 — 2020-12-25
- 0.1.21 — 2020-12-25
- 0.1.20 — 2020-12-22
- 0.1.19 — 2020-12-22
- 0.1.18 — 2020-09-01
- 0.1.17 — 2020-09-01
- 0.1.16 — 2020-07-09
- 0.1.15 — 2020-04-18
- 0.1.14 — 2020-01-07
- 0.1.13 — 2019-12-24
- 0.1.12 — 2019-09-06
- 0.1.11 — 2019-09-04
- … 11 more at https://npm.io/package/cyez/versions

## README

# cytoscape is too easy

## Startup

- Create folder `node_modules/cyez`
- Copy `dist/index.js` into `node_modules/cyez`
- Import cyez in App.vue

```js
import Cyez from 'cyez'

export default {
    name:'App',
    mounted(){
        this.cyez = new Cyez(document.getElementById('graph'), {})
    }
}
```

### Install Dependency

```bash
npm install -f
```


### Build

```bash
npm run build
```


### Preview and test

```bash
npm start
```

### Generate documents

```bash
npm run doc
```

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