fill-circle
v1.0.0
Published
paint a circle in a canvas context
Downloads
5
Readme
fill-circle
npm install fill-circle
Draw a circle in canvas
var fillCircle = require('fill-circle')
// context: Canvas context 2d
// x, y: coordinates of the center of the circle
// r: radius of the circle
fillCircle(context, x, y, r)