Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/media-utils/dist/create-smooth-svg-path.d.ts
T

8 lines
147 B
TypeScript

export type Point = {
x: number;
y: number;
};
export declare const createSmoothSvgPath: ({ points }: {
points: Point[];
}) => string;