Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ADD SOME MAGIC TO YOUR WEB PROJECT!

Unleash the power of the GPU! Use fancy-webgl-sparkles.js to spice up your website with this awesome webgl effect.

Please read the documentation to get started.

<script> FancyWebGLSparkles.init(document.querySelector(".fairies"), { persistent: true, renderStars: true, renderOutside: false, sparkleColor: ["#facb60","#ba554d","#cfbb6a", "#ffffff"], sparkleScale: 160, renderBokeh: true, bokehColor: ["#facb60","#ba554d","#cfbb6a"] }); </script>