- 表情筋を使って2Dゲームを操作するデモ
- ここ から体験可能
$ npm install
$ npm run dev
# その後、ブラウザでカメラアクセスを許可
$ open http://localhost:5173/face-controller/
# 一時的にインターネットからアクセス
$ brew install cloudflared
$ cloudflared tunnel --url http://localhost:5173
$ open https://xxxxxxxxxx.trycloudflare.com- Vite
- TypeScript
- MediaPipe Tasks Vision(Face Landmarker)