DEV Community

Discussion on: tsParticles Fireworks Effect 2.0

 
ateevduggal profile image
Ateev Duggal

Hey man
Here is the link to the blog - tekolio.com/how-to-make-fireworks-...

Thread Thread
 
matteobruni profile image
Matteo Bruni tsParticles

Thanks, Can you replace react-tsparticles with react-particles, I prefer the new name.

This statement is not true:

By default the value of full screen and detectRatina are false and both are boolean values, while the default value of fps is 60 and as for the background, it s white.
Enter fullscreen mode Exit fullscreen mode

The default values are true for both values and fpsLimit is set to 120.

In the FAQs the tutorial on how to use particles in HTML are using particles.js instead of tsparticles, but only this library supports fireworks or emitters.
Also in the FAQs there are instructions about react-particles-js which was deprecated in favor of react-particles (or react-tsparticles)

Thread Thread
 
ateevduggal profile image
Ateev Duggal

Thanks for the feedback
I will update the blog write now after doing some more research

Thread Thread
 
ateevduggal profile image
Ateev Duggal

I found that default value for background is transparent and that of full screen is true.
But I couldn't find the default value of fpsLimit and DetectRatine
Can you share some links where I can get it
Thanks again

Thread Thread
 
matteobruni profile image
Matteo Bruni tsParticles • Edited

github.com/matteobruni/tsparticles...
github.com/matteobruni/tsparticles...

This file contains all the default values in Options

Thread Thread
 
ateevduggal profile image
Ateev Duggal

Thanks, I will update my blog right now

Thread Thread
 
ateevduggal profile image
Ateev Duggal

Thanks for reading my blog and giving me an honest feedback