@regulaforensics/vp-frontend-document-components 7.6.2074-nightly → 7.6.2075-nightly

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/dist/index.d.ts CHANGED
@@ -278,6 +278,7 @@ export declare interface DocumentReaderSettings extends CameraSnapshotSettings {
278
278
  nextPageAnimationStartDelay?: number;
279
279
  nextPageAnimationEndDelay?: number;
280
280
  finalizeOnTimeout?: boolean;
281
+ maxImageSize?: number;
281
282
  }
282
283
 
283
284
  export declare class DocumentReaderWebComponent extends HTMLElement {