feat: add frame caching demo documentation

This commit is contained in:
zhangheng
2026-05-19 16:19:55 +08:00
commit 3ffeb1ae62
18 changed files with 4002 additions and 0 deletions

5
web/app/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import VideoFrameViewer from "@/components/VideoFrameViewer";
export default function Page() {
return <VideoFrameViewer />;
}