优化视频解析

This commit is contained in:
none
2023-03-08 10:50:48 +08:00
parent dbfce61c40
commit 9aeb272519
3 changed files with 64 additions and 19 deletions

4
src/types/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export interface VideoParseInfo {
poster:File;
duration:number;
}