UNPKG

js2flowchart

Version:

> Why? While I've been working on [Under-the-hood-ReactJS](https://github.com/Bogdan-Lyashenko/Under-the-hood-ReactJS) I spent enormous amount of time on creating schemes. Each change in code or flowchart affects all entire scheme instantly, forcing you t

13 lines (9 loc) 306 B
import { buildTheme, DefaultColors, getAlignedColors } from './DefaultBaseTheme'; export const Colors = { ...getAlignedColors(DefaultColors, '#A6A6A6'), strokeColor: '#333', defaultFillColor: '#A6A6A6', textColor: '#333', arrowFillColor: '#333' }; export default buildTheme(Colors);