UNPKG

node-red-contrib-f2flowchart

Version:

A derived Node-Red Function node with the ability to generate flowcharts from the JS codes

19 lines (11 loc) 866 B
# node-red-contrib-f2flowchart Function-to-flowchart is a derived version of original Node-Red Function node to generate programming flowchart from the Javascript code. Created and tested on Node Js v12 and Node Red v1.3.0 The node is based on original Node Red Function node and provides a capability to generate and download the flowchart coresponding to the Js code in "On Message" tab. ### The code in "On Message" tab<br> ![image](https://user-images.githubusercontent.com/79299554/116942542-a3b1b800-ac26-11eb-93ab-4436ccf8fa44.png) ### The generated flowchart<br> ![image](https://user-images.githubusercontent.com/79299554/116942581-b88e4b80-ac26-11eb-9da1-c882524fd455.png) ### The downloaded SVG<br> ![image](https://user-images.githubusercontent.com/79299554/116942804-276ba480-ac27-11eb-8fc4-9b168427fd2d.png) To be continued...