mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
ad2dc5646d
remove VHS bug info, tweak colors_rgb image, update some of the instructions. add demo2
13 lines
370 B
VHS
13 lines
370 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/colors_rgb.tape`
|
|
Output "target/colors_rgb.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 1200
|
|
Set Height 800
|
|
Hide
|
|
Type "cargo run --example=colors_rgb --features=crossterm"
|
|
Enter
|
|
Sleep 2s
|
|
Screenshot "target/colors_rgb.png"
|
|
Show
|
|
Sleep 1s
|