@pixelverse/strichjs-sdk 1.4.2 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.3] - 2024-02-12
4
+
5
+ ### Changed
6
+
7
+ - The default camera on iPhones with multiple back-facing cameras (e.g. iPhone 15 Pro) is now the *Back Dual Wide Camera*. Previously, the *Back Camera* was selected, which resulted in bad scanning performance due to the camera being out of focus.
8
+
3
9
  ## [1.4.2] - 2024-02-05
4
10
 
5
11
  ### Added
package/dist/strich.d.ts CHANGED
@@ -87,7 +87,6 @@ export interface FrameSourceConfiguration {
87
87
  */
88
88
  constraints?: MediaStreamConstraints;
89
89
  }
90
- export function defaultFrameSourceConfiguration(): FrameSourceConfiguration;
91
90
  /**
92
91
  * The region of interest is specified as an inset between screen edge and RoE on each side,
93
92
  * expressed as a fractional value (between 0 and 0.5).