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.
2 parents 2e5f079 + 8e2fd82 commit 623c034Copy full SHA for 623c034
src/html5-qrcode.ts
@@ -1208,7 +1208,7 @@ export class Html5Qrcode {
1208
/* dy= */ 0,
1209
/* dWidth= */ this.qrRegion.width,
1210
/* dHeight= */ this.qrRegion.height);
1211
-
+ this.context!.filter = 'invert(100%)'; // <-- Thx to [thk-root](https://github.com/thk-root)
1212
const triggerNextScan = () => {
1213
this.foreverScanTimeout = setTimeout(() => {
1214
this.foreverScan(
0 commit comments