@verifiedonchain-protocol/sdk 0.1.2 → 0.1.3

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
@@ -325,9 +325,9 @@ declare class LivenessEngine {
325
325
  */
326
326
  declare const CAPTURE_QUALITY: {
327
327
  /** Min average luminance in face region (0-255). Below = too dark */
328
- readonly LUMINANCE_MIN: 80;
328
+ readonly LUMINANCE_MIN: 100;
329
329
  /** Max average luminance. Above = overexposed / washed out */
330
- readonly LUMINANCE_MAX: 220;
330
+ readonly LUMINANCE_MAX: 210;
331
331
  /** Min face bounding box width/height in pixels */
332
332
  readonly FACE_MIN_SIZE: 100;
333
333
  /** Ideal min size for best results */
package/dist/index.js CHANGED
@@ -1179,9 +1179,9 @@ var LivenessEngine = class {
1179
1179
  // src/core/biometrics/captureQuality.ts
1180
1180
  var CAPTURE_QUALITY = {
1181
1181
  /** Min average luminance in face region (0-255). Below = too dark */
1182
- LUMINANCE_MIN: 80,
1182
+ LUMINANCE_MIN: 100,
1183
1183
  /** Max average luminance. Above = overexposed / washed out */
1184
- LUMINANCE_MAX: 220,
1184
+ LUMINANCE_MAX: 210,
1185
1185
  /** Min face bounding box width/height in pixels */
1186
1186
  FACE_MIN_SIZE: 100,
1187
1187
  /** Ideal min size for best results */