...
Using bower:
bower install construct-starfield
Import from github
git pull git://github.com/construct-components/starfield.git master
- Import Web Components' polyfill
<script src="components/webcomponentsjs/webcomponents.min.js"></script>- Import Custom Element:
<link rel="import" href="components/construct-starfield">- Start using it!
<stars is="construct-starfield" animated="1"></stars>...
...
Released under the MIT License