Downgrade / use QuggaJS again instead of Quagga2 (fixes #749)

This commit is contained in:
Bernd Bestel 2020-04-17 19:48:11 +02:00
parent b2dbc64f29
commit b4a480aa37
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
3 changed files with 43 additions and 1875 deletions

View File

@ -3,7 +3,6 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master", "@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
"@ericblade/quagga2": "^0.0.20",
"@fortawesome/fontawesome-free": "^5.13.0", "@fortawesome/fontawesome-free": "^5.13.0",
"TagManager": "https://github.com/max-favilli/tagmanager.git#master", "TagManager": "https://github.com/max-favilli/tagmanager.git#master",
"animate.css": "^3.7.2", "animate.css": "^3.7.2",
@ -29,6 +28,7 @@
"jquery-serializejson": "^2.9.0", "jquery-serializejson": "^2.9.0",
"moment": "^2.24.0", "moment": "^2.24.0",
"nosleep.js": "^0.9.0", "nosleep.js": "^0.9.0",
"quagga": "https://github.com/serratus/quaggaJS.git#master",
"sprintf-js": "^1.1.2", "sprintf-js": "^1.1.2",
"startbootstrap-sb-admin": "4.0.0", "startbootstrap-sb-admin": "4.0.0",
"summernote": "^0.8.16", "summernote": "^0.8.16",

View File

@ -5,7 +5,7 @@
@endpush @endpush
@push('pageScripts') @push('pageScripts')
<script src="{{ $U('/node_modules/@ericblade/quagga2/dist/quagga.min.js?v=', true) }}{{ $version }}"></script> <script src="{{ $U('/node_modules/quagga/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
@endpush @endpush
@push('pageStyles') @push('pageStyles')

1914
yarn.lock

File diff suppressed because it is too large Load Diff