UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 186 B
import { PlaitBoard, Point } from '@plait/core'; import { PlaitLine } from '../interfaces/line'; export declare function getMiddlePoints(board: PlaitBoard, element: PlaitLine): Point[];