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

Function removeArcPathFromScript

packages/parsers/src/gsapParser.ts:3069–3075  ·  view source on GitHub ↗
(script: string, animationId: string)

Source from the content-addressed store, hash-verified

3067}
3068
3069export function removeArcPathFromScript(script: string, animationId: string): string {
3070 return setArcPathInScript(script, animationId, {
3071 enabled: false,
3072 autoRotate: false,
3073 segments: [],
3074 });
3075}
3076
3077// ── Split Into Property Groups ────────────────────────────────────────────
3078

Callers 3

executeGsapMutationAcornFunction · 0.50
applyArcPathOpFunction · 0.50

Calls 1

setArcPathInScriptFunction · 0.70

Tested by

no test coverage detected