UNPKG

@webwriter/flowchart

Version:

Create programming flowcharts with interactive tasks. Use standardized Elements such as loops and Branchings.

9 lines 189 B
export interface GraphTheme { name: string; startEndColor: string; opColor: string; decisionColor: string; connectorColor: string; ioColor: string; subColor: string; }