mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
fix: gif crispiness
This commit is contained in:
parent
d52645ac30
commit
849db8759f
1
examples/README.md
Normal file
1
examples/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Pop
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue