text2art 1.0.0

Simple library for translate text to ascii art.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.regex]
version = "1.6.0"

[dependencies.unicode-segmentation]
version = "1.9.0"

[package]
description = "Simple library for translate text to ascii art."
edition = "2021"
keywords = ["cli"]
license = "MIT"
name = "text2art"
readme = "README.md"
repository = "https://github.com/follow39/text2art"
resolver = "2"
version = "1.0.0"