JSPM

scte35.js

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q44922F
  • License WTFPL

SCTE35 Parsing in JS (TypeScript) without any Polyfills and Dependencies

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