wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.15k stars 106 forks source link

migration to tsParticles #103

Closed matteobruni closed 4 years ago

matteobruni commented 4 years ago

I've changed the component to use tsParticles.

The tsParticles version used is the latest (1.12.5 now).

The default values were kept, that's why there's a double load in the code. One for the old defaults and one for the actual parameters.

Hope everything works fine, I'm ready to fix every bug I missed.

Bumped version to 2.8.0 for the big changes behind.