zu fabricjs gewechselt, noch nicht funktionsfähig

This commit is contained in:
Codex Agent
2025-10-31 20:19:09 +01:00
parent 06df61f706
commit eb0c31c90b
33 changed files with 7718 additions and 2062 deletions

View File

@@ -24,7 +24,7 @@ class InviteLayoutSeeder extends Seeder
'text' => $layout['text'] ?? null,
'badge' => $layout['badge'] ?? null,
'qr' => $layout['qr'] ?? ['size_px' => 500],
'svg' => $layout['svg'] ?? ['width' => 1080, 'height' => 1520],
'svg' => $layout['svg'] ?? ['width' => 1240, 'height' => 1754],
];
$options = [
@@ -35,7 +35,7 @@ class InviteLayoutSeeder extends Seeder
'cta_caption' => $layout['cta_caption'] ?? 'Scan mich & starte direkt',
'link_label' => $layout['link_label'] ?? null,
'logo_url' => $layout['logo_url'] ?? null,
'formats' => $layout['formats'] ?? ['pdf', 'svg'],
'formats' => $layout['formats'] ?? ['pdf', 'png'],
];
InviteLayout::updateOrCreate(