shopar-plugin 1.2.0-alpha.4 → 1.2.1-alpha.0

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.
@@ -481,6 +481,15 @@ type SetupOptions = {
481
481
  * If not provided, the value is determined by ShopAR True Scale technology.
482
482
  */
483
483
  customTrueScaleFaceWidth?: number;
484
+ /**
485
+ * Controls whether ShopAR True Scale is used to size AR glasses to the user's face.
486
+ *
487
+ * Defaults to `true`. Set to `false` to disable True Scale, in which case glasses are
488
+ * rendered at their authored size instead of being scaled to the measured face width.
489
+ *
490
+ * Only applies to the Glasses category.
491
+ */
492
+ trueScaleEnabled?: boolean;
484
493
  _internalOptions?: any;
485
494
  };
486
495
  /**