node-mac-recorder 2.19.0 โ 2.19.2
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.
|
@@ -6,7 +6,10 @@
|
|
|
6
6
|
"Bash(jq:*)",
|
|
7
7
|
"Bash(FORCE_AVFOUNDATION=1 timeout 15 node test-cursor-position.js)",
|
|
8
8
|
"Bash(FORCE_AVFOUNDATION=1 timeout 8 node test-cursor-debug.js)",
|
|
9
|
-
"Bash(FORCE_AVFOUNDATION=1 timeout 5 node test-cursor-debug.js)"
|
|
9
|
+
"Bash(FORCE_AVFOUNDATION=1 timeout 5 node test-cursor-debug.js)",
|
|
10
|
+
"Bash(FORCE_AVFOUNDATION=1 timeout 8 node test-unified-cursor.js)",
|
|
11
|
+
"Bash(FORCE_AVFOUNDATION=1 timeout 5 node test-unified-cursor.js)",
|
|
12
|
+
"Bash(FORCE_AVFOUNDATION=1 timeout 8 node -e \"\nconst MacRecorder = require(''./index.js'');\nconst recorder = new MacRecorder();\n\nconsole.log(''๐งช Testing AVFoundation fallback...'');\n\nasync function testFallback() {\n try {\n const outputPath = ''./test-avfoundation-fallback.mov'';\n \n console.log(''Starting AVFoundation recording...'');\n await recorder.startRecording(outputPath, {\n captureCursor: true,\n includeMicrophone: false,\n includeSystemAudio: false\n });\n \n console.log(''โ
AVFoundation recording started!'');\n \n setTimeout(async () => {\n try {\n console.log(''Stopping recording...'');\n await recorder.stopRecording();\n console.log(''โ
AVFoundation recording stopped!'');\n process.exit(0);\n } catch (error) {\n console.error(''โ Stop failed:'', error.message);\n process.exit(1);\n }\n }, 3000);\n \n } catch (error) {\n console.error(''โ AVFoundation recording failed:'', error.message);\n process.exit(1);\n }\n}\n\ntestFallback();\n\")"
|
|
10
13
|
],
|
|
11
14
|
"deny": [],
|
|
12
15
|
"ask": []
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"x":-2420,"y":919,"timestamp":80,"unixTimeMs":1758628587619,"cursorType":"text","type":"move","coordinateSystem":"video-relative-outside","recordingType":"display","videoInfo":{"width":2048,"height":1330,"offsetX":0,"offsetY":0},"displayInfo":{"displayId":1,"width":2048,"height":1330}}]
|