UNPKG

245 BTypeScriptView Raw
1import type { PathArray, PathBBox, PathLengthFactoryOptions } from '../types';
2/**
3 * Returns the bounding box of a shape.
4 */
5export declare function getPathBBox(path: string | PathArray, options?: Partial<PathLengthFactoryOptions>): PathBBox;