Package Exports
- scte35.js
- scte35.js/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scte35.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
scte35.js
SCTE35 parsing in any JS environments without any polyfills and depencendies
Usage
import scte35 from "scte35.js";
const result = scte35(arraybuffer);