structogram
v1.2.0
Published
A structogram Object which can be used to implement an algorithm visualization tool. Json-oriented.
Downloads
10
Readme
StructoBuilder
Structogram Controller library written in TypeScript.
This repository is here to support the Sructogram-Editor project which is an algorithm visualization tool.
First Steps
Download required packages
npm install
Convert TypeScript into the ./dist
folder
npm run build
Run mocha tests
npm run test