Add social links

This commit is contained in:
Vanilagy
2025-07-02 21:27:45 +02:00
parent 2a96c9e4a2
commit 202cd3e09b
3 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
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, is very performant, 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 from the ground up for the web.
[Documentation](https://mediabunny.dev) | [Examples](https://mediabunny.dev/examples) | [Sponsoring](#sponsoring) | [License](#license)
[Documentation](https://mediabunny.dev) | [Examples](https://mediabunny.dev/examples) | [Sponsoring](#sponsoring) | [License](#license) | [Discord](https://discord.gg/hmpkyYuS4U)
### Gold sponsors
+2
View File
@@ -70,6 +70,8 @@ export default withMermaid({
socialLinks: [
{ icon: 'github', link: 'https://github.com/Vanilagy/mediabunny' },
{ icon: 'discord', link: 'https://discord.gg/hmpkyYuS4U' },
{ icon: 'x', link: 'https://x.com/vanilagy' },
],
search: {
-10
View File
@@ -1,10 +0,0 @@
- https://github.com/Vanilagy/mp4-muxer/issues/83 tell him it's possible now
- textsubtitlesource, chunked piping
- More efficient MP3 loading when reading sequentially
- Redo readers: I think better to have a single reader with ephemeral/non-ephemeral loading methods than to have multiple readers. This way, they can still share data.
- Readers: Does it make more sense to have `pos` handled outside? Otherwise it's ripe for async race conditions.
For release:
- Write README
- Migration guides on old repos & deprecation
- llms.txt???