An open API service indexing awesome lists of open source software.

https://github.com/maxchang3/srtkit

A set of utilities for processing and manipulating SRT (SubRip Text) subtitle files.
https://github.com/maxchang3/srtkit

srt srt-subtitles subrip subrip-text subtitles

Last synced: 5 months ago
JSON representation

A set of utilities for processing and manipulating SRT (SubRip Text) subtitle files.

Awesome Lists containing this project

README

          

# SRT Kit

> A set of utilities for processing and manipulating SRT (SubRip Text) subtitle files.

> [!WARNING]
> **This repository is under active development. The API may change at any time without prior notice.**
>
> Currently, only the `core` and `cli` packages are stable and available for use.
>
> Contributions and PRs are highly welcome! We especially appreciate help with edge case testing and suggestions for new features.

## Packages

- [`@srtkit/core`](./packages/core): Core library for SRT file manipulation.
- [`@srtkit/cli`](./packages/cli): Command-line interface for SRT Kit.
- [`@srtkit/web`](./packages/web): Web utilities for SRT Kit. **(⚠️ NOT READY FOR USE)**

## License

[MIT](./LICENSE) License © [maxchang3](https://github.com/maxchang3)

---

_🤖 auto updated with [automd](https://automd.unjs.io)_