Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monyone/scte35.js
SCTE35 Parsing in pure JS (TypeScript) without any polyfill
https://github.com/monyone/scte35.js
scte-35 scte35
Last synced: 3 months ago
JSON representation
SCTE35 Parsing in pure JS (TypeScript) without any polyfill
- Host: GitHub
- URL: https://github.com/monyone/scte35.js
- Owner: monyone
- License: wtfpl
- Created: 2022-04-10T04:04:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T04:31:44.000Z (over 2 years ago)
- Last Synced: 2024-09-18T23:28:27.432Z (4 months ago)
- Topics: scte-35, scte35
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scte35.js
SCTE35 parsing in any JS environments without any polyfills and depencendies
## Usage
```javascript
import scte35 from "scte35.js";const result = scte35(arraybuffer);
```