add playback

This commit is contained in:
2023-05-25 21:28:11 +02:00
parent 60c8bb5877
commit b671f9ee47
16 changed files with 417 additions and 163 deletions

View File

@@ -7,8 +7,8 @@ interface TimelineStore {
}
const useTimelineStore = create<TimelineStore>((set) => ({
fps: 60,
size: [1920, 1080],
fps: 120,
size: [1280, 720],
duration: 10.0,
}));