We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ae9f commit 3ad352eCopy full SHA for 3ad352e
README.md
@@ -1,15 +1,15 @@
1
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.
2
- Supports true color and 256 colors
3
4
+## Info
5
+- crate: <https://crates.io/crates/term_lattice>
6
+
7
# Presentation Effects
8

9

10
11
Create a new color lattice at a fixed location and use incremental output to quickly refresh.
12
-## Info
-- crate: <https://crates.io/crates/term_lattice>
-
13
# Examples
14
```rust
15
use term_lattice::{Config,Color,ScreenBuffer};
0 commit comments