Skip to content

Commit 7f57096

Browse files
authored
Update Readme
Updated the table of contents and added a star history section with responsive images.
1 parent 1f4ee0e commit 7f57096

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Native Node.js bindings for FFmpeg with full TypeScript support. Provides direct
2828
- [Specific Hardware](#specific-hardware)
2929
- [Imports and Tree Shaking](#imports-and-tree-shaking)
3030
- [Stream Processing](#stream-processing)
31-
- [From Files](#from-files)
32-
- [From Network](#from-network)
31+
- [From Files/Network](#from-files-or-network)
3332
- [From Buffers](#from-buffers)
33+
- [Custom I/O Callbacks](#custom-io-callbacks)
3434
- [Raw Media Processing](#raw-media-processing)
3535
- [Resource Management](#resource-management)
3636
- [FFmpeg Binary Access](#ffmpeg-binary-access)
@@ -557,6 +557,27 @@ Contributions are welcome! Please read [CONTRIBUTING.md](https://github.com/seyd
557557

558558
For issues and questions, please use the GitHub issue tracker.
559559

560+
## Star History
561+
562+
<picture>
563+
<source
564+
media="(prefers-color-scheme: dark)"
565+
srcset="
566+
https://api.star-history.com/svg?repos=seydx/node-av&type=Date&theme=dark
567+
"
568+
/>
569+
<source
570+
media="(prefers-color-scheme: light)"
571+
srcset="
572+
https://api.star-history.com/svg?repos=seydx/node-av&type=Date
573+
"
574+
/>
575+
<img
576+
alt="Star History Chart"
577+
src="https://api.star-history.com/svg?repos=seydx/node-av&type=Date"
578+
/>
579+
</picture>
580+
560581
## See Also
561582

562583
- [FFmpeg Documentation](https://ffmpeg.org/documentation.html)

0 commit comments

Comments
 (0)