VincentGarreau / particles.js

A lightweight JavaScript library for creating particles
https://vincentgarreau.com/particles.js/
MIT License
28.94k stars 4.82k forks source link

XML Parsing Error: not well-formed #486

Closed GownerCode closed 2 years ago

GownerCode commented 2 years ago

I'm getting the above Javascript error when trying to use particles.js. Here is the whole thing:

XML Parsing Error: not well-formed
Location: my.domain.com/particlesjs-config.json
Line Number 1, Column 1:

I downloaded the config file from the website and did not chnage it.

GownerCode commented 2 years ago

I am dumb, I gave my div the wrong id. I used "js-particles" instead of "particles-js".