Beat Saber Overlay
Simple Beat Saber stream overlay for twitch.tv/iza_k
Requires BeatSaberPlus SongOverlay
Preview
Usage - OBS Studio
Add Source > Browser > URL: https://bs-overlay.netlify.app/
Configuration - Custom CSS
To change size, set root font size (default 10px)
:root { font-size: 15px; }
To right align
body > .row { flex-direction: row-reverse; } .row { justify-content: flex-end; }
To change fade duration (default 300ms)
body { transition-duration: 500ms; }
To change font
body { font-family: "Comic Sans MS", cursive; }
Description
Languages
TypeScript
54%
JavaScript
33.7%
CSS
7.6%
HTML
4.7%