UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

7 lines (6 loc) 141 B
type DebugInstruction = { d: string; color: string; }; export declare const debugPath: (d: string) => DebugInstruction[]; export {};