For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Terminal Simulator

CLI build simulation with chunked log output and step-function scrolling.

Customize
1
1
18
1

Installation

$ pnpm dlx shadcn@latest add @framecn/terminal-simulator

Usage

import { TerminalSimulator } from "@/components/framecn/terminal-simulator";
<TerminalSimulator />

API Reference

TerminalSimulator

PropTypeDefault
linesTerminalLine[]DEFAULT_LINES
promptstring"$"
titlestring"~/projects/framecn"
backgroundstring"#0a0a0a"
chromeColorstring"#1a1a1a"
fontSizenumber18
charsPerFramenumber1
chunkSizenumber1
speednumber1
fpsnumber30
durationInFramesnumber200
classNamestring-

Notes