UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

3 lines (2 loc) 178 B
import type { AbsoluteInstruction, ReducedInstruction } from './types'; export declare const removeATSHVQInstructions: (segments: AbsoluteInstruction[]) => ReducedInstruction[];