Skip to content

Commit 95b2b73

Browse files
mkschulzeclaude
andcommitted
fix(11): convert background images from SVG to PNG for VDO.Ninja
VDO.Ninja's &effects=4&imageSrc= only works with raster images (PNG/JPG), not SVG. Rendered all 5 backgrounds to 1920x1080 PNG via cairosvg. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e84e76e commit 95b2b73

13 files changed

Lines changed: 7 additions & 7 deletions

File tree

260 KB
Loading
49.9 KB
Loading
44.4 KB
Loading
68 KB
Loading
44.5 KB
Loading

β€Žcompanion/src/ui.tsβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ const EFFECT_STORAGE_KEY = 'jamwide-bg-effect';
7575
const BG_BASE_URL = 'https://jamwide.audio/video/backgrounds/';
7676

7777
const BACKGROUND_IMAGES: Record<string, string> = {
78-
'bg-studio-neon': 'studio-neon.svg',
79-
'bg-concert-stage': 'concert-stage.svg',
80-
'bg-vinyl-wall': 'vinyl-wall.svg',
81-
'bg-synth-wave': 'synth-wave.svg',
82-
'bg-jam-room': 'jam-room.svg',
78+
'bg-studio-neon': 'studio-neon.png',
79+
'bg-concert-stage': 'concert-stage.png',
80+
'bg-vinyl-wall': 'vinyl-wall.png',
81+
'bg-synth-wave': 'synth-wave.png',
82+
'bg-jam-room': 'jam-room.png',
8383
};
8484

8585
export function getSavedEffect(): BgEffect {
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
260 KB
Loading
49.9 KB
Loading
44.4 KB
Loading

0 commit comments

Comments
Β (0)