UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

4 lines (3 loc) 242 B
import type { Instruction } from './helpers/types'; export declare const translateSegments: (segments: Instruction[], x: number, y: number) => Instruction[]; export declare const translatePath: (path: string, x: number, y: number) => string;