mirror of
https://github.com/ivabus/pop
synced 2024-12-04 22:15:08 +03:00
fix: gif crispiness
This commit is contained in:
parent
d52645ac30
commit
849db8759f
4 changed files with 16 additions and 13 deletions
1
examples/README.md
Normal file
1
examples/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# Pop
|
|
@ -1,8 +1,9 @@
|
||||||
Output demo.gif
|
Output cli.gif
|
||||||
Set Padding 40
|
Set Framerate 30
|
||||||
Set FontSize 20
|
Set Padding 70
|
||||||
Set Width 600
|
Set FontSize 38
|
||||||
Set Height 400
|
Set Width 1200
|
||||||
|
Set Height 800
|
||||||
|
|
||||||
Hide
|
Hide
|
||||||
Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)"
|
Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)"
|
||||||
|
@ -12,10 +13,10 @@ Hide
|
||||||
Show
|
Show
|
||||||
|
|
||||||
Type "pop < message.md \" Enter
|
Type "pop < message.md \" Enter
|
||||||
Type "--from 'pop@charm.sh' \" Enter
|
Type " --from 'pop@charm.sh' \" Enter
|
||||||
Type "--to 'vt100@charm.sh' \" Enter
|
Type " --to 'vt100@charm.sh' \" Enter
|
||||||
Type "--subject 'Pop' \" Enter
|
Type " --subject 'Pop' \" Enter
|
||||||
Type "--attach README.md"
|
Type " --attach README.md"
|
||||||
Sleep 0.5
|
Sleep 0.5
|
||||||
Enter
|
Enter
|
||||||
Sleep 5
|
Sleep 5
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
Output demo.gif
|
Output demo.gif
|
||||||
Set FontSize 25
|
Set Framerate 30
|
||||||
|
Set FontSize 40
|
||||||
Set Padding 50
|
Set Padding 50
|
||||||
Set Width 800
|
Set Width 1200
|
||||||
Set Height 800
|
Set Height 1200
|
||||||
|
|
||||||
Hide
|
Hide
|
||||||
Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)"
|
Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)"
|
||||||
|
@ -13,7 +14,7 @@ Show
|
||||||
|
|
||||||
Type "pop"
|
Type "pop"
|
||||||
Enter
|
Enter
|
||||||
Sleep 1
|
Sleep 2
|
||||||
|
|
||||||
Type "pop@charm.sh"
|
Type "pop@charm.sh"
|
||||||
Sleep 0.5
|
Sleep 0.5
|
||||||
|
|
Loading…
Reference in a new issue