wufe / react-particles-js

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

Dom Manipulation #93

Closed TheFish1996 closed 5 years ago

TheFish1996 commented 5 years ago

Is there anyway I can access the dom elements of the individual nodes that are being generated for the polygon mask? Like an array output of all generated nodes

wufe commented 5 years ago

Unfortunately there's no way to access them because there are no dom elements. The animation is performed on a canvas.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.