VincentGarreau / particles.js

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

Uncaught ReferenceError: particlesJS is not defined #404

Open insight47 opened 4 years ago

insight47 commented 4 years ago

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 says: Uncaught ReferenceError: particlesJS is not defined

We are calling:

<script type="text/javascript" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" defer data-deferred="1"></script>

There are no resources generating a 404, and no other JS errors in console.

Help appreciated.

israel177 commented 3 years ago

I also have the same error

ddnazzah commented 1 year ago

For your error, try removing the defer from the script