From 849db8759fe7b5e4a22ac0e7ed93fc719807ba50 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Mon, 10 Jul 2023 21:14:28 -0400 Subject: [PATCH] fix: gif crispiness --- examples/README.md | 1 + examples/cli.tape | 19 ++++++++++--------- examples/demo.tape | 9 +++++---- message.md => examples/message.md | 0 4 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 examples/README.md rename message.md => examples/message.md (100%) diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..6cf97b9 --- /dev/null +++ b/examples/README.md @@ -0,0 +1 @@ +# Pop diff --git a/examples/cli.tape b/examples/cli.tape index aa3c0ab..fd94908 100644 --- a/examples/cli.tape +++ b/examples/cli.tape @@ -1,8 +1,9 @@ -Output demo.gif -Set Padding 40 -Set FontSize 20 -Set Width 600 -Set Height 400 +Output cli.gif +Set Framerate 30 +Set Padding 70 +Set FontSize 38 +Set Width 1200 +Set Height 800 Hide Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)" @@ -12,10 +13,10 @@ Hide Show Type "pop < message.md \" Enter -Type "--from 'pop@charm.sh' \" Enter -Type "--to 'vt100@charm.sh' \" Enter -Type "--subject 'Pop' \" Enter -Type "--attach README.md" +Type " --from 'pop@charm.sh' \" Enter +Type " --to 'vt100@charm.sh' \" Enter +Type " --subject 'Pop' \" Enter +Type " --attach README.md" Sleep 0.5 Enter Sleep 5 diff --git a/examples/demo.tape b/examples/demo.tape index 7b85d65..2286059 100644 --- a/examples/demo.tape +++ b/examples/demo.tape @@ -1,8 +1,9 @@ Output demo.gif -Set FontSize 25 +Set Framerate 30 +Set FontSize 40 Set Padding 50 -Set Width 800 -Set Height 800 +Set Width 1200 +Set Height 1200 Hide Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)" @@ -13,7 +14,7 @@ Show Type "pop" Enter -Sleep 1 +Sleep 2 Type "pop@charm.sh" Sleep 0.5 diff --git a/message.md b/examples/message.md similarity index 100% rename from message.md rename to examples/message.md