@plait/draw
Version:
Implementation of the core logic of the flowchart drawing tool plugin.
12 lines (11 loc) • 463 B
TypeScript
export declare const DefaultLineStyle: {
strokeWidth: number;
strokeColor: string;
};
export declare const LINE_TEXT_SPACE = 4;
export declare const LINE_AUTO_COMPLETE_DIAMETER = 6;
export declare const LINE_AUTO_COMPLETE_OPACITY = 1;
export declare const LINE_AUTO_COMPLETE_HOVERED_OPACITY = 1;
export declare const LINE_AUTO_COMPLETE_HOVERED_DIAMETER = 12;
export declare const LINE_ALIGN_TOLERANCE = 3;
export declare const LINE_TEXT = "\u6587\u672C";