We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a857a7 commit 8e2fd82Copy full SHA for 8e2fd82
src/html5-qrcode.ts
@@ -1204,7 +1204,7 @@ export class Html5Qrcode {
1204
/* dy= */ 0,
1205
/* dWidth= */ this.qrRegion.width,
1206
/* dHeight= */ this.qrRegion.height);
1207
-
+ this.context!.filter = 'invert(100%)'; // <-- Thx to [thk-root](https://github.com/thk-root)
1208
const triggerNextScan = () => {
1209
this.foreverScanTimeout = setTimeout(() => {
1210
this.foreverScan(
0 commit comments