label-studio
Version:
Data Labeling Tool that is backend agnostic and can be embedded into your applications
17 lines (14 loc) • 361 B
JavaScript
export default {
FILL_COLOR: "",
STROKE_COLOR: "",
STROKE_WIDTH: 1,
// when region gets highlighted styling
HIGHLIGHTED_STROKE_COLOR: "red",
HIGHLIGHTED_STROKE_WIDTH: 2,
HIGHLIGHTED_CSS_BORDER: "2px solid red",
// cursors
DEFAULT_CURSOR: "default",
POINTER_CURSOR: "pointer",
MOVE_CURSOR: "move",
RELATION_MODE_CURSOR: "crosshair",
};