Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component/rounded-rect

Rounded rectangles for Canvas
https://github.com/component/rounded-rect

Last synced: 13 days ago
JSON representation

Rounded rectangles for Canvas

Awesome Lists containing this project

README

        

# 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