Text to braille ascii art
Image to braille-ascii
Ascii Art(Braille Pattern) Characters MacOS render
It's not "rendering" it, it's a part of the font it's using. Your chrome instance either isn't loading the webfont that Twitch requests or is using an outdated cached copy, or is being overridden by a setting in your chrome. Are you using BTTV? that can override font..
More on reddit.comAscii Art(Braille Pattern) Characters in macOS Twitch Chat
Hello fellow retards,
Want to paste cool stuff like this:
⠀⣀⣤⣾⣿⡇⠀⠀⣴⣾⠛⠛⣷⣦⠀⠀⣶⡟⠛⠻⣷⡆⠀⠀⠀⣠⣾⣿⡇⠀
⠀⠉⠀⢸⣿⡇⠀⠀⠻⢿⣤⡤⢾⣿⡇⢀⣭⡿⠖⠾⣯⣄⢀⣠⣾⣋⣸⣿⣇⡀
⠀⠀⠀⢸⣿⡇⠀⠀⠲⢶⣤⣤⡾⠟⠀⠘⠿⣧⣤⣤⡿⠟⠈⠉⠉⠉⢹⣿⡏⠁
in the chat?
I wanted too, until I realized the only available tool was this image to braille tool. Which works great. but it's a hassle to open paint -> create the text -> save the image -> drag to the tool -> copy -> paste
One boring day at work later and I made a tool for it - It takes text as an input, converts it to an image and then transforms that image into braille ascii art (big credit to 505e06b2 his algorithm works wonders).
It started as a Python script I made for myself, but after a few requests from others I rewrote it in javascript and created a website so anyone can use it without installing Python.
repository
website
Note: you'll notice a difference in the output between width 30~31 and other width values. that's because 30~31 is optimal for forsen's message height rules, so I hardcoded a check for this usecase.
Enjoy