UNPKG

@plait/draw

Version:

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

5 lines (4 loc) 312 B
import { PlaitBoard } from '@plait/core'; import { PlaitArrowLine, PlaitShapeElement } from '../interfaces'; export declare const withDrawFragment: (baseBoard: PlaitBoard) => PlaitBoard; export declare const getBoundedArrowLineElements: (board: PlaitBoard, plaitShapes: PlaitShapeElement[]) => PlaitArrowLine[];