Fireworks is a particle engine based on a very slim core and rich set of flexible plugins. You can easily make your own plugins to fit your own needs and go wild on creativity.
Add jquery first then download.
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="jquery.fireworks.js"></script>
$('section').fireworks({
sound: true, // sound effect
opacity: 0.9,
width: '100%',
height: '100%'
});
Please subscribe CodeWithNiranjan