Skip to content

Commit 3ad352e

Browse files
committed
pass
修改: README.md
1 parent 2b5ae9f commit 3ad352e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Used to use ANSI output dot matrix drawing boards on terminals that support VT100. Due to the use of incremental output, it is very fast.
22
- Supports true color and 256 colors
33

4+
## Info
5+
- crate: <https://crates.io/crates/term_lattice>
6+
47
# Presentation Effects
58
![01 from github](https://github.com/A4-Tacks/rust-term_lattice/blob/main/Examples/Examples1.png)
69
![02 from github](https://github.com/A4-Tacks/rust-term_lattice/blob/main/Examples/Examples2.png)
710

811
Create a new color lattice at a fixed location and use incremental output to quickly refresh.
912

10-
## Info
11-
- crate: <https://crates.io/crates/term_lattice>
12-
1313
# Examples
1414
```rust
1515
use term_lattice::{Config,Color,ScreenBuffer};

0 commit comments

Comments
 (0)