feat(web) add handler for ctrl-c copying images from viewer (#881)

This commit is contained in:
bo0tzz
2022-10-29 00:18:28 +02:00
committed by GitHub
parent b1212fc98b
commit b0f10b1851
3 changed files with 41 additions and 1 deletions

View File

@@ -59,12 +59,14 @@
"dependencies": {
"axios": "^0.27.2",
"cookie": "^0.4.2",
"copy-image-clipboard": "^2.1.2",
"exifr": "^7.1.3",
"leaflet": "^1.8.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.29.3",
"socket.io-client": "^4.5.1",
"svelte-keydown": "^0.5.0",
"svelte-material-icons": "^2.0.2"
}
}