We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68cc39 commit 44da204Copy full SHA for 44da204
README.md
@@ -6,6 +6,14 @@
6
7
`android-capture` makes it easy to capture video and screenshots from Android devices and emulators.
8
9
+## Quick Reference
10
+
11
+- Take a screenshot directly to the clipboard:
12
13
+ `npx android-capture image --copy`
14
+- Record a video to `./new-scroll-behaviour.mp4`
15
16
+ `npx android-capture video new-scroll-behaviour`
17
18
## Usage
19
0 commit comments