Skip to content

Commit

Permalink
verbose en false
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelopilone committed Sep 28, 2023
1 parent 93eca75 commit ae6c050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paxapos/av-inputs",
"version": "1.0.7",
"version": "1.0.8",
"description": "Stencil Component Input webcam",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/input-barcode/input-barcode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class InputBarcode {
componentDidLoad(){
console.info('entrooo',this.supportedFormats)
const config: Html5QrcodeFullConfig = {
verbose: false,
verbose: true,
formatsToSupport: this.supportedFormats,
};
this.html5QrCode = new Html5Qrcode(this.uuidGeneric, config);
Expand Down

0 comments on commit ae6c050

Please sign in to comment.