node-mac-recorder 2.20.11 → 2.20.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-mac-recorder",
3
- "version": "2.20.11",
3
+ "version": "2.20.13",
4
4
  "description": "Native macOS screen recording package for Node.js applications",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -655,9 +655,7 @@ static NSString* detectSystemCursorType(void) {
655
655
  CGFloat relativeHotspotX = hotspot.x / imageSize.width;
656
656
  CGFloat relativeHotspotY = hotspot.y / imageSize.height;
657
657
 
658
- // Debug: Show proportional analysis
659
- NSLog(@"🔍 CURSOR: %.1fx%.1f ratio=%.2f hotspot=(%.2f,%.2f)",
660
- imageSize.width, imageSize.height, aspectRatio, relativeHotspotX, relativeHotspotY);
658
+
661
659
 
662
660
  // UPDATED with real cursor data:
663
661
  // Arrow: 17x23 ratio=0.74 hotspot=(0.24,0.17)