UNPKG

@plait/draw

Version:

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

4 lines (3 loc) 264 B
import { DrawOptions, PlaitMultipleTextGeometry, ShapeEngine } from '../../interfaces'; import { DrawTextInfo } from '../../generators/text.generator'; export declare const CombinedFragmentEngine: ShapeEngine<PlaitMultipleTextGeometry, DrawOptions, DrawTextInfo>;