Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

russellsteadman/mcul-visualize-svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visualization library for the MCUL parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published