UNPKG

@remotion/media-utils

Version:

Utilities for working with media files

8 lines (7 loc) 147 B
export type Point = { x: number; y: number; }; export declare const createSmoothSvgPath: ({ points }: { points: Point[]; }) => string;