UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

8 lines (7 loc) 190 B
import type { Properties } from './types'; export declare const makeLinearPosition: ({ x0, x1, y0, y1, }: { x0: number; x1: number; y0: number; y1: number; }) => Properties;