Skip to content

Instantly share code, notes, and snippets.

@mebjas
Created October 30, 2022 14:17
Show Gist options
  • Save mebjas/3717ab520b4e8f4a4f473b9cdf5c0032 to your computer and use it in GitHub Desktop.
Save mebjas/3717ab520b4e8f4a4f473b9cdf5c0032 to your computer and use it in GitHub Desktop.
Config for enabling torch with Html5QrcodeScanner
let html5QrcodeScanner = new Html5QrcodeScanner(
"reader",
{
fps: 10,
qrbox: {width: 250, height: 250},
rememberLastUsedCamera: true,
aspectRatio: 1.7777778,
showTorchButtonIfSupported: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment