@idscan/idvc2 2.7.1 → 2.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/idvc.js +1 -1
- package/dist/types/types/core/LicenseVerificationWasmCore.d.ts +3 -0
- package/dist/types/types/geometry.d.ts +13 -0
- package/dist/types/types/helpers/numbers.d.ts +4 -0
- package/dist/types/types/image.d.ts +5 -0
- package/dist/types/types/index.d.ts +8 -0
- package/dist/types/types/loop.d.ts +15 -0
- package/dist/types/types/modules/camera.d.ts +22 -0
- package/dist/types/types/modules/realFace.d.ts +22 -0
- package/dist/types/types/modules/ui/swiper.d.ts +2 -0
- package/dist/types/types/mrz.d.ts +43 -0
- package/dist/types/types/neural models/blazeFace.d.ts +19 -0
- package/dist/types/types/neural models/meshFace.d.ts +5 -0
- package/dist/types/types/workers/BubbleWorkerMessage.d.ts +22 -0
- package/dist/types/types/workers/blurWorker.d.ts +4 -0
- package/dist/types/types/workers/mrzWorker.d.ts +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,9 @@ import '@idscan/idvc2/dist/css/idvc.css'
|
|
|
90
90
|
[sales@idscan.net](mailto:sales@idscan.net) or [support@idscan.net](mailto:support@idscan.net)*
|
|
91
91
|
|
|
92
92
|
## Version history
|
|
93
|
+
- **2.7.2**
|
|
94
|
+
- fix: Type declaration imports
|
|
95
|
+
|
|
93
96
|
- **2.7.1**
|
|
94
97
|
- fix: Bad quality barcodes were parsed with errors when manually loaded
|
|
95
98
|
|