feat: Add UPC-A support (#2563)

* Add UPC_A support

* Add documentation for UPC-A on iOS

* Doc adjustments

---------

Co-authored-by: Keaton Roux <keaton@codehesion.co.za>
This commit is contained in:
Keaton Roux
2024-03-18 16:42:57 +02:00
committed by GitHub
parent 8e1f03907b
commit 97941a919f
4 changed files with 27 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export type CodeType =
| 'ean-8'
| 'itf'
| 'upc-e'
| 'upc-a'
| 'qr'
| 'pdf-417'
| 'aztec'