Gonzalo Uceda, Miaomiao Liu, "Dynamic text masking for improved Reading on digital devices."
Dynamica text masking tool for improved reading on digital devices. A working demo can be accessed under the following link: guceda/dyre

In order to install what is necessary and to start the project, please follow these simple steps:
# Go into the repository
cd dyre
# Install dependencies
npm cinpm 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.
To run the test suite that can be found at the test folder, please run the command:
npm run testnpm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
This will generate a production build and deploy it in github pages. It will be accesible under the following link: guceda.github.io/dyre
npm run deploy