UNPKG

@plait/draw

Version:

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

6 lines (5 loc) 162 B
import { PlaitGeometry, BasicShapes } from './geometry'; export interface PlaitText extends PlaitGeometry { shape: BasicShapes.text; autoSize: boolean; }