feat: add native Windows window capture

This commit is contained in:
EtienneLescot
2026-05-05 17:23:49 +02:00
parent 7929aea908
commit 048189da72
11 changed files with 259 additions and 44 deletions
+1
View File
@@ -28,6 +28,7 @@
"test:watch": "vitest",
"test:cursor-native:win": "node scripts/test-windows-native-cursor.mjs",
"test:wgc-helper:win": "node scripts/test-windows-wgc-helper.mjs",
"test:wgc-window:win": "node scripts/test-windows-wgc-helper.mjs --window",
"test:wgc-audio:win": "node scripts/test-windows-wgc-helper.mjs --system-audio",
"test:wgc-mic:win": "node scripts/test-windows-wgc-helper.mjs --microphone",
"test:wgc-mixed-audio:win": "node scripts/test-windows-wgc-helper.mjs --system-audio --microphone",