Skip to content

Simple Javascript and CSS to display Braille (English grade 1) on web pages with hover effect for translation.

License

Notifications You must be signed in to change notification settings

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