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)
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.3.2
    0
    • latest

Version History

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