Joey Scarim
Joey Scarim
I have a similar use case: users come to our site -> go to stream page -> sit on page for x minutes/hours -> exit This makes our realtime stats,...
Are you using nextjs? If so, you can dynamically import the package on the client side only: ``` import dynamic from 'next/dynamic'; const ParticlesBg = dynamic(() => import('particles-bg'), { ssr:...
Not ideal, but this is achievable by setting the secondary opacity to 1, secondary color to your icon color, and (primary) color to an rgba value with an opacity of...
is there any reason this was never finished? would be very helpful to have this feature
came here to make this suggestion too. Also would love to be able to see more of the state section at the bottom!
A reupload of that image would be greatly appreciated 🙏
I ended up getting this to work by creating 2 images: 1. [email protected] (120 x 120 px) 2. [email protected] (180 x 180 px) And adding them to a `icons` folder...