/braille-text

Simple Javascript and CSS to display Braille on web pages with hover effect for translation.

Primary LanguageCSSMIT LicenseMIT

Braille-Text

Simple Javascript and CSS to display Braille on web pages with hover effect for translation (for sighted people).

Live demo

const message = braille("I read Braille");
document.getElementById("braille").innerHTML = message;

The code is open source at GitHub.

More Javascript and CSS to display Braille at Braille-Tools.

(c) 2024 Olivier Giulieri