stream-chat
stream-chat copied to clipboard
OBS Chat Overlay for StreamerBot
Currently, new posts on a blank "canvas" are first displayed at the top. Then when the "canvas" is full, the chat is "pushed" upwards by the messages appearing at the...
When using the overlay for monitoring chat it would be good to have a certain amount of scroll back.
Not released yet but could make the config interface easier. Relates to #4 See https://chromestatus.com/feature/6234451761692672
Would be neat to have an option to display profile pictures next to the name or on the bubbles.
Add font-weight option for the following items: * [ ] Username * [ ] Pronoun * [ ] Message Text
For the following items: * Message Text * Username * Pronouns #35
Adds option "Reverse Flow" in the settings which depending on the settings will change flow like following: * Bubbles * Bottom-Top -> Top-Bottom * Right-Left -> Left Right * No...
Change to the file structure would look like themes/[name-of-theme]/index.{js,css} `index.js` would contain a config array that will be merged with the config. `index.css` will be added via JS. The generator...
The goal is to remove any additional code just in place for bubble styling and building everything over a unified code base to make the code less cluttered. This should...