Update print.gif

This commit is contained in:
Anton Medvedev 2024-03-11 22:15:01 +01:00
parent 6237d84075
commit ad7a9a5df2
No known key found for this signature in database
3 changed files with 28 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 430 KiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -6,7 +6,7 @@ Set Height 1200
Set TypingSpeed 200ms
Hide
Type "fx testdata/example.json"
Type "fx testdata/blog.json"
Enter
Show
@ -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

12
testdata/blog.json vendored Normal file
View File

@ -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": "john@doe.com"
}
}