Skip to content

Commit acba097

Browse files
mkschulzeclaude
andcommitted
fix(11): simplify background effects to what VDO.Ninja supports via URL
VDO.Ninja doesn't support custom background images via URL params. Simplified dropdown to: No Effect, Blur Background, Virtual Background. Virtual Background (&effects=5) lets VDO.Ninja's own UI handle image selection. Removed unused SVG/PNG background assets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95b2b73 commit acba097

24 files changed

Lines changed: 10 additions & 536 deletions

β€Žcompanion/index.htmlβ€Ž

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ <h1>JamWide Video</h1>
2323
<select id="bg-effect" title="Background effect">
2424
<option value="none">No Effect</option>
2525
<option value="blur">Blur Background</option>
26-
<option value="greenscreen">Green Screen</option>
27-
<option value="bg-studio-neon">Studio Neon</option>
28-
<option value="bg-concert-stage">Concert Stage</option>
29-
<option value="bg-vinyl-wall">Vinyl Wall</option>
30-
<option value="bg-synth-wave">Synthwave</option>
31-
<option value="bg-jam-room">Jam Room</option>
26+
<option value="virtual-bg">Virtual Background</option>
3227
</select>
3328
<span id="status-badge" class="badge-disconnected">Disconnected</span>
3429
</header>
-260 KB
Binary file not shown.

β€Žcompanion/public/backgrounds/concert-stage.svgβ€Ž

Lines changed: 0 additions & 39 deletions
This file was deleted.
-49.9 KB
Binary file not shown.

β€Žcompanion/public/backgrounds/jam-room.svgβ€Ž

Lines changed: 0 additions & 66 deletions
This file was deleted.
-44.4 KB
Binary file not shown.

β€Žcompanion/public/backgrounds/studio-neon.svgβ€Ž

Lines changed: 0 additions & 34 deletions
This file was deleted.
-68 KB
Binary file not shown.

β€Žcompanion/public/backgrounds/synth-wave.svgβ€Ž

Lines changed: 0 additions & 51 deletions
This file was deleted.
-44.5 KB
Binary file not shown.

0 commit comments

Comments
Β (0)