> ## Documentation Index
> Fetch the complete documentation index at: https://hyperframes-feat-media-use-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Apple Terminal Novel

> Apple Terminal Novel profile with warm parchment background and dark brown text, per-character typing animation.

# Apple Terminal Novel

macOS Terminal.app window in the built-in Novel profile — warm parchment `#DFC18A` background with deep brown text. A distinctive earthy look, with per-character typing animation.

`code` `developer` `showcase` `terminal` `apple`

<video className="w-full aspect-video rounded-xl object-cover bg-zinc-100 dark:bg-zinc-800" src="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-novel.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/blocks/code-snippet-apple-terminal-novel.png" autoPlay muted loop playsInline />

## Install

<CodeGroup>
  ```bash Terminal theme={null}
  npx hyperframes add code-snippet-apple-terminal-novel
  ```
</CodeGroup>

Install all Apple Terminal themes at once:

```bash Terminal theme={null}
npx hyperframes add apple-terminal
```

## Details

| Property   | Value     |
| ---------- | --------- |
| Type       | Block     |
| Dimensions | 1920×1080 |
| Duration   | 12s       |

## Files

| File                                     | Target                                                | Type                    |
| ---------------------------------------- | ----------------------------------------------------- | ----------------------- |
| `code-snippet-apple-terminal-novel.html` | `compositions/code-snippet-apple-terminal-novel.html` | hyperframes:composition |

## Usage

After installing, add the block to your host composition:

```html theme={null}
<div
  data-composition-id="code-snippet-apple-terminal-novel"
  data-composition-src="compositions/code-snippet-apple-terminal-novel.html"
  data-start="0"
  data-duration="12"
  data-track-index="1"
  data-width="1920"
  data-height="1080"
></div>
```

## Features

* Faithful recreation of macOS Terminal.app Novel profile — warm parchment background with #3E2900 dark brown text
* macOS window chrome with traffic light buttons and centered title bar
* Per-character GSAP typing animation — command types out character by character
* Output lines reveal sequentially after command executes
* Cursor blinks three times at the end then holds steady
* Self-contained HTML — no external assets, only GSAP CDN
