We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`
display: block; margin-left: auto; margin-right: auto; } #canvas{ position: relative; width: 100%; height: 80%; top: 0.0%; text-align: center; display: block; margin-left: auto; margin-right: auto; } </style>
let scanner = new Instascan.Scanner(opts); scanner.addListener('scan', function (content) { console.log(content); }); Instascan.Camera.getCameras().then(function (cameras) { if (cameras.length > 0) { scanner.start(cameras[0]); } else { console.error('No cameras found.'); } }).catch(function (e) { console.error(e); }); </script>
The text was updated successfully, but these errors were encountered:
I have same problem Decided with taking instascan version from here: https://rawgit.com/schmich/instascan-builds/master/instascan.min.js
Sorry, something went wrong.
No branches or pull requests
`
<title>Instascan</title> <script type="text/javascript" src="instascan.min.js"></script> <style> #video,#video_,#preview{ position: relative; width: 100%; height: 80%; top: 0.0%; border: 3px solid #E43E26; text-align: center;The text was updated successfully, but these errors were encountered: