diff --git a/README.md b/README.md index 67dd459..152ad62 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 130dc27..5f174c3 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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: { diff --git a/todo.txt b/todo.txt deleted file mode 100644 index 8a689ef..0000000 --- a/todo.txt +++ /dev/null @@ -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??? \ No newline at end of file