diff --git a/demo/demo.rec b/demo/demo.rec index c511f9e..8a74968 100644 --- a/demo/demo.rec +++ b/demo/demo.rec @@ -1,4 +1,4 @@ -{"demostage":{"captions":[],"demo":{"name":"demo","output_dir":"./dist","prompt":"\\[\\e[1;32m\\]texForge@univerlab\\[\\e[0m\\]:\\[\\e[1;34m\\]~\\[\\e[0m\\]$ "},"duration":38.99586896,"faithful":false,"focuses":[[0.121938098,"main"],[29.271204528,"pdf-r1"]],"layout":{"background":"#0b0f14","font_family":"IBM Plex Mono","fps":15,"height":1080,"line_height":1.2000000476837158,"panes":[{"font_family":"monospace","font_size":16,"height":1080,"id":"main","type":"terminal","width":1440,"x":0,"y":0},{"height":1080,"id":"pdf-r1","reveal_at":29.271204528,"type":"browser","url":"file:///home/jheisonmblivecom/Projects/UniverLab/texforge/examples/texforge-capabilites/texforge-capabilites.pdf","width":1440,"x":0,"y":0}],"width":1440},"timeline":[{"action":"focus","pane":"main"},{"action":"type","human_salt":true,"text":"texforge --help"},{"action":"wait","duration_ms":200},{"action":"keypress","key":"enter"},{"action":"wait","duration_ms":2500},{"action":"type","human_salt":true,"text":"opencode"},{"action":"wait","duration_ms":200},{"action":"keypress","key":"enter"},{"action":"wait_for_quiet","quiet_ms":1500},{"action":"type","human_salt":true,"text":"Create a texforge project \"texforge-capabilites\" demonstrating all capabilities: Mermaid sequence diagra, Graphviz architecture digraph, D2 pipeline diagram, math equations with cross-refs, BibTeX citations, tikz diagram, examples of code listings, two booktabs tables, table of contents, and lists. Compile with texforge build."},{"action":"wait","duration_ms":200},{"action":"keypress","key":"enter"},{"action":"wait_for_quiet","quiet_ms":5000},{"action":"type","human_salt":true,"text":"/exit"},{"action":"wait","duration_ms":200},{"action":"keypress","key":"enter"},{"action":"wait_for_quiet","quiet_ms":500},{"action":"focus","pane":"pdf-r1"},{"action":"scroll","direction":"down","duration_ms":8000,"pane":"pdf-r1","velocity":"constant"},{"action":"wait","duration_ms":8000},{"action":"terminate"}],"typing":{"base_ms":80,"salt_ms":15}},"env":{"TERM":"xterm-256color"},"height":54,"title":"demo","version":2,"width":144} +{"demostage": {"captions": [], "demo": {"name": "demo", "output_dir": "./dist", "prompt": "\\[\\e[1;32m\\]texForge@univerlab\\[\\e[0m\\]:\\[\\e[1;34m\\]~\\[\\e[0m\\]$ ", "speed": "2x", "targets": ["gif", "mp4"]}, "duration": 38.99586896, "faithful": false, "focuses": [[0.121938098, "main"], [29.271204528, "pdf-r1"]], "layout": {"background": "#0b0f14", "font_family": "IBM Plex Mono", "fps": 15, "height": 1080, "line_height": 1.2000000476837158, "panes": [{"font_family": "monospace", "font_size": 16, "height": 1080, "id": "main", "type": "terminal", "width": 1440, "x": 0, "y": 0}, {"height": 1080, "id": "pdf-r1", "reveal_at": 29.271204528, "type": "browser", "url": "file:///home/jheisonmblivecom/Projects/UniverLab/texforge/examples/texforge-capabilites/texforge-capabilites.pdf", "width": 1440, "x": 0, "y": 0}], "width": 1440}, "timeline": [{"action": "focus", "pane": "main"}, {"action": "type", "human_salt": true, "text": "texforge --help"}, {"action": "wait", "duration_ms": 200}, {"action": "keypress", "key": "enter"}, {"action": "wait", "duration_ms": 2500}, {"action": "type", "human_salt": true, "text": "opencode"}, {"action": "wait", "duration_ms": 200}, {"action": "keypress", "key": "enter"}, {"action": "wait_for_quiet", "quiet_ms": 1500}, {"action": "type", "human_salt": true, "text": "Create a texforge project \"texforge-capabilites\" demonstrating all capabilities: Mermaid sequence diagra, Graphviz architecture digraph, D2 pipeline diagram, math equations with cross-refs, BibTeX citations, tikz diagram, examples of code listings, two booktabs tables, table of contents, and lists. Compile with texforge build."}, {"action": "wait", "duration_ms": 200}, {"action": "keypress", "key": "enter"}, {"action": "wait_for_quiet", "quiet_ms": 5000}, {"action": "type", "human_salt": true, "text": "/exit"}, {"action": "wait", "duration_ms": 200}, {"action": "keypress", "key": "enter"}, {"action": "wait_for_quiet", "quiet_ms": 500}, {"action": "focus", "pane": "pdf-r1"}, {"action": "scroll", "direction": "down", "duration_ms": 8000, "pane": "pdf-r1", "velocity": "constant"}, {"action": "wait", "duration_ms": 8000}, {"action": "terminate"}], "typing": {"base_ms": 80, "salt_ms": 15}}, "env": {"TERM": "xterm-256color"}, "height": 54, "title": "demo", "version": 2, "width": 144} [0.000167838,"o","\r\n\u001b[?2004l\r"] [0.000450978,"o","\u001b]697;OSCUnlock=f83785b047c648f6bd12bde086bcbd50\u0007\u001b]697;Dir=/home/jheisonmblivecom\u0007"] [0.000537025,"o","\u001b]697;Shell=bash\u0007\u001b]697;ShellPath=/usr/bin/bash\u0007"] diff --git a/demo/demo.toml b/demo/demo.toml index 59ae45b..a70d9a5 100644 --- a/demo/demo.toml +++ b/demo/demo.toml @@ -1,6 +1,8 @@ [demo] name = "demo" output_dir = "./dist" +speed = "2x" +targets = ["gif", "mp4"] prompt = '\[\e[1;32m\]texForge@univerlab\[\e[0m\]:\[\e[1;34m\]~\[\e[0m\]$ ' [typing] diff --git a/demo/dist/demo.gif b/demo/dist/demo.gif index 39311ae..38a3814 100644 Binary files a/demo/dist/demo.gif and b/demo/dist/demo.gif differ