-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This issue has 2 parts:
-
Make an option to get the raw ASCII text art so we can paste it in other places, especially places that don't accept images (like youtube comments, discord channels with no image perms, chats on streams, etc)
-
Add pre set options to make the ASCII text art fit into common websites people use, for example youtube and twitch chat, youtube comments, twitter, facebook, whatsapp, imessage, email, discord, etc. This is so the ASCII art can fit properly in these websites.
Also, in case theres too many websites or you don't want to do all that, make a way for us to manually measure how much text fits in each row in these websites. Idk how you'd do that but I have some guesses, like make us paste some text like |||||||||||||| into the chat box, and then we copy and paste the first row of characters back into the bot or github app so the code u made can count the characters and figure out how many characters fit in each row of that specific chat box.
Also, the first row in stream chats shouldn't count because the username is a part of the first row so it would break whatever dimensions you have set up, so when someone selects the stream chat option the first row in the ASCII art should be blanks, and the second row should be where the art begins.
Also, because some of these websites don't allow color, there should be an option to make the art in a different kind of way, like black and white and maybe other filters and options that exist.
Like you know in pixel art (which is similar to this ASCII stuff) they use things like limited color palletes and dithering, would be cool to have limited colors or a color filter. you can search on google and see what photographers use in editing and filtering and see if you can add that.
Thank you!