-
Style Editor
+
+ {/* Copy Link Section */}
+
+
Overlay URL
+
+
+
+
+
+
+
+
Style Editor
+
Customize your chat appearance
+
+
+ {/* Resolution */}
+
+
+
+
{/* Font Family */}
diff --git a/src/lib/types.ts b/src/lib/types.ts
index aea6b8f..d26ab16 100644
--- a/src/lib/types.ts
+++ b/src/lib/types.ts
@@ -8,6 +8,7 @@ export interface OverlaySettings {
textShadow: string;
messageSpacing: string;
usernameColor: string; // 'custom' or 'twitch'
+ resolution: '720p' | '1080p';
emotes: {
bttv: boolean;
seventv: boolean;
@@ -25,6 +26,7 @@ export const DEFAULT_SETTINGS: OverlaySettings = {
textShadow: '1px 1px 2px rgba(0,0,0,0.8)',
messageSpacing: '0.5rem',
usernameColor: 'twitch',
+ resolution: '1080p',
emotes: {
bttv: true,
seventv: true,