mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Add social links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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???
|
||||
Reference in New Issue
Block a user