Holistic technical website cleanup

This commit is contained in:
Vanilagy
2026-05-03 19:47:39 +02:00
parent 4810c13c29
commit 1680bd02ad
49 changed files with 407 additions and 41 deletions
+4
View File
@@ -1,3 +1,7 @@
---
description: Mediabunny is a zero-dependency, tree-shakable TypeScript library for reading, writing and converting media files in the browser. Like FFmpeg, but for the web.
---
# Introduction
Mediabunny is a JavaScript library for reading, writing, and converting media files (like MP4 or WebM), directly in the browser. It aims to be a complete toolkit for high-performance media operations on the web. It's written from scratch in pure TypeScript, has zero dependencies, and is extremely tree-shakable, meaning you only include what you use. You can think of it a bit like [FFmpeg](https://ffmpeg.org/), but built for the web's needs.