ratatui/examples/vhs/colors-rgb.tape
2025-02-11 13:18:06 -08:00

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