mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
---
|
|
title: "Live Code Compilation"
|
|
description: "A code editor compiles into a preview panel with status ticks."
|
|
---
|
|
|
|
# Live Code Compilation
|
|
|
|
A code editor compiles into a preview panel with status ticks.
|
|
|
|
`code-animation` `remocn-port`
|
|
|
|
<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/components/live-code-compilation.mp4" poster="https://static.heygen.ai/hyperframes-oss/docs/images/catalog/components/live-code-compilation.png" autoPlay muted loop playsInline />
|
|
|
|
## Install
|
|
|
|
<CodeGroup>
|
|
|
|
```bash Terminal
|
|
npx hyperframes add live-code-compilation
|
|
```
|
|
|
|
</CodeGroup>
|
|
|
|
## Details
|
|
|
|
| Property | Value |
|
|
| --- | --- |
|
|
| Type | Component |
|
|
|
|
## Files
|
|
|
|
| File | Target | Type |
|
|
| --- | --- | --- |
|
|
| `live-code-compilation.html` | `compositions/components/live-code-compilation.html` | hyperframes:snippet |
|
|
|
|
## Usage
|
|
|
|
Open `compositions/components/live-code-compilation.html` and paste its contents into your composition. See the comment header in the file for timeline integration guidance.
|