monyone / scte35.js

SCTE35 Parsing in pure JS (TypeScript) without any polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scte35.js

SCTE35 parsing in any JS environments without any polyfills and depencendies

Usage

import scte35 from "scte35.js";

const result = scte35(arraybuffer);

About

SCTE35 Parsing in pure JS (TypeScript) without any polyfill

License:Do What The F*ck You Want To Public License


Languages

Language:TypeScript 100.0%