# Demo script for VHS (https://github.com/charmbracelet/vhs)
# Build first: cargo build --release
# Render with: vhs demo.tape -> produces demo.gif
Output demo.gif
Set FontSize 18
Set Width 1100
Set Height 640
Set Padding 16
Set TypingSpeed 75ms
# Set Theme "Gruvbox Dark" # uncomment if your VHS has this theme
# Launch with a 3s idle limit so the fade + erasure is quick to show.
# Hidden so the GIF opens straight into the app, not the shell command.
Hide
Type "./target/release/danger-write -i 3"
Enter
Sleep 1s
Show
Sleep 500ms
# Write for a bit...
Type "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
Sleep 600ms
Type " Sed do eiusmod tempor incididunt ut labore."
# ...then stop. The words fade out and are erased — game over.
Sleep 4s
Sleep 2s