@vx/clip-path
Version:
vx clip-path
15 lines (10 loc) • 410 B
Markdown
# @vx/clip-path
<a title="@vx/clip-path npm downloads" href="https://www.npmjs.com/package/@vx/clip-path">
<img src="https://img.shields.io/npm/dm/@vx/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 @vx/clip-path
```