Merge pull request #162 from jellyfin/fix/blurhash

fix(blurhash): remove blurhash-wasm
This commit is contained in:
Cameron 2020-10-02 16:29:03 +01:00 committed by GitHub
commit 4a068bb8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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: {

View File

@ -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",

View File

@ -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"