Flexible spinner using canvas.
$ component install godmodelabs/spinner
$ npm install spinner-componentvar Spinner = require('spinner');
var spinner = new Spinner;
document.body.appendChild(spinner.el);Change the font to family.
Change the font size to n.
Change the indicator diameter to n, defaults to 50.
Change the speed to n rpm, defaults to 60.
MIT
