Skip to content

evoluteur/braille-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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