Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorbush/simple-obs

Build a simple web screen recorder
https://github.com/jorbush/simple-obs

preact vite

Last synced: 15 days ago
JSON representation

Build a simple web screen recorder

Awesome Lists containing this project

README

        

# Simple Web Screen Recorder

This is a simple web screen recorder that uses the `MediaRecorder` API to record the screen and save it as a video file. It is built using Preact and Tailwind CSS.

https://github.com/jorbush/simple-obs/assets/55429631/db811593-57ab-4056-8590-43718c0df9ad

## Requirements

- Vite

## Running the project

1. Clone the repository
2. Run `npm install`
3. Run `npm run dev`

## Formatting

This project uses Prettier for code formatting. Run `npm run format` to format the code.

## Linter

This project uses Oxlint for linting. Run `npm run lint` to lint the code.