Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Takamasa045/remotion-studio-monorepo
/ functions
Functions
309 in github.com/Takamasa045/remotion-studio-monorepo
⨍
Functions
309
◇
Types & classes
31
↓ 44 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/render-app.ts:36
↓ 42 callers
Function
cubicBezier
( x1: number, y1: number, x2: number, y2: number, )
packages/@studio/easings/src/cubic-bezier.ts:13
↓ 24 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/clean.ts:26
↓ 19 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/forge-launcher.ts:23
↓ 18 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/analyze-bundle.ts:18
↓ 16 callers
Function
interpolate
( from: number, to: number, progress: number, easing: EasingFunction, )
packages/@studio/easings/src/utils.ts:90
↓ 16 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/forge.ts:13
↓ 14 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/dev.ts:21
↓ 12 callers
Function
getProgress
(frame: number, start: number, end: number)
packages/@studio/timing/src/frame-utils.ts:59
↓ 11 callers
Function
mockFrame
(f: number)
packages/@studio/hooks/test/useDelayedMount.test.ts:14
↓ 11 callers
Function
mockFrame
(f: number)
packages/@studio/hooks/test/useFrameProgress.test.ts:14
↓ 10 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/build-all.ts:23
↓ 9 callers
Function
mockFrame
(f: number)
packages/@studio/hooks/test/useSegment.test.ts:10
↓ 8 callers
Function
log
(message: string, color: keyof typeof COLORS = "reset")
scripts/benchmark.ts:16
↓ 8 callers
Function
question
(q: string)
scripts/create-project.ts:23
↓ 7 callers
Function
escapeHtml
(value: string)
scripts/render-app.ts:40
↓ 7 callers
Function
getCopy
(language: Language)
apps/studio/components/studio/copy.ts:264
↓ 6 callers
Function
cn
(...inputs: ClassValue[])
apps/studio/lib/utils.ts:4
↓ 6 callers
Function
formatLastRendered
( value: string | null, language: Language, )
apps/studio/components/studio/helpers.ts:13
↓ 6 callers
Function
isInSegment
(frame: number, segment: TimingSegment)
packages/@studio/timing/src/timing-helpers.ts:36
↓ 6 callers
Function
mockConfig
(config: { fps?: number; durationInFrames?: number; width?: number; height?: number; })
packages/@studio/hooks/test/useFrameProgress.test.ts:18
↓ 6 callers
Function
secondsToFrames
(seconds: number, fps: number)
packages/@studio/timing/src/frame-utils.ts:7
↓ 6 callers
Function
useFrameProgress
(startFrame: number, endFrame: number)
packages/@studio/hooks/src/useFrameProgress.ts:10
↓ 5 callers
Function
createSegment
(start: number, duration: number)
packages/@studio/timing/src/timing-helpers.ts:17
↓ 5 callers
Function
mockConfig
(config: { fps?: number; durationInFrames?: number; width?: number; height?: number; })
packages/@studio/hooks/test/useVideoMetadata.test.ts:14
↓ 5 callers
Function
mockFrame
(f: number)
packages/@studio/hooks/test/useVideoMetadata.test.ts:10
↓ 5 callers
Function
normalizeSectionProjects
( projects: ProjectListItem[], language: Language, sort: FilterState["sort"], )
apps/studio/components/studio/use-studio-dashboard.ts:54
↓ 5 callers
Function
resolveAppsRoot
()
apps/studio/lib/project-meta.ts:244
↓ 5 callers
Function
useSegment
(segment: SegmentConfig)
packages/@studio/hooks/src/useSegment.ts:26
↓ 4 callers
Function
cleanDirectory
( basePath: string, targetDir: string, dryRun: boolean = false, )
scripts/clean.ts:48
↓ 4 callers
Function
collectRenderAssets
( appDir: string, limit = 100, )
apps/studio/lib/render-assets.ts:82
↓ 4 callers
Function
ensureExists
(p: string)
scripts/create-project.ts:170
↓ 4 callers
Function
fallbackResponse
()
apps/studio/app/api/thumbnail/route.ts:40
↓ 4 callers
Function
formatBytes
(bytes: number)
scripts/analyze-bundle.ts:46
↓ 4 callers
Function
getProjectState
( project: ProjectListItem, devServer?: DevServerState, )
apps/studio/components/studio/helpers.ts:112
↓ 4 callers
Function
mockFps
(fps: number)
packages/@studio/hooks/test/useDelayedMount.test.ts:18
↓ 4 callers
Function
readRegistry
()
apps/studio/lib/forge-runtime.ts:53
↓ 4 callers
Function
runPnpm
(args: string[], cwd = process.cwd())
scripts/forge.ts:21
↓ 4 callers
Function
stagger
( index: number, staggerDelay: number, startFrame: number = 0, )
packages/@studio/timing/src/timing-helpers.ts:79
↓ 4 callers
Function
syncRenderAssets
( appId: string, options?: { silent?: boolean }, )
apps/studio/components/studio/use-studio-dashboard.ts:293
↓ 4 callers
Function
useActiveSegment
(segments: SegmentConfig[])
packages/@studio/hooks/src/useSegment.ts:54
↓ 4 callers
Function
useDelayedMountByTime
(startSeconds: number)
packages/@studio/hooks/src/useDelayedMount.ts:31
↓ 4 callers
Function
useFrameRange
(startFrame: number, endFrame: number)
packages/@studio/hooks/src/useDelayedMount.ts:20
↓ 4 callers
Function
writeRegistry
(registry: DevServerRegistry)
apps/studio/lib/forge-runtime.ts:81
↓ 3 callers
Function
benchmark
( name: string, fn: () => void, iterations: number = 1000, )
scripts/benchmark.ts:29
↓ 3 callers
Function
clampFrame
(frame: number, min: number, max: number)
packages/@studio/timing/src/frame-utils.ts:48
↓ 3 callers
Function
cleanup
(name: string)
scripts/smoke-create-project.ts:30
↓ 3 callers
Method
dispose
()
apps/3D-template/src/scenes/LinkedParticlesSceneManager.ts:314
↓ 3 callers
Function
framesToSeconds
(frames: number, fps: number)
packages/@studio/timing/src/frame-utils.ts:17
↓ 3 callers
Function
getActiveDevServer
( appId: string, )
apps/studio/lib/forge-runtime.ts:99
↓ 3 callers
Function
getDirectories
(path: string)
scripts/build-all.ts:27
↓ 3 callers
Function
getLocalFrame
(frame: number, segment: TimingSegment)
packages/@studio/timing/src/timing-helpers.ts:46
↓ 3 callers
Function
getPrimaryActionLabel
( language: Language, state: ProjectState, )
apps/studio/components/studio/helpers.ts:233
↓ 3 callers
Function
getProjectStateLabel
( language: Language, state: ProjectState, )
apps/studio/components/studio/copy.ts:295
↓ 3 callers
Function
getSegmentEnd
(segment: TimingSegment)
packages/@studio/timing/src/timing-helpers.ts:26
↓ 3 callers
Function
isHiddenAppId
(appId: string)
apps/studio/lib/project-meta.ts:72
↓ 3 callers
Function
normalizeForPathSegment
(value: string)
apps/studio/lib/forge-trash.ts:19
↓ 3 callers
Function
promptUser
(question: string)
scripts/render-app.ts:563
↓ 3 callers
Function
removeDevServer
( appId: string, )
apps/studio/lib/forge-runtime.ts:144
↓ 3 callers
Function
removeDirectory
(path: string, dryRun: boolean = false)
scripts/clean.ts:30
↓ 3 callers
Function
resolveAppDirectory
( appId: string | null, )
apps/studio/app/api/renders/route.ts:241
↓ 3 callers
Function
resolveRenderPath
( appDir: string, file: string | null, )
apps/studio/app/api/renders/route.ts:190
↓ 3 callers
Function
resolveThumbnailPath
( appDir: string, requestedPath: string, )
apps/studio/lib/project-meta.ts:194
↓ 3 callers
Function
toDisplayTitle
(name: string)
scripts/create-project.ts:60
↓ 3 callers
Function
useDelayedMount
(startFrame: number)
packages/@studio/hooks/src/useDelayedMount.ts:9
↓ 3 callers
Function
useTimeProgress
( startSeconds: number, durationSeconds: number, )
packages/@studio/hooks/src/useFrameProgress.ts:21
↓ 3 callers
Function
useVideoEdges
(edgeFrames: number = 10)
packages/@studio/hooks/src/useVideoMetadata.ts:37
↓ 3 callers
Function
useVideoProgress
()
packages/@studio/hooks/src/useFrameProgress.ts:38
↓ 2 callers
Function
buildBaseHeaders
(renderPath: string)
apps/studio/app/api/renders/route.ts:88
↓ 2 callers
Function
buildPackage
(name: string, path: string)
scripts/build-all.ts:52
↓ 2 callers
Function
buildRenderUrl
(appId: string, file: string)
apps/studio/components/studio/helpers.ts:41
↓ 2 callers
Method
createBaseRandom
()
apps/3D-template/src/scenes/LinkedParticlesSceneManager.ts:347
↓ 2 callers
Function
createGalaxyTexture
( w: number, h: number, random: SeededRandom, )
apps/3D-template/src/scenes/LinkedParticlesSceneManager.ts:37
↓ 2 callers
Function
createLogFile
( action: ForgeAction, appId: string, )
apps/studio/app/api/forge/route.ts:68
↓ 2 callers
Function
createSeededRandom
(...parts: SeedLike[])
apps/3D-template/src/utils/random.ts:58
↓ 2 callers
Function
createSequentialSegments
( durations: number[], startFrame: number = 0, )
packages/@studio/timing/src/timing-helpers.ts:57
↓ 2 callers
Method
disposeFallback
()
apps/3D-template/src/scenes/LinkedParticlesSceneManager.ts:340
↓ 2 callers
Function
ensureRuntimeDir
()
apps/studio/lib/forge-runtime.ts:49
↓ 2 callers
Function
formatFileSize
(bytes: number)
apps/studio/components/studio/helpers.ts:59
↓ 2 callers
Function
frameToMs
(frame: number, fps: number)
packages/@studio/timing/src/frame-utils.ts:37
↓ 2 callers
Function
getClipPath
()
packages/@studio/transitions/src/Wipe.tsx:26
↓ 2 callers
Function
getDirectorySize
(dir: string)
scripts/analyze-bundle.ts:22
↓ 2 callers
Function
getPnpmCommand
()
apps/studio/app/api/forge/route.ts:40
↓ 2 callers
Function
getStateBadgeTone
(state: ProjectState)
apps/studio/components/studio/helpers.ts:244
↓ 2 callers
Function
getTransform
()
packages/@studio/transitions/src/Slide.tsx:27
↓ 2 callers
Function
hasBuildScript
(pkgPath: string)
scripts/build-all.ts:40
↓ 2 callers
Function
hasTraversalPattern
(value: string)
apps/studio/app/api/thumbnail/route.ts:36
↓ 2 callers
Function
hasTraversalPattern
(value: string)
apps/studio/app/api/renders/route.ts:22
↓ 2 callers
Function
hasTraversalPattern
(value: string)
apps/studio/app/api/forge/route.ts:28
↓ 2 callers
Function
inferCategoryFromAppId
(appId: string)
apps/studio/lib/project-meta.ts:42
↓ 2 callers
Function
invalidRangeResponse
(fileSize: number)
apps/studio/app/api/renders/route.ts:100
↓ 2 callers
Function
isImagePath
(value: string)
apps/studio/lib/project-meta.ts:76
↓ 2 callers
Function
isProcessAlive
(pid: number)
apps/studio/lib/forge-runtime.ts:90
↓ 2 callers
Function
isVideoFilePath
(value: string)
apps/studio/lib/render-assets.ts:24
↓ 2 callers
Function
isWithinPath
(targetPath: string, basePath: string)
apps/studio/app/api/thumbnail/route.ts:28
↓ 2 callers
Function
isWithinPath
(targetPath: string, basePath: string)
apps/studio/app/api/renders/route.ts:26
↓ 2 callers
Function
looksLikeProjectDir
(appDir: string)
apps/studio/lib/project-meta.ts:317
↓ 2 callers
Function
movePath
(sourcePath: string, targetPath: string)
apps/studio/lib/forge-trash.ts:27
↓ 2 callers
Function
msToFrame
(timeMs: number, fps: number)
packages/@studio/timing/src/frame-utils.ts:27
↓ 2 callers
Function
normalizeAppMeta
(appName: string, input: unknown)
scripts/render-app.ts:66
next →
1–100 of 309, ranked by callers