rascii 0.1.2

Image to ASCII Art converter
```
                    _ _
 _ __ __ _ ___  ___(_|_)
| '__/ _` / __|/ __| | |
| | | (_| \__ \ (__| | |
|_|  \__,_|___/\___|_|_|
Image => ASCII ART
```

# Usage

```bash
# Prints out colorful ascii art based on input image
rascii ./examples/testdog.jpeg --color
```

![doggo](./examples/dog.png)