Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 943 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 943 Bytes

Bredit

Bredit is a webapp for recording and editing screen recordings with or without sound and video from a webcam.

Its goal is to provide an easy way to create screen captures in a small shareable file without having to download or install any third party software, or send any potentially private information to a server. Bredit is 100% client side and can be easily self hosted using any static site hosting solution such as netlify or github pages.

It uses MediaRecorder for video creation, and gif.js for GIF rendering.

Bredit is hosted on my website here

Running locally

npm i
npm run dev

Navigate to localhost:5000

This project was created using the SvelteJS starter Template.