Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xieyuheng/graphwind
- Owner: xieyuheng
- License: gpl-3.0
- Created: 2023-08-11T17:56:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T17:57:12.000Z (over 1 year ago)
- Last Synced: 2024-12-08T07:42:35.956Z (about 2 months ago)
- Topics: canvas, graph
- Language: TypeScript
- Homepage: https://graphwind.fidb.app
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Authors: AUTHORS
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)