added custom alert and confetti

This commit is contained in:
Jonas_Jones 2025-03-25 21:37:31 +01:00
parent 3a40e225c0
commit 64d14685a6
3 changed files with 68 additions and 5 deletions

9
package-lock.json generated
View file

@ -9,7 +9,8 @@
"version": "0.0.1",
"dependencies": {
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2"
"jspdf": "^2.5.2",
"party-js": "^2.2.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
@ -1213,6 +1214,12 @@
"wrappy": "1"
}
},
"node_modules/party-js": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/party-js/-/party-js-2.2.0.tgz",
"integrity": "sha512-50hGuALCpvDTrQLPQ1fgUgxKIWAH28ShVkmeK/3zhO0YJyCqkhrZhQEkWPxDYLvbFJ7YAXyROmFEu35gKpZLtQ==",
"license": "MIT"
},
"node_modules/path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",