Use Quagga2 instead of QuaggaJS (closes #579)

This commit is contained in:
Bernd Bestel
2020-04-13 16:08:46 +02:00
parent 10f890ef89
commit 45d96cb60f
4 changed files with 2235 additions and 53 deletions

View File

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