Typograms

Simple the text to diagram converter

Playground 

Customize Typograms 

Used JS code repo: typograms

  1. Add the export module to src/browser.js
    + module.export = { create };
    
  2. Add new build script to package.json
    + "build:mod": "browserify -p tinyify src/browser.js --standalone typogram > typogram-func.js",
    

Diagram   PlainText  

Sandbox / Typograms