UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

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