https://github.com/component/rounded-rect
Rounded rectangles for Canvas
https://github.com/component/rounded-rect
Last synced: 19 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T23:39:48.000Z (over 11 years ago)
- Last Synced: 2025-04-03T04:28:13.728Z (3 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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