mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-23 01:29:18 +02:00
added custom alert and confetti
This commit is contained in:
parent
3a40e225c0
commit
64d14685a6
3 changed files with 68 additions and 5 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue