Skip to content

Instantly share code, notes, and snippets.

{
"department": "Emergency Department",
"departmentColor": "#EF4444",
"envelopePoints": [[0, 0], [20, 0], [20, 13], [0, 13]],
"rooms": [
{ "name": "Reception", "type": "reception", "width": 8, "depth": 6, "color": "#3B82F6" },
{ "name": "Triage", "type": "triage", "width": 6, "depth": 5, "color": "#F59E0B" },
{ "name": "Exam Room 1", "type": "exam", "width": 5, "depth": 4, "color": "#10B981" },
{ "name": "Exam Room 2", "type": "exam", "width": 5, "depth": 4, "color": "#10B981" },
{ "name": "Nurse Station", "type": "nurse_station", "width": 6, "depth": 4, "color": "#8B5CF6" },