Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russellsteadman/mcul-visualize-svg
Visualization library for the MCUL parser
https://github.com/russellsteadman/mcul-visualize-svg
Last synced: about 2 months ago
JSON representation
Visualization library for the MCUL parser
- Host: GitHub
- URL: https://github.com/russellsteadman/mcul-visualize-svg
- Owner: russellsteadman
- License: mit
- Archived: true
- Created: 2019-07-10T12:52:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T10:51:20.000Z (over 3 years ago)
- Last Synced: 2024-04-29T10:21:58.715Z (7 months ago)
- Language: JavaScript
- Size: 908 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCUL Visualize SVG
Visualization engine for MCUL that produces SVG graphics.
## Installation
MCUL can be used in Node.js or with webpack, browserify, etc. Add using NPM or Yarn.
```sh
npm i -S mcul mcul-visualize-svg
yarn add mcul mcul-visualize-svg
```MCUL can also be used over CDN.
```html```
## License
Copyright © 2019 [Russell Steadman](https://www.russellsteadman.com/?utm_source=mcul-visualize-svg&utm_medium=copyright). Licensed under an MIT License (see the LICENSE file for terms).