Add PDF download functionality to Easter Egg using jsPDF

This commit is contained in:
Felix Brabetz
2026-05-16 04:50:06 +02:00
parent c4f33e2368
commit 1fcd1dbd48
2 changed files with 47 additions and 1 deletions
+1
View File
@@ -122,4 +122,5 @@ import EasterEgg from '../components/EasterEgg.astro';
});
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js" is:inline></script>
</Layout>