Easily display animated messages in an OBS overlay.
- Clone this repository.
- Install dependencies using the
yarn
command.
- Configure your messages in the
src/assets/messages.json
file using JSON. - Configure the duration of a message and the delay between messages in the
src/constants.js
file.
When done, build the application using yarn build
.
Additionally, you can configure the ports used by the application in the package.json
file and CSS in the src/style.css
file.
- Run the
yarn serve
command and use thehttp://localhost:8282
URL to access your overlay and configure OBS.
Licensed under the MIT License, Copyright © HiDeoo.
See LICENSE for more information.