https://github.com/dead-beef/gensvg
SVG generator
https://github.com/dead-beef/gensvg
d3-visualization graph-visualization nodejs svg-generator word-cloud
Last synced: 7 months ago
JSON representation
SVG generator
- Host: GitHub
- URL: https://github.com/dead-beef/gensvg
- Owner: dead-beef
- License: bsd-3-clause
- Created: 2017-02-27T23:12:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T20:18:52.000Z (about 7 years ago)
- Last Synced: 2025-03-08T04:46:00.531Z (7 months ago)
- Topics: d3-visualization, graph-visualization, nodejs, svg-generator, word-cloud
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gensvg
[](
https://www.npmjs.com/package/gensvg
) [](
https://nodejs.org/
) [](
https://libraries.io/npm/gensvg/
) [](
https://github.com/dead-beef/gensvg/blob/master/LICENSE
)## Overview
SVG generator.
## Requirements
* [`Node.js`](https://nodejs.org/)
* [`NPM`](https://nodejs.org/)
* [`Git`](https://git-scm.com/)## Installation
### Dependencies
```
sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
```### NPM
```
npm install gensvg
```### Git
```
git clone https://github.com/dead-beef/gensvg.git
cd gensvg
npm install
```## Usage
```
gensvg
```### Settings
* [`Graph`](https://github.com/dead-beef/gensvg/blob/master/examples/graph/settings.json)
* [`Word cloud`](https://github.com/dead-beef/gensvg/blob/master/examples/wordcloud/settings.json)## Licenses
* [`d3`](https://github.com/dead-beef/gensvg/blob/master/LICENSE_d3)
* [`d3-cloud`](https://github.com/dead-beef/gensvg/blob/master/LICENSE_d3-cloud)
* [`gensvg`](https://github.com/dead-beef/gensvg/blob/master/LICENSE)