sanity
Version:
Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches
17 lines (12 loc) • 458 B
text/typescript
// Toggle tracking of change indicator DOM positions and connectors overlay rendering
export const ENABLED = true
export const CORNER_RADIUS = 4
export const INTERACTIVE_STROKE_WIDTH = 16
export const CONNECTOR_MARGIN = 8
export const ARROW_MARGIN_X = 8
export const ARROW_MARGIN_Y = 2
export const ARROW_SIZE = 4
export const ARROW_THRESHOLD = 12
export const STROKE_WIDTH = 1
export const DEBUG = false
export const DEBUG_LAYER_BOUNDS = DEBUG || false