Share Dialog with QR Code (#729)
This commit is contained in:
parent
c715d2bab1
commit
3b3357c473
8 changed files with 401 additions and 7 deletions
12
package.json
12
package.json
|
|
@ -81,10 +81,10 @@
|
|||
"maplibre-gl": "2.4.0",
|
||||
"overpass-layer": "3.4.0",
|
||||
"popper.js": "1.16.1",
|
||||
"qrcodejs": "^1.0.0",
|
||||
"regenerator-runtime": "0.13.11",
|
||||
"togpx": "nrenner/togpx#722d291",
|
||||
"tokml": "0.4.0",
|
||||
"url-search-params": "1.1.0",
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -299,6 +299,16 @@
|
|||
"dist/overpass-layer.js"
|
||||
]
|
||||
},
|
||||
"qrcodejs": {
|
||||
"main": [
|
||||
"qrcode.js"
|
||||
]
|
||||
},
|
||||
"url-search-params-polyfill": {
|
||||
"main": [
|
||||
"index.js"
|
||||
]
|
||||
},
|
||||
"@mapbox/maki": {
|
||||
"main": [
|
||||
"icons/art-gallery.svg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue