Use forked version of html5-qrcode to avoid including zxing-js which will never be used then

This commit is contained in:
Jan Böhmer 2025-01-04 18:09:56 +01:00
parent 53dcd24216
commit 0c627a5636
3 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@
import {Controller} from "@hotwired/stimulus";
//import * as ZXing from "@zxing/library";
import {Html5QrcodeScanner, Html5Qrcode} from "html5-qrcode";
import {Html5QrcodeScanner, Html5Qrcode} from "@part-db/html5-qrcode";
/* stimulusFetch: 'lazy' */
export default class extends Controller {