aboutsummaryrefslogtreecommitdiffstats
path: root/src/user/ThreeVideo.ts
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-08-01 03:57:16 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-08-01 03:57:16 +0200
commit735224334c74b5095113c89a6e66f230f8205a66 (patch)
tree9307282d45db37d3cb2bd51417ea37eba695f3f0 /src/user/ThreeVideo.ts
parentb07f163028d5dc1839dfd3b491da8ffdb7027035 (diff)
downloadvideotool-735224334c74b5095113c89a6e66f230f8205a66.tar.gz
videotool-735224334c74b5095113c89a6e66f230f8205a66.tar.bz2
videotool-735224334c74b5095113c89a6e66f230f8205a66.tar.lz
videotool-735224334c74b5095113c89a6e66f230f8205a66.zip

feat: temp

Diffstat (limited to 'src/user/ThreeVideo.ts')
-rw-r--r--src/user/ThreeVideo.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/user/ThreeVideo.ts b/src/user/ThreeVideo.ts
new file mode 100644
index 0000000..bbce038
--- /dev/null
+++ b/src/user/ThreeVideo.ts
@@ -0,0 +1,8 @@
+import { Video as BaseVideo, type FrameTime, type InitConfig } from '$/lib/Player/Video';
+import * as THREE from 'three';
+
+export default abstract class ThreeVideo extends BaseVideo {
+ public async init(config: InitConfig): Promise<void> {
+
+ }
+}