
Fireworks.js is a lightweight JavaScript library for creating beautiful and dynamic fireworks displays on an HTML5 canvas element.
Feel free to download and use it to bring a sense of celebration and wonder to your website.
See Also:
How to use it:
1. Include the stylesheet fireworks.css and JavaScript fireworks.js on the page.
<link rel="stylesheet" type="text/css" href="fireworks.css" /> <script type="text/javascript" src="fireworks.js"></script>
2. Create a canvas element on the page. That’s it.
<canvas id="canvas"></canvas>






