UNPKG

@plait/draw

Version:

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

5 lines (4 loc) 227 B
import { Point, RectangleClient } from '@plait/core'; import { ShapeEngine } from '../../interfaces'; export declare const getCrossPoints: (rectangle: RectangleClient) => Point[]; export declare const CrossEngine: ShapeEngine;