UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

3 lines (2 loc) 167 B
import type { Instruction, ReducedInstruction } from './helpers/types'; export declare const reduceInstructions: (instruction: Instruction[]) => ReducedInstruction[];