mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
22 lines
605 B
VHS
22 lines
605 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/vhs/colors-rgb.tape`
|
|
|
|
# note that this script sometimes results in the gif having screen tearing
|
|
# issues. I'm not sure why, but it's not a problem with the library.
|
|
Output "target/colors-rgb.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 1200
|
|
Set Height 1200
|
|
|
|
# unsure if these help the screen tearing issue, but they don't hurt
|
|
Set Framerate 60
|
|
Set CursorBlink false
|
|
|
|
Hide
|
|
Type "cargo run -p colors-rgb"
|
|
Enter
|
|
Sleep 2s
|
|
# Screenshot "target/colors-rgb.png"
|
|
Show
|
|
Sleep 10s
|