@idscan/idvc2 3.4.0 → 3.4.1
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 +4 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/dist/types/controllers/ModuleController.d.ts +1 -1
- package/dist/types/helpers/time.d.ts +2 -7
- package/dist/types/modules/ui/VideoWrapper/CanvasWrapper.d.ts +2 -0
- package/dist/types/modules/ui/VideoWrapper/VideoWrapper.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,10 @@ import IDVC from '@idscan/idvc2'
|
|
|
81
81
|
|
|
82
82
|
## Version history
|
|
83
83
|
|
|
84
|
+
- **3.4.1**
|
|
85
|
+
- fix: Video capture format during document capture process. Now captures video of the visible capture area in weblib (rectangular format).
|
|
86
|
+
- fix: Button was incorrectly appearing on face step after certain step sequences.
|
|
87
|
+
|
|
84
88
|
- **3.4.0**
|
|
85
89
|
- feat: Added a new option delayUntilCaptureButtonVisible inside the step object of document capture flow.
|
|
86
90
|
* Defines a delay (in milliseconds) before the capture button becomes visible.
|