From 1fcd1dbd481bae28fee35436781ae0653e497ab4 Mon Sep 17 00:00:00 2001 From: Felix Brabetz Date: Sat, 16 May 2026 04:50:06 +0200 Subject: [PATCH] Add PDF download functionality to Easter Egg using jsPDF --- src/components/EasterEgg.astro | 47 +++++++++++++++++++++++++++++++++- src/pages/index.astro | 1 + 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/src/components/EasterEgg.astro b/src/components/EasterEgg.astro index 9a4bf30..5a76a13 100644 --- a/src/components/EasterEgg.astro +++ b/src/components/EasterEgg.astro @@ -46,7 +46,11 @@ Goldener Brabetz-Grüner-Daumen -

Zertifikats-ID: BRB-PLX-2026-NICE

+

Zertifikats-ID: BRB-PLX-2026-NICE

+ + @@ -54,3 +58,44 @@
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 419643f..41190ae 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -122,4 +122,5 @@ import EasterEgg from '../components/EasterEgg.astro'; }); }); +