samuelweckstrom / react-ascii-text

ASCII text art renderer
9 stars 1 forks source link

Feature request: useAsciiArt() #1

Closed rsodre closed 1 year ago

rsodre commented 1 year ago

This package is really cool! I love it!

Feature request: new hook useAsciiArt() Instead of rendering text with the font, it will render the actual ASCII art we already have, taking care of the spaces and applying animations.

samuelweckstrom commented 1 year ago

Happy you like it!

It's a nice idea, could look into this. Are you using some tool to create ASCII art I could try out?

rsodre commented 1 year ago

Not me, but my team colleague does some by hand, like this one here: https://github.com/funDAOmental/endlessquest With a package like yours, we can start bringing them to the apps ;)