node-diagrams
Using the Node.js generate Flowcharts, Network Sequence, and Mermaid Diagrams
Installation
npm install -g node-diagrams
Usage
Generate Flowcharts:
data = diagrams;
Generate Network Sequence:
data = diagrams;
Generate Mathjax
data = diagrams;
Generat Mernaid diagrams
data = diagrams;
Credits
- flowchart.js for the flowchart diagrams
- js-sequence-diagrams for the sequence diagrams
- MathJax for he mathjax diagrams
- mermaid for the mermaid diagrams
- electron for headless browsing to wrap above libraries that don't work without a browser environment
License
This document and all associated files in the github project are licensed under CC0 . This means you can reuse, remix, or otherwise appropriate this project for your own use without restriction.