UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

4 lines (3 loc) 235 B
import type { AbsoluteInstruction, Instruction } from './helpers/types'; export declare const normalizeInstructions: (instructions: Instruction[]) => AbsoluteInstruction[]; export declare const normalizePath: (path: string) => string;