adrai / adrai/flowchart.js

Let "condition" support "true" and "false"

Open
#101 5 comments 4 reactions 0 assignees View on GitHub
Hacktoberfest
Dominant language
JavaScript
Stars
8.7k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

like
```
st=>start
op=>operation: Your Operation
cond=>condition: True or false?
e=>end

st->op->cond
cond(true)->e
cond(false)->op
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.