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.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.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e9b86b6546a..66b8ce07dc7 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,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", |