# Installation
> `npm install --save @types/svg-path-bounds`

# Summary
This package contains type definitions for svg-path-bounds (https://www.npmjs.com/package/svg-path-bounds).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg-path-bounds.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svg-path-bounds/index.d.ts)
````ts
export = svgPathBounds;

declare function svgPathBounds(path: string): [number, number, number, number];

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [larsmunkholm](https://github.com/larsmunkholm).
