diff --git a/assets/demo.gif b/assets/demo.gif index 9753a42..9f7e6fb 100644 Binary files a/assets/demo.gif and b/assets/demo.gif differ diff --git a/assets/demo.tape b/assets/demo.tape index 2194936..b4279ec 100644 --- a/assets/demo.tape +++ b/assets/demo.tape @@ -5,8 +5,8 @@ Output assets/demo.gif Set Shell "bash" Set FontSize 14 -Set Width 800 -Set Height 400 +Set Width 1200 +Set Height 720 Set Theme "Catppuccin Mocha" Type "# noprocess - process lifecycle management for Rust" diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..6228dbc --- /dev/null +++ b/mise.toml @@ -0,0 +1,3 @@ +[tasks.record] +description = "Record demo GIF from VHS tape" +run = "vhs assets/demo.tape"