MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / Timeline.tsx

File Timeline.tsx

packages/studio/src/player/components/Timeline.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useRef, useMemo, useCallback, useState, useEffect, memo, type ReactNode } from "react";
2import { useMusicBeatAnalysis } from "../../hooks/useMusicBeatAnalysis";
3import { isMusicTrack } from "../../utils/timelineInspector";
4import { remapBeatAnalysisToComposition } from "../../utils/beatEditActions";

Callers

nothing calls this directly

Calls 15

useMusicBeatAnalysisFunction · 0.90
useTimelineZoomFunction · 0.90
useMountEffectFunction · 0.90
getTrackStyleFunction · 0.90
useTimelineClipDragFunction · 0.90
getTimelineCanvasHeightFunction · 0.90
useTimelinePlayheadFunction · 0.90

Tested by

no test coverage detected