diff options
author | Shav Kinderlehrer <[email protected]> | 2023-05-01 18:39:27 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-05-01 18:39:27 -0400 |
commit | 36c5d3f68adb0262481b4a7d95a616b1af9c27e1 (patch) | |
tree | 21220b4cecd927f8fff3de4557e279681774e98f /social/lat_demo.tape | |
parent | e4f517c02005ed20861c3f1f68f1c2a72bb690d3 (diff) | |
download | lat-36c5d3f68adb0262481b4a7d95a616b1af9c27e1.tar.gz lat-36c5d3f68adb0262481b4a7d95a616b1af9c27e1.zip |
Update README
Diffstat (limited to 'social/lat_demo.tape')
-rw-r--r-- | social/lat_demo.tape | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/social/lat_demo.tape b/social/lat_demo.tape new file mode 100644 index 0000000..c87b286 --- /dev/null +++ b/social/lat_demo.tape @@ -0,0 +1,24 @@ +Require lat +Output social/render/name.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 + +Type "lat Makefile" +Sleep 2s +Enter + +Sleep 4s + +Type "lat -h" +Sleep 2s +Enter + +Sleep 4s |