text2art 0.2.0

Simple library for translate text to ascii art.
Documentation
<div align="center"><pre>
 _                ___                _   
| |              |__ \              | |  
| |_   ___ __  __   ) |  __ _  _ __ | |_ 
| __| / _ \\ \/ /  / /  / _` || '__|| __|
| |_ |  __/ )  (  / /_ | (_| || |   | |_ 
 \__| \___|/_/\_\|____| \__,_||_|    \__|
</pre></div>

<div align="center">

[![Status](https://img.shields.io/github/last-commit/follow39/text2art)](https://github.com/follow39/text2art)
[![Crates.io downloads](https://img.shields.io/crates/d/text2art)](https://crates.io/crates/text2art)
[![Crates.io downloads](https://img.shields.io/docsrs/text2art)](https://docs.rs/text2art/latest/text2art/#)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

</div>

---

<p align="left">
Simple library for translating text into ascii art. The library has several fonts at once, and the user can use their fonts from a file or string.<br> 
</p>

---