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

Function timeColor

packages/cli/src/commands/motionShotLayout.ts:141–141  ·  view source on GitHub ↗
(f: number)

Source from the content-addressed store, hash-verified

139}
140
141const timeColor = (f: number) => `hsl(${190 + f * 150} 90% 65%)`;
142
143const attrs = (o: Record<string, string | number>) =>
144 Object.entries(o)

Callers 4

ghostFunction · 0.85
buildOnionSvgFunction · 0.85
pathBodyFunction · 0.85
stripBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected