UNPKG

@plait/draw

Version:

Implementation of the core logic of the flowchart drawing tool plugin.

4 lines (3 loc) 154 B
import { PlaitArrowLine } from './arrow-line'; import { PlaitVectorLine } from './vector-line'; export type PlaitLine = PlaitArrowLine | PlaitVectorLine;