Skip to content

Commit

Permalink
Update print.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Mar 11, 2024
1 parent 6237d84 commit ad7a9a5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
Binary file modified .github/images/print.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions .github/images/print.tape
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Set Height 1200
Set TypingSpeed 200ms

Hide
Type "fx testdata/example.json"
Type "fx testdata/blog.json"
Enter
Show

Expand All @@ -17,7 +17,21 @@ Down
Sleep 1s

Type "p"
Sleep 6s
Sleep 1s
Down
Sleep 300ms
Down
Sleep 300ms
Down
Sleep 300ms
Down
Sleep 300ms
Down
Sleep 300ms
Down
Sleep 300ms
Down
Sleep 4s
Type "p"

Sleep 1s
Expand Down
12 changes: 12 additions & 0 deletions testdata/blog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "Lorem ipsum",
"body": "# Lorem Ipsum Dolor Sit Amet\n\n## Consectetur Adipiscing Elit\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. *Pellentesque vitae* velit ex. **Mauris** euismod pellentesque tellus sit amet mollis.\n\n- Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n- Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\n- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\n\n### Duis aute irure dolor in reprehenderit\n\n1. In voluptate velit esse cillum dolore eu fugiat nulla pariatur.\n2. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\n\n#### Laboris Nisi\n\nUt aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\n\n##### Exercitationem Ullam\n\n```python\n# Example Python code\ndef hello_world():\n print(\"Hello, world!\")\n```",
"tags": [
"lorem",
"ipsum"
],
"author": {
"name": "John Doe",
"email": "[email protected]"
}
}

0 comments on commit ad7a9a5

Please sign in to comment.