| Crates.io | ch-ar-t |
| lib.rs | ch-ar-t |
| version | 0.1.0 |
| created_at | 2024-12-14 08:08:20.294036+00 |
| updated_at | 2024-12-14 08:08:20.294036+00 |
| description | Image to ASCII art |
| homepage | https://github.com/x404159/ch-ar-t |
| repository | https://github.com/x404159/ch-ar-t |
| max_upload_size | |
| id | 1482987 |
| size | 3,037,301 |
# with url
cargo run --release -- --url https://something.jpg
# with url and different texture (optional)
cargo run --release -- --url https://something.jpg -t 2
# with url and different texture (optional), resize width (optional, defaults to terminal width)
cargo run --release -- --url https://something.jpg -t 2 --width 100
# with path
cargo run --release -- --path something.jpg

