UNPKG

@remotion/paths

Version:

Utilities for working with SVG paths

4 lines (3 loc) 243 B
import type { BoundingBox, ReducedInstruction } from './helpers/types'; export declare const getBoundingBoxFromInstructions: (instructions: ReducedInstruction[]) => BoundingBox; export declare const getBoundingBox: (d: string) => BoundingBox;