0.1.0-alpha0 • Published 5 years ago

mcul-visualize-svg v0.1.0-alpha0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.

npm i -S mcul mcul-visualize-svg
yarn add mcul mcul-visualize-svg

MCUL can also be used over CDN.

<script src="https://cdn.jsdelivr.net/npm/mcul@0.1.0-alpha1/dist/mcul.js"></script>
<script src="https://cdn.jsdelivr.net/npm/mcul-visualize-svg@0.1.0-alpha1/dist/mculVisualizeSVG.js"></script>

License

Copyright © 2019 Russell Steadman. Licensed under an MIT License (see the LICENSE file for terms).