Skip to content

Commit 920a0f3

Browse files
committed
docs: update tui-cards screenshot
1 parent 1dbac4a commit 920a0f3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tui-cards/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-cards"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A playing card widget for Ratatui"
55
documentation = "https://docs.rs/tui-cards"
66

tui-cards/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ frame.render_widget(&card, area);
1919
cargo run --example card
2020
```
2121

22-
![demo](https://github.com/user-attachments/assets/a415581b-1d04-4aaf-a7f5-8f3427f11756)
22+
![demo](https://vhs.charm.sh/vhs-34mhPM1Juk2XnnLTGpOtE9.gif)
2323

2424
<!-- cargo-rdme end -->
2525

tui-cards/examples/card.tape

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A VHS tape. See https://github.com/charmbracelet/vhs
22
Output "target/card.gif"
33
Set Theme "Aardvark Blue"
4-
Set Width 1200
5-
Set Height 800
4+
Set Width 1158
5+
Set Height 3320
66
Hide
77
Type "cargo run -p tui-cards --example card" Enter
88
Sleep 2s

tui-cards/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! cargo run --example card
1818
//! ```
1919
//!
20-
//! ![demo](https://github.com/user-attachments/assets/a415581b-1d04-4aaf-a7f5-8f3427f11756)
20+
//! ![demo](https://vhs.charm.sh/vhs-34mhPM1Juk2XnnLTGpOtE9.gif)
2121
use std::iter::zip;
2222

2323
use indoc::indoc;

0 commit comments

Comments
 (0)