diff options
author | Louis Chemineau <louis@chmn.me> | 2024-08-29 14:27:59 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-08-29 23:08:11 +0200 |
commit | 56e4859201d80d3ea444bc88647d96ad71b59f88 (patch) | |
tree | b307b795be9ad14a471a90fd6794a264ef181faa /package-lock.json | |
parent | 19dd32962de7a73ecc934f8e7a5340d09fd24317 (diff) | |
download | nextcloud-server-56e4859201d80d3ea444bc88647d96ad71b59f88.tar.gz nextcloud-server-56e4859201d80d3ea444bc88647d96ad71b59f88.zip |
feat: Use the blurhash in Files
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 4764645cffa..429a2ae2ce8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,6 +38,7 @@ "@vueuse/integrations": "^11.0.1", "backbone": "^1.4.1", "blueimp-md5": "^2.19.0", + "blurhash": "^2.0.5", "browserslist-useragent-regexp": "^4.1.1", "camelcase": "^8.0.0", "cancelable-promise": "^4.3.1", @@ -8082,6 +8083,11 @@ "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==", "license": "MIT" }, + "node_modules/blurhash": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-2.0.5.tgz", + "integrity": "sha512-cRygWd7kGBQO3VEhPiTgq4Wc43ctsM+o46urrmPOiuAe+07fzlSB9OJVdpgDL0jPqXUVQ9ht7aq7kxOeJHRK+w==" + }, "node_modules/bmp-js": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/bmp-js/-/bmp-js-0.1.0.tgz", |