# rounded-rect **Repository Path**: mirrors_component/rounded-rect ## Basic Information - **Project Name**: rounded-rect - **Description**: Rounded rectangles for Canvas - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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