Skip to content

Cspeisman/astro-screen-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro Screen Recorder

Astro Screen Recorder is a dev toolbar integration that lets you capture and record your computer's screen, a specific window, or browser tab. It's very useful for if you're putting together a documentation site in Astro and need to quickly capture a feature walk through.

Installation


Installation

Automatic installation:

npx astro add astro-screen-recorder

Manual installation:

npm install astro-screen-recorder

Add the following to your astro.config.mjs file:

import screenRecorder from "astro-screen-recorder";

export default {
  integrations: [
    // other integrations
    screenRecorder(),
  ],
};

Usage

Astro Screen Recorder will show up as a new icon in the dev toolbar

astro-screen-recorder

You can then select what screen, application, or tab to share astro-screen-share

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published