# @visx/shape

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

Shapes are the core elements of `visx`. Most of what you see on the screen, like lines, bars, and
areas are all made with shape primitives.

## Installation

```
npm install --save @visx/shape
```
