inkline 1.0.9

Display colorized ASCII art and images directly in the terminal.
Documentation
# inkline-rs

### Overview
Display colorized ASCII art and images directly in the terminal.
Supports multiple backends like Kitty, iTerm2, and terminals with Sixel support.
You can render static ASCII text, terminal banners, or images in a cross-platform way.

### How to use

Add this <a href="https://crates.io/crates/inkline">crate</a> as a dependency in your `Cargo.toml`:

```toml
[dependencies]
inkline    = "1.0.7" # default features = ["ascii"]; add ["image"] if you want image support
chromakitx = "1.0.2"
```

### [Example code]https://gitlab.com/inkline/inkline-rs/-/tree/main/examples

### Screenshots
![screenshot](https://gitlab.com/inkline/inkline-rs/-/raw/main/assets/ascii.png)
![screenshot](https://gitlab.com/inkline/inkline-rs/-/raw/main/assets/image.png)