Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).