Skip to content

Instantly share code, notes, and snippets.

View polooner's full-sized avatar
Focusing

Filip Wojda polooner

Focusing
View GitHub Profile
'use client';
import CaptionBox, { Captions } from '@/components/CaptionBox';
import Timeline from '@/components/Timeline';
import { useRemotionPlayer } from '@/lib/hooks/use-remotion-player';
import { Clip } from '@/remotion/Clip';
import { KeyFrame } from '@/types';
import { useMakeKlips } from '@/lib/hooks/use-makeklips';
import { createTimeframe } from '@/lib/utils';
import { MakeKlipsRefType } from '@/types/makeklips';
import {
ChangeEvent,
KeyboardEvent,
MouseEvent,
SyntheticEvent,
forwardRef,
useEffect,