
# rounded-rect

  Rounded canvas rectangles.

  ![canvas rounded rectangles](http://f.cl.ly/items/413G0H420I0L3F1A4025/Screen%20Shot%202012-10-10%20at%201.05.32%20PM.png)

## Installation

    $ component install component/rounded-rect

## API

```js
var rect = require('rounded-rect');
rect(ctx, x, y, w, h, r);
```

# License

  MIT
