UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

8 lines (7 loc) 137 B
export default { draw: function(context, size) { var w = Math.sqrt(size), x = -w / 2; context.rect(x, x, w, w); } };