Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evoluteur/braille-text

Simple Javascript and CSS to display Braille (English grade 1) on web pages with hover effect for translation.
https://github.com/evoluteur/braille-text

animation-css braille braille-alphabet braille-characters braille-display braille-symbols braille-translator css-animation css-animations sprite

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Braille-Text

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

[Live demo](https://evoluteur.github.io/braille-text/index.html)

![](screenshots/your-name.png)

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

![](screenshots/themes.png)

The code is open source at [GitHub](https://github.com/evoluteur/braille-text).

More Javascript and CSS to display Braille at [Braille-Tools](https://evoluteur.github.io/braille-tools/index.html).

(c) 2024 Olivier Giulieri