@guidepup/record
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Record

Available on NPM Test workflows This project uses the MIT license

Getting Started

Install to your project:

npm install @guidepup/record

Windows

Start a screen recording on Windows:

import { windowsRecord } from "@guidepup/record";

(async () => {
  // Start the screen recording passing the location to save the recording.
  const stopRecording = windowsRecord("./recordings/screenRecording.mp4");

  // ... perform some commands.

  // Stop the screen recording.
  stopRecording();
})();

MacOS

Start a screen recording on MacOS.

import { macOSRecord } from "@guidepup/record";

(async () => {
  // Start the screen recording passing the location to save the recording.
  const stopRecording = macOSRecord("./recordings/screenRecording.mov");

  // ... perform some commands.

  // Stop the screen recording.
  stopRecording();
})();

Resources

Package Sidebar

Install

npm i @guidepup/record

Weekly Downloads

753

Version

0.1.0

License

MIT

Unpacked Size

8.6 kB

Total Files

9

Last publish

Collaborators

  • cmorten