adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.54k stars 1.21k forks source link

add node types: input and output #251

Closed dstang2000 closed 10 months ago

dstang2000 commented 10 months ago

I have add input / output node which is trapezoid in shape. image

adrai commented 10 months ago

What does tds mean?

adrai commented 10 months ago

can you also extend the readme?

dstang2000 commented 10 months ago

Hi, adrai, please see issue #250:

adrai commented 10 months ago

Hi, adrai, please see issue #250:

I saw it, but I ask you to edit the README.md file accordingly

dstang2000 commented 10 months ago

Ok, I have updated the readme.md (and update example.svg, add input.png, output.png)

adrai commented 10 months ago

thank you... have you seen my comment here: https://github.com/adrai/flowchart.js/pull/251#discussion_r1420775118 ?

adrai commented 10 months ago

ok, currently not on my computer... will check this as soon as possible

adrai commented 10 months ago

just release with v1.18.0

dstang2000 commented 10 months ago

just release with v1.18.0

adrai, Thank you very much! I have update my project dstang2000/py2flowchart and vscode extension dstang2000/vscode-py2flowchart which use the flowchart.js to convert python code to flowchart.

PS: maybe a section can be added into README.md to describe what projects are using the flowchart.js @adrai