Terminal UI API Update

This commit is contained in:
2025-11-29 03:53:21 +00:00
parent 22e02eb97b
commit 82d896a38e
13 changed files with 952 additions and 256 deletions

View File

@@ -30,7 +30,7 @@ export type { Project, Model3D, Card } from './content';
export { projects, models, cards, sortedCards } from './content';
// Terminal settings, TUI styling, speed presets, model viewer, particles, shortcuts
export type { SpeedPreset } from './terminal';
export type { SpeedPreset, TerminalSettings } from './terminal';
export {
terminalSettings,
tuiStyle,