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 | d8265220e94282e0cb3364cdb8d909ae9de4c699 (patch) | |
tree | 9124932bfd5645229a1c786d738fbc14d9b063e5 /social/lat_demo.tape | |
parent | f0988a8a83142786295136d2a029c9eeb0f7d54e (diff) | |
download | lat-d8265220e94282e0cb3364cdb8d909ae9de4c699.tar.gz lat-d8265220e94282e0cb3364cdb8d909ae9de4c699.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 |