feat: use custom player module

This commit is contained in:
Haoyu Xu
2025-03-23 16:38:13 +08:00
parent c6e2dd936c
commit f749de13c2
455 changed files with 1256 additions and 12936 deletions

View File

@@ -3,5 +3,10 @@
"private": true,
"version": "0.0.0",
"type": "module",
"main": "index.js"
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "~5.7.3"
}
}