In the webapp the user can type something and see the asciified version in every font. The user can also easily copy the text and, if the text is too long, it gets converted into an image using dom-to-image. Anyway it is still copyable.
REST API
[GET] /api/v2/ascii
Parameters
text: the text to asciifiy
font (optional): the font
Returns
The asciified text.
[GET] /api/v2/fonts
Parameters
None
Returns
The list of available fonts
License
asciified is an open-source and free software released under the GNU GPL v3.
Like this project
0
Posted Dec 6, 2023
A simple ASCII Art API with a good-looking Web App. - GitHub - thelicato/asciified: A simple ASCII Art API with a good-looking Web App.