Skip to content

trofima/svg-arc-spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG Arc Spinner

Just one more svg arc spinner. It returns string representing the svg arc spinner.

All you need is in dist folder. The class uses commonjs pattern for module exporting. Typescript declarations can be found here.

Example

    var spinnerContainer = document.createElement('div');
    
    spinnerContainer.innerHTML = new SVGArcSpinner({size: 100}).render();