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
14 lines (10 loc) • 343 B
text/typescript
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