mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
2169a0da01
This is a fun example of how to render big text using half blocks
12 lines
333 B
VHS
12 lines
333 B
VHS
# This is a vhs script. See https://github.com/charmbracelet/vhs for more info.
|
|
# To run this script, install vhs and run `vhs ./examples/popup.tape`
|
|
Output "target/ratatui-logo.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 550
|
|
Set Height 220
|
|
Hide
|
|
Type "cargo run --example=ratatui-logo --features=crossterm"
|
|
Enter
|
|
Sleep 2s
|
|
Show
|
|
Sleep 2s
|