Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
📝 add list of supported barcodes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tafelnl committed Oct 28, 2020
1 parent 849d5cd commit a38c4ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
| ---------- | ------------------------------------- | ------ |
| tafelnl | [tafelnl](https://github.com/tafelnl) | |

## About

### Supported barcodes

On **iOS** this library makes use of Apple's own `AVFoundation`. This means **[this list of barcodes](https://developer.apple.com/documentation/avfoundation/avmetadatamachinereadablecodeobject/machine-readable_object_types)** should be supported.

On **Android** this library uses [`zxing-android-embedded`](https://github.com/journeyapps/zxing-android-embedded) which uses [`zxing`](https://github.com/zxing/zxing) under the hood. That means **[this list of barcodes](https://github.com/zxing/zxing/#supported-formats)** is supported.

## Installation

```bash
Expand Down Expand Up @@ -267,4 +275,3 @@ A non-exhaustive list of todos:
- Support for switching between cameras
- Support for toggling the flashlight
- Support for web
- Support for different types of barcodes (it now only support 'normal' or inverted QR-codes)

0 comments on commit a38c4ec

Please sign in to comment.