mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-03-01 18:35:43 +00:00
Merge pull request #162 from jellyfin/fix/blurhash
fix(blurhash): remove blurhash-wasm
This commit is contained in:
commit
4a068bb8c4
@ -4,7 +4,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { decode } from 'blurhash-wasm/blurhash_wasm';
|
||||
import { decode } from 'blurhash';
|
||||
|
||||
export default Vue.extend({
|
||||
props: {
|
||||
|
@ -29,7 +29,7 @@
|
||||
"@nuxtjs/pwa": "^3.0.0-beta.20",
|
||||
"@types/lodash": "^4.14.161",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"blurhash-wasm": "^0.2.0",
|
||||
"blurhash": "^1.1.3",
|
||||
"lodash": "^4.17.20",
|
||||
"nuxt": "^2.14.6",
|
||||
"nuxt-i18n": "^6.15.1",
|
||||
|
@ -3179,10 +3179,10 @@ bluebird@^3.1.1, bluebird@^3.5.5:
|
||||
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
|
||||
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
|
||||
|
||||
blurhash-wasm@^0.2.0:
|
||||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/blurhash-wasm/-/blurhash-wasm-0.2.0.tgz#cca79e72f70d19923b4446308a1ea87b44a21f01"
|
||||
integrity sha512-d/jOMANMlth4VNQRs3Xr/bDj7K3S2/QuRvrwC3QldeOTX9/5MLHUn2+JQV11Ja2J4/kY+HbRJOCGCy9T4BBvJw==
|
||||
blurhash@^1.1.3:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/blurhash/-/blurhash-1.1.3.tgz#dc325af7da836d07a0861d830bdd63694382483e"
|
||||
integrity sha512-yUhPJvXexbqbyijCIE/T2NCXcj9iNPhWmOKbPTuR/cm7Q5snXYIfnVnz6m7MWOXxODMz/Cr3UcVkRdHiuDVRDw==
|
||||
|
||||
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0:
|
||||
version "4.11.9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user