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.
- Host: GitHub
- URL: https://github.com/maxchang3/srtkit
- Owner: maxchang3
- License: mit
- Created: 2025-10-09T12:55:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-10T17:59:04.000Z (8 months ago)
- Last Synced: 2025-10-11T08:54:28.798Z (8 months ago)
- Topics: srt, srt-subtitles, subrip, subrip-text, subtitles
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)_