UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

6 lines (5 loc) 234 B
import type { WarpPathFn } from './warp-helpers'; export declare const warpPath: (path: string, transformer: WarpPathFn, options?: { interpolationThreshold?: number; }) => string; export type { WarpPathFn } from './warp-helpers';