replate-camera 0.6.0 → 0.6.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.
@@ -707,7 +707,7 @@ class ReplateCameraController: NSObject {
707
707
  private static let MIN_DISTANCE: Float = 0.15
708
708
  private static let MAX_DISTANCE: Float = 0.45
709
709
  private static let ANGLE_THRESHOLD: Float = 0.6
710
- private static let TARGET_IMAGE_SIZE = CGSize(width: 1728, height: 1296)
710
+ private static let TARGET_IMAGE_SIZE = CGSize(width: 2048, height: 1556)
711
711
  private static let MIN_AMBIENT_INTENSITY: CGFloat = 650
712
712
 
713
713
  // Callbacks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replate-camera",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Camera component for Replate Manager",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",