Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Anbani/TextArt

Georgian Text Art Generator
https://github.com/Anbani/TextArt

anbani art generator georgian text

Last synced: 4 days ago
JSON representation

Georgian Text Art Generator

Awesome Lists containing this project

README

        

# TextArt

Text Art generator by Anbani.ge

## Demo

Play around with the derivative project here ჻

Available as an `npx` executable as well!
```bash
npx anbani-textart "ჰელოუ" "Anbani Block Small"
your text -------^ ^--- optional font key
```
![npx demo](https://gach.ml/assets/projects/textart-vid.gif)

## EZ Quickstart
Play with this fiddle or create `index.html` file, open in text editor and paste in this code below.
```html


window.onload = () => {
document.querySelector('#art').textContent = window['anbani-textart'].generate(
'Anbani Block Regular',
'გამარჯობა'
)
}