Skip to content

Commit 9e18443

Browse files
committed
feat: add demo fallback and regenerate media
- Regenerated demo.gif with vhs - Added demo-static.png (first frame) for faster loading/fallback - Updated index.html to fallback to PNG if GIF fails
1 parent c9e3a61 commit 9e18443

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

demo.gif

194 KB
Loading

demo.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Set Theme "Catppuccin Mocha"
1717
Hide
1818
Type "export PS1='> '"
1919
Enter
20-
Clear
20+
Ctrl+L
2121
Show
2222

2323
# Start the demo

docs/demo-static.png

7.08 KB
Loading

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ <h2 style="font-size: clamp(2rem, 4vw, 2.5rem); margin-bottom: 2rem; font-weight
561561
<div class="dot green"></div>
562562
</div>
563563
<img src="https://raw.githubusercontent.com/Bharath-code/git-scope/main/demo.gif"
564-
alt="Git Scope Demo GIF">
564+
onerror="this.onerror=null; this.src='demo-static.png'" alt="Git Scope Demo GIF">
565565
</div>
566566
</section>
567567

0 commit comments

Comments
 (0)