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.
Engraved rosette index and edition ledger register folio
controlplane-cipher
export interface CipherConfig { selectedRepos?: string[] maxRepos?: number accentColor?: string }
import { renderWidgetSvg, WidgetInstance } from '@/engine' const cipherWidget: WidgetInstance = { instanceId: 'cipher_01', widgetId: 'controlplane-cipher', name: 'Cipher Print Rosette', position: { x: 0, y: 0 }, size: { width: 800, height: 330 }, config: { accentColor: '#c5ff4a', }, locked: false, visible: true, zIndex: 1, } const svgOutput = renderWidgetSvg(cipherWidget, profileData, globalStyles)