Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
p-mazhnik
2022-11-22 15:13:40 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
01ea2690b638248fbaacd2421885117a95745ac0
01ea2690
1 parent
47000b0c
fixate zxing-js version
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
example/web/index.html
example/web/index.html
View file @
01ea269
...
...
@@ -29,7 +29,7 @@
<title>
example
</title>
<link
rel=
"manifest"
href=
"manifest.json"
>
<script
src=
"https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://unpkg.com/@zxing/library@
latest
"
></script>
<script
type=
"text/javascript"
src=
"https://unpkg.com/@zxing/library@
0.19.1
"
></script>
</head>
<body>
<!-- This script installs service_worker.js to provide PWA functionality to
...
...
Please
register
or
login
to post a comment