matropa

2.3.2 • Public • Published

matropa

 
import { EBMLDocument, MatroskaSpecs, EBMLSpecs } from 'matropa'
 
const ebml = new EBMLDocument({
    bytes: /* A Uint8Array */,
    specs: MatroskaSpecs
})
 
// All values made availiable
console.log(ebml.PixelWidth)
console.log(ebml.PixelHeight)
 

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i matropa

    Weekly Downloads

    0

    Version

    2.3.2

    License

    ISC

    Unpacked Size

    103 kB

    Total Files

    12

    Last publish

    Collaborators

    • trumanpurnell