feat: add frame caching demo documentation
This commit is contained in:
5
web/app/page.tsx
Normal file
5
web/app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import VideoFrameViewer from "@/components/VideoFrameViewer";
|
||||
|
||||
export default function Page() {
|
||||
return <VideoFrameViewer />;
|
||||
}
|
||||
Reference in New Issue
Block a user