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.
Engineering drawing assembly parts index with CAD blueprint aesthetic
controlplane-blueprint
export interface BlueprintConfig { selectedRepos?: string[] maxRepos?: number accentColor?: string }
import { renderWidgetSvg, WidgetInstance } from '@/engine' const blueprintWidget: WidgetInstance = { instanceId: 'blueprint_01', widgetId: 'controlplane-blueprint', name: 'Blueprint Assemblies', position: { x: 0, y: 0 }, size: { width: 800, height: 330 }, config: { accentColor: '#00ADD8', }, locked: false, visible: true, zIndex: 1, } const svgOutput = renderWidgetSvg(blueprintWidget, profileData, globalStyles)