UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

3 lines (2 loc) 117 B
import type { Instruction } from './helpers/types'; export declare const parsePath: (path: string) => Instruction[];