-
Hello,
I've been trying to get particles js to work with vuepress.
On my config I have:
```JS
head: [
['script', {src: 'https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js'}]
]
…
ghost updated
4 years ago
-
Hi,
I'm using particle.js as background on a React project with Routes. When I "change page" on the website, this is pratticaly the DOM content which changes, and so the height of the page changes…
-
We had ParticlesJS working @ https://digital.insightdesign.com.au/, overlaying the full width/height image slider.
However, it stopped working today with no changes made to the site.
The console…
-
https://alligator.io/js/background-effects-particlesjs/
-
hi, i am getting this error on console of chrome
error:
Failed to load file:///C:/Users/patri/Desktop/particles.js-master%20(1)/particles.js-master/demo/particles.json: Cross origin requests are on…
-
Hello everyone, I would like to add a background of particles on the login page.
I'm trying to use library(particlesjs). was able to add here but not in background see attachment.
Thanks in advan…
-
I got these errors
> Error pJS - XMLHttpRequest status: 0
> Error pJS - File config not found
This is my Main.js file
```
particlesJS.load('particles-js', 'js/particles.json', function() {
…
ghost updated
5 years ago
-
I wanna setup this [particles.js](https://github.com/VincentGarreau/particles.js) library with React application. I have installed with `npm install particles.js`. Then how to import it and use it? Wh…
-
. I am using webpack with vue cli. This is my component App.vue. I did an npm install particlesjs and imported using 'from' as seen below
**Ap.vue component where I want to load particles.js at root*…
-
I'm initializing it this way
` particlesJS.load('particles-js', '/assets/js/particles.json', function() {
let el = document.querySelector(".particles-js-canvas-el");
el.setAttribute("heig…