js-code-to-svg-flowchart
js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.
File Explorer
Download Latest Version (.zip)- codesee-arch-diagram.yml
- index.cli.js
- js2flowchart.js
- js2flowchart.js.LICENSE.txt
- js2flowchart.js.map
- code-sample.js
- flowchart-image.png
- index.html
- index.js
- code-sample.js
- index.html
- index.js
- code-sample.js
- flowchart-image.png
- index.html
- index.js
- code-sample.js
- flowchart-image.png
- flowchart.svg
- index.html
- index.js
- code-sample.js
- flowchart-image.png
- index.html
- index.js
- code-sample.js
- flowchart-image.png
- index.html
- index.js
- code-sample.js
- flowchart-image.png
- index.html
- index.js
- code-sample.js
- index.html
- index.js
- code-sample.js
- index.html
- index.js
- code-sample.js
- flowchart-image.png
- index.html
- index.js
- slides.gif
- demo.gif
- index.html
- index.js
- worker.js
- _config.yml
- blurShapeBranch.js
- customModifier.js
- debugRendering.js
- default.js
- default.js.svg
- definedAbstractionLevel.js
- definedAbstractionLevel.js.svg
- definedColorTheme.js
- definedModifier.js
- dev.js
- nodeDestruction.js
- oneModulePresentation.js
- functionDependencies.js
- functions.js
- core.js
- Harmony.js
- modifiersFactory.js
- abstractionLevelsConfigurator.js
- astBuilder.js
- astParserConfig.js
- entryDefinitionsMap.js
- FlowTreeBuilder.js
- FlowTreeModifier.js
- PresentationGenerator.js
- BlackAndWhite.js
- Blurred.js
- DefaultBaseTheme.js
- Light.js
- StyleThemeFactory.js
- TextContentConfigurator.js
- ConnectionArrow.js
- BaseShape.js
- BreakStatement.js
- CallExpression.js
- CatchClause.js
- ClassDeclaration.js
- ConditionRhombus.js
- ContinueStatement.js
- DebuggerStatement.js
- DestructedNode.js
- ExportDeclaration.js
- ImportDeclaration.js
- ImportSpecifier.js
- LoopRhombus.js
- ObjectProperty.js
- Rectangle.js
- ReturnStatement.js
- Rhombus.js
- RootCircle.js
- SwitchCase.js
- SwitchStatement.js
- ThrowStatement.js
- TryStatement.js
- VerticalEdgedRectangle.js
- shapesDefinitionsMap.js
- shapesFactory.js
- SVGBase.js
- svgObjectsBuilder.js
- SVGRender.js
- composition.js
- flatten.js
- geometry.js
- iteratorBuilder.js
- logger.js
- string.js
- svgPrimitives.js
- traversal.js
- traversalWithTreeLevelsPointer.js
- treeLevelsPointer.js
- constants.js
- .editorconfig
- .gitignore
- .npmignore
- .nvmrc
- .prettierrc
- _config.yml
- babel.config.js
- index.js
- LICENSE
- package.json
- README.md
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart
Downloads the entire project code from GitHub to your computer.
cd js-code-to-svg-flowchart
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn run js2flowchart main.js
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
