wufe / react-particles-js

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

Different appearence when using the Component compared to the JS Library #65

Closed Stophface closed 5 years ago

Stophface commented 6 years ago

Looking at this example https://codepen.io/anon/pen/YREMLO there are only a few lines/dots.

When I use the same params in the react component

<Particles
    params={{
        "particles": {
            "number": {
                 "value": 80,
                 "density": {
                      "enable": true,
                          "value_area": 1000
                  }
            },
       },
  "retina_detect": true
}} />

it looks like this https://imgur.com/a/zjzZbXF.

There are way more lines connecting the dots. Why is that?

wufe commented 5 years ago

This bug has been fixed in v2.4.1