react-img-editor-en
Version:
Image Annotation Tool for React
13 lines • 321 B
JavaScript
export var prefixCls = "react-img-editor-en";
export var transformerStyle = {
centeredScaling: false,
rotateEnabled: false,
anchorCornerRadius: 3,
anchorStrokeWidth: 1,
borderStrokeWidth: 1,
anchorStroke: "#007AFF",
borderStroke: "#007AFF",
anchorFill: "#FFF",
anchorSize: 6,
rotateAnchorOffset: 20
};