Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xieyuheng/graphwind

A library for drawing graphs on canvas.
https://github.com/xieyuheng/graphwind

canvas graph

Last synced: about 1 month ago
JSON representation

A library for drawing graphs on canvas.

Awesome Lists containing this project

README

        

# Graphwind

A library for drawing graphs on canvas.

## Usage

### Install

Install this library by the following command:

```
npm install graphwind
```

## Development

```
npm install // Install dependencies
npm run build // Compile `src/` to `lib/`
npm run build:watch // Watch the compilation
npm run test // Run test
```

## Contributions

To make a contribution, fork this project and create a pull request.

Please read the [STYLE-GUIDE.md](STYLE-GUIDE.md) before you change the code.

## License

[GPLv3](LICENSE)