Matteo Bruni

Results 86 comments of Matteo Bruni

I've created this sample: https://codesandbox.io/s/loving-http-ld9nbv?file=/src/index.js It adds a custom class handled when `onClick` mode is `"ws-push"`, I cannot create a WebSocket using CodeSandbox (or at least I don't know how...

Like this? https://github.com/matteobruni/tsparticles#import-and-require

Try this library instead: https://github.com/matteobruni/tsparticles You can set multiple images too: https://codepen.io/matteobruni/pen/bGdomGq And for pngs: https://codepen.io/matteobruni/pen/XWmRooM

@artfauxlive This repository is abandoned, try here https://github.com/matteobruni/tsparticles

Have you tried this? https://github.com/matteobruni/tsparticles It's an improved and actively developed version of this abandoned project

You can’t with particles.js, but you can use [tsParticles](https://github.com/matteobruni/tsparticles) like in this sample: https://codepen.io/matteobruni/pen/dyGprLo

> Thanks @matteobruni ! Is it possible in tsParticles to, onhover, change the node to an image? Actually not but I think it could be easily added in the upcoming...

You can find that feature here: https://github.com/matteobruni/tsparticles/pull/362 (1.16.0 will have it, alpha 3 is in testing)

@MubarakSULAYMAN these instructions are good too: **Vue,js 2** [Instructions](https://github.com/matteobruni/tsparticles/blob/main/components/vue/README.md) **Vue,js 3** [Instructions](https://github.com/matteobruni/tsparticles/blob/main/components/vue3/README.md)

I've already noticed that, thanks for reporting that. It will be fixed in 2.2.0, it should install the latest version since the `^` semver is used.