Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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);
```