support to show local video when chatting

This commit is contained in:
杍超
2025-02-11 11:48:55 +08:00
commit 9afd6d03c4
63 changed files with 15022 additions and 0 deletions

5
frontend/index.ts Normal file
View File

@@ -0,0 +1,5 @@
export { default as BaseInteractiveVideo } from "./shared/InteractiveVideo.svelte";
export { prettyBytes, playable, loaded } from "./shared/utils";
export { default as BaseExample } from "./Example.svelte";
import { default as Index } from "./Index.svelte";
export default Index;