UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

3 lines (2 loc) 136 B
import type { Instruction, Point } from './helpers/types'; export declare const getEndPosition: (instructions: Instruction[]) => Point;