rounded-rect
Version:
Rounded canvas rectangles
22 lines (12 loc) • 336 B
Markdown
# rounded-rect
Rounded canvas rectangles.

## Installation
$ component install component/rounded-rect
## API
```js
var rect = require('rounded-rect');
rect(ctx, x, y, w, h, r);
```
# License
MIT