feat: read serial port and play video according to tag id

This commit is contained in:
bmeow 2024-08-03 18:32:21 +08:00
commit 3b577387df
Signed by: bmeow
GPG key ID: EA6961FF8459B45C
9 changed files with 243 additions and 0 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"name": "usr-tag-interaction",
"devDependencies": {
"@types/dom-serial": "^1.0.6"
}
}