@mentra/sdk 2.1.5 → 2.1.7

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.
@@ -198,7 +198,7 @@ class BitmapUtils {
198
198
  color: 0xffffffff,
199
199
  });
200
200
  // // Calculate position to place the original image (with padding)
201
- const leftPadding = 40; // 40px padding on left
201
+ const leftPadding = 45; // 45px padding on left
202
202
  const topPadding = 35; // 35px padding on top
203
203
  // Composite the original image onto the white canvas
204
204
  paddedImage.composite(image, leftPadding, topPadding);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mentra/sdk",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "Build apps for MentraOS smartglasses. This SDK provides everything you need to create real-time smartglasses applications.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",