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

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

Awesome Lists containing this project

README

          

# gensvg

[![npm](https://img.shields.io/npm/v/gensvg.svg)](
https://www.npmjs.com/package/gensvg
) [![node](https://img.shields.io/node/v/gensvg.svg)](
https://nodejs.org/
) [![Libraries.io for GitHub](https://img.shields.io/librariesio/github/dead-beef/gensvg.svg)](
https://libraries.io/npm/gensvg/
) [![license](https://img.shields.io/github/license/dead-beef/gensvg.svg)](
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)