Antoni Czaplicki
Committed by GitHub

Add installation instructions for web platform

@@ -30,6 +30,12 @@ NSPhotoLibraryUsageDescription - describe why your app needs permission for the @@ -30,6 +30,12 @@ NSPhotoLibraryUsageDescription - describe why your app needs permission for the
30 macOS 10.13 or newer. Reason: Apple Vision library. 30 macOS 10.13 or newer. Reason: Apple Vision library.
31 31
32 ### Web 32 ### Web
  33 +Add this to `web/index.html`:
  34 +
  35 +```html
  36 +<script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script>
  37 +```
  38 +
33 Web only supports QR codes for now. 39 Web only supports QR codes for now.
34 Do you have experience with Flutter Web development? [Help me with migrating from jsQR to qr-scanner for full barcode support!](https://github.com/juliansteenbakker/mobile_scanner/issues/54) 40 Do you have experience with Flutter Web development? [Help me with migrating from jsQR to qr-scanner for full barcode support!](https://github.com/juliansteenbakker/mobile_scanner/issues/54)
35 41