astro-simple-screen-recorder
v0.0.1
Published
An Astro Button component that records your screen using only web technologies
Maintainers
Readme
astro-simple-screen-recorder
An Astro Button component that records your screen using only web technologies
Installation 📖
# You can intall with npm
npm install astro-simple-screen-recorder
# or with yarn
yarn add astro-simple-screen-recorder
# or with pnpm
pnpm add astro-simple-screen-recorderUsage ⚙️
---
import ButtonScrenRecorder from 'astro-simple-screen-recorder';
---
<ButtonScrenRecorder />
