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";

Point2D

Installs
34
First Seen
Jan 31, 2026