This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- particles.js container --> | |
<div id="particles-js"></div> | |
<!-- stats - count particles --> | |
<div class="count-particles"> <span class="js-count-particles">--</span> particles </div> | |
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js --> | |
<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> | |
<!-- stats.js lib --> | |
<script src="http://threejs.org/examples/js/libs/stats.min.js"></script> |