Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/component/rounded-rect
- Owner: component
- Created: 2012-10-10T20:08:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:39:48.000Z (about 11 years ago)
- Last Synced: 2024-05-08T17:07:10.925Z (8 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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