Implement proper level lookup tables for codec string generation

This commit is contained in:
Vanilagy
2024-11-30 17:59:00 +01:00
parent 266fcd473e
commit 25c271e4af
10 changed files with 534 additions and 217 deletions
+6
View File
@@ -10,6 +10,12 @@
"import": "./dist/metamuxer.mjs",
"require": "./dist/metamuxer.js"
},
"files": [
"README.md",
"package.json",
"LICENSE",
"dist"
],
"scripts": {
"build": "node build.mjs && tsc && api-extractor run && node append-namespace.mjs",
"build-local": "node build.mjs && tsc && api-extractor run --local --verbose && node append-namespace.mjs",