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
3 changed files with 43 additions and 1875 deletions

View File

@@ -5,7 +5,7 @@
@endpush
@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
@push('pageStyles')