add initial version of tab-downloader

This commit is contained in:
2026-05-24 04:47:53 +00:00
Unverified
commit d56d4714db
13 changed files with 3628 additions and 0 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"type": "module",
"dependencies": {
"@coderline/alphatab": "^1.8.2",
"@xmldom/xmldom": "^0.9.10"
}
}