Sync Mode6Test frontend improvements: pinch zoom 500% max, no flicker/flip, deferred rendering

This commit is contained in:
2026-01-20 19:33:12 +00:00
parent cbb14e69fb
commit 7de75b0596
44 changed files with 168752 additions and 13 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "mode-switch",
"version": "1.0.0",
"description": "Mode switching orchestrator - controls which mode (Test1Mode, Mode2Test) runs on port 3005",
"type": "module",
"private": true,
"scripts": {
"start": "bun run backend/orchestrator.ts",
"dev": "bun --watch backend/orchestrator.ts"
},
"dependencies": {
"hono": "^4.10.8",
"dotenv": "^17.2.3"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5"
}
}