An open API service indexing awesome lists of open source software.

https://github.com/stereobooster/cyto-nodejs

Render graphs on the server side with Cytoscape.js, getting image file as output (using jsdom)
https://github.com/stereobooster/cyto-nodejs

cytoscape cytoscapejs jsdom

Last synced: 6 months ago
JSON representation

Render graphs on the server side with Cytoscape.js, getting image file as output (using jsdom)

Awesome Lists containing this project

README

          

# cyto-nodejs

Rendes graphs on the server side with Cytoscape.js, getting image file as output. This package is alternative to [cytosnap](https://github.com/cytoscape/cytosnap), but uses `jsdom` instead of Puppeteer.

Can be used like this:

```
npx @stereobooster/cyto-nodejs -s g2.json -d g2.svg
```

## TODO

- [ ] github actions to run tests