-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update docs with new
@guidepup/record
package changes
- Loading branch information
1 parent
3dc0785
commit 30f5324
Showing
7 changed files
with
1,647 additions
and
749 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "Guidepup Record Library" | ||
--- | ||
|
||
# Guidepup Record Library | ||
|
||
Guidepup Record provides tools for screen recording. | ||
|
||
Here's a typical example: | ||
|
||
```ts | ||
import { macOSRecord } from "@guidepup/record"; | ||
|
||
(async () => { | ||
// Start the screen recording. | ||
const stopRecording = macOSRecord("./recordings/screenRecording.mov"); | ||
|
||
// ... perform some commands. | ||
|
||
// Stop the screen recording. | ||
stopRecording(); | ||
})(); | ||
``` | ||
|
||
**Contents:** | ||
|
||
- [macOSRecord](./class-guidepup#guidepup-macos-record) | ||
- [windowsRecord](./class-guidepup#guidepup-windows-record) | ||
|
||
## macOSRecord {#guidepup-macos-record} | ||
|
||
**See:** [macOSRecord] | ||
|
||
Start a screen recording on MacOS. | ||
|
||
## windowsRecord {#guidepup-windows-record} | ||
|
||
**See:** [windowsRecord] | ||
|
||
Start a screen recording on Windows. | ||
|
||
[macosrecord]: ./class-macos-record "macOSRecord" | ||
[windowsrecord]: ./class-windows-record "windowsRecord" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.