Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Modular audio patch panel cable routing strip layout
controlplane-patchbay
export interface PatchbayConfig { selectedRepos?: string[] maxRepos?: number accentColor?: string }
import { renderWidgetSvg, WidgetInstance } from '@/engine' const patchbayWidget: WidgetInstance = { instanceId: 'patchbay_01', widgetId: 'controlplane-patchbay', name: 'Patch Bay Channels', position: { x: 0, y: 0 }, size: { width: 800, height: 330 }, config: { accentColor: '#ffa657', }, locked: false, visible: true, zIndex: 1, } const svgOutput = renderWidgetSvg(patchbayWidget, profileData, globalStyles)