Reactjs – tsParticles particles not showing
I'm trying to do a polygon mask on an svg with tsParticles. However neither the particles or the svg show up, only the background color I define in my CSS. Here is my particles component: import { useCallback } from…