ajmeese7 / readme-ascii

Turns text into images of ASCII art for GitHub README files.
https://readme-ascii.herokuapp.com/
MIT License
67 stars 17 forks source link

Possibility of punctuation? #6

Closed GhostieSpook closed 3 years ago

GhostieSpook commented 3 years ago

Ya know . ! ? , etc

ajmeese7 commented 3 years ago

I'm very busy with work at the moment, but I'll definitely look into it as soon as I have a chance :) no promises but I can attempt.

ajmeese7 commented 3 years ago

Unfortunately I am unable to support punctuation with this particular style of font, but I can try to add support for some other fonts if you would prefer. You can see examples of all the fonts I have available here as well as what they look like.

Get back to me and let me know what would work best for your use case!

GhostieSpook commented 3 years ago

I would have to say "Fraktur" works really well for what I'm working on.

ajmeese7 commented 3 years ago

I'm most likely not going to have the time to implement this feature any time soon, but I can detail the steps on how to do it manually if it isn't something you need to do super often:

  1. Go to the ASCII generator site and enter your text
  2. Go to this website and paste the result from the above website
  3. Change any of the options you need to below the text box
  4. Download the resulting image as a PNG

Let me know if there's anything else I can do to help, cheers!