@fission-ai/openspec
Version:
AI-native system for spec-driven development
16 lines • 558 B
TypeScript
/**
* ASCII art animation patterns for the welcome screen.
* OpenSpec logo animation - diamond/rhombus shape with hollow center "O".
*/
/**
* Welcome animation frames - OpenSpec logo building from center
* 7 rows × 6 columns diamond with hollow center "O"
* Center bar is 2 cols × 3 rows (rows 3,4,5 cols 3,4)
* Each frame is an array of strings (lines of ASCII art)
* Grid: 6 cols × 2 chars = 12 chars wide
*/
export declare const WELCOME_ANIMATION: {
interval: number;
frames: string[][];
};
//# sourceMappingURL=ascii-patterns.d.ts.map