# @visx/clip-path

<a title="@visx/clip-path npm downloads" href="https://www.npmjs.com/package/@visx/clip-path">
  <img src="https://img.shields.io/npm/dm/@visx/clip-path.svg?style=flat-square" />
</a>

React utilities for defining `<clipPath>` SVG elements, with or without data, to be clip masks for
other SVG elements by using their `clip-path` property.

## Installation

```
npm install --save @visx/clip-path
```
