Rounded canvas rectangles
npm install rounded-rect
Rounded canvas rectangles.
!canvas rounded rectangles
$ component install component/rounded-rect
``jsvar rect = require('rounded-rect');rect(ctx, x, y, w, h, r);``
jsvar rect = require('rounded-rect');rect(ctx, x, y, w, h, r);
MIT