remotion-spline
Installation
SKILL.md
Remotion Spline Skill
Use the remotion-spline package's standalone spline functions to create smooth path animations in Remotion compositions.
Available Functions
import {
evaluateLinearSpline,
linearSplineToSVGPath,
evaluateCatmullRom,
catmullRomToSVGPath,
type Point2D,
} from "remotion-spline";