Skip to content

mattmillsxyz/braille-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braille Generator

This is a very basic application to convert text to braille code.

Running the Project

In the project directory, you can run:

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Features

Implemented

  • Type in text and have it displayed on screen in braille
  • Download the braille code as a png image

To Be Implemented

  • Download the braille code as svg

Known Issues

  • Empty image download on Android. Image is downloaded, but does not contain braille text.
  • I'm currently using the Apple Braille font. I think there's probably a better way to do this to make it more transferrable. Maybe using unicode, not sure.

Why?

In my other life, I create digital artwork (like this) with various apps on my iPhone. I wanted a quick way to add the title of the artwork using braille code to give it a more interesting look.

About

A very basic application to convert text to braille code images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published