microboard-temp 0.5.135 → 0.5.136

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.
@@ -49495,9 +49495,9 @@ class Camera {
49495
49495
  }
49496
49496
  this.isTrackingAnimation = true;
49497
49497
  this.lastTrackingTime = null;
49498
- const SMOOTHING = 14;
49499
- const SNAP_PX = 0.5;
49500
- const SNAP_SCALE = 0.0001;
49498
+ const SMOOTHING = 7;
49499
+ const SNAP_PX = 2;
49500
+ const SNAP_SCALE = 0.0005;
49501
49501
  const loop = () => {
49502
49502
  const t3 = this.trackingTarget;
49503
49503
  if (!t3) {
package/dist/cjs/index.js CHANGED
@@ -49495,9 +49495,9 @@ class Camera {
49495
49495
  }
49496
49496
  this.isTrackingAnimation = true;
49497
49497
  this.lastTrackingTime = null;
49498
- const SMOOTHING = 14;
49499
- const SNAP_PX = 0.5;
49500
- const SNAP_SCALE = 0.0001;
49498
+ const SMOOTHING = 7;
49499
+ const SNAP_PX = 2;
49500
+ const SNAP_SCALE = 0.0005;
49501
49501
  const loop = () => {
49502
49502
  const t3 = this.trackingTarget;
49503
49503
  if (!t3) {
package/dist/cjs/node.js CHANGED
@@ -51968,9 +51968,9 @@ class Camera {
51968
51968
  }
51969
51969
  this.isTrackingAnimation = true;
51970
51970
  this.lastTrackingTime = null;
51971
- const SMOOTHING = 14;
51972
- const SNAP_PX = 0.5;
51973
- const SNAP_SCALE = 0.0001;
51971
+ const SMOOTHING = 7;
51972
+ const SNAP_PX = 2;
51973
+ const SNAP_SCALE = 0.0005;
51974
51974
  const loop = () => {
51975
51975
  const t3 = this.trackingTarget;
51976
51976
  if (!t3) {
@@ -49338,9 +49338,9 @@ class Camera {
49338
49338
  }
49339
49339
  this.isTrackingAnimation = true;
49340
49340
  this.lastTrackingTime = null;
49341
- const SMOOTHING = 14;
49342
- const SNAP_PX = 0.5;
49343
- const SNAP_SCALE = 0.0001;
49341
+ const SMOOTHING = 7;
49342
+ const SNAP_PX = 2;
49343
+ const SNAP_SCALE = 0.0005;
49344
49344
  const loop = () => {
49345
49345
  const t3 = this.trackingTarget;
49346
49346
  if (!t3) {
package/dist/esm/index.js CHANGED
@@ -49331,9 +49331,9 @@ class Camera {
49331
49331
  }
49332
49332
  this.isTrackingAnimation = true;
49333
49333
  this.lastTrackingTime = null;
49334
- const SMOOTHING = 14;
49335
- const SNAP_PX = 0.5;
49336
- const SNAP_SCALE = 0.0001;
49334
+ const SMOOTHING = 7;
49335
+ const SNAP_PX = 2;
49336
+ const SNAP_SCALE = 0.0005;
49337
49337
  const loop = () => {
49338
49338
  const t3 = this.trackingTarget;
49339
49339
  if (!t3) {
package/dist/esm/node.js CHANGED
@@ -51799,9 +51799,9 @@ class Camera {
51799
51799
  }
51800
51800
  this.isTrackingAnimation = true;
51801
51801
  this.lastTrackingTime = null;
51802
- const SMOOTHING = 14;
51803
- const SNAP_PX = 0.5;
51804
- const SNAP_SCALE = 0.0001;
51802
+ const SMOOTHING = 7;
51803
+ const SNAP_PX = 2;
51804
+ const SNAP_SCALE = 0.0005;
51805
51805
  const loop = () => {
51806
51806
  const t3 = this.trackingTarget;
51807
51807
  if (!t3) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-temp",
3
- "version": "0.5.135",
3
+ "version": "0.5.136",
4
4
  "description": "A flexible interactive whiteboard library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",