add ignoreStroke to transformer config

This commit is contained in:
devrnt
2020-07-23 17:32:56 +02:00
parent 2b842c8c52
commit ab70a38106

View File

@@ -33,6 +33,7 @@ export interface TransformerConfig extends ContainerConfig {
centeredScaling?: boolean; centeredScaling?: boolean;
enabledAnchors?: Array<string>; enabledAnchors?: Array<string>;
node?: Rect; node?: Rect;
ignoreStroke?: boolean;
boundBoxFunc?: (oldBox: Box, newBox: Box) => Box; boundBoxFunc?: (oldBox: Box, newBox: Box) => Box;
} }