Closed heatherduvall closed 3 years ago
Thanks for opening a new issue. The team has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/matteobruni/tsparticles
Thanks for the report, I didn't notice this error on CDNjs. I'm going to update the package on their repo so it will be fixed in the next version.
That file anyway is a polyfill for the polygon mask feature (if you are not using it, it's not an issue)
I'm fixing this with webpack, so the filename will be included by default. The new file will be tsparticles-pathseg.js
instead of 167.js
What happened?
I am trying use tsparticles from the Cloudflare CDN: https://cdnjs.cloudflare.com/ajax/libs/tsparticles/1.35.4/tsparticles.min.js but I am getting a 404 error for a file called 167.js
tsparticles.min.js:2 GET https://cdnjs.cloudflare.com/ajax/libs/tsparticles/1.35.4/167.js net::ERR_ABORTED 404
tsparticles still works on my project, i'm just getting that above error in the console.
I can fix it by including the following https://cdn.jsdelivr.net/npm/tsparticles@1.35.1/167.js but this is from a different source and with other plugins I am using in this project it would be ideal for me to have everything coming from the same cdn source.
Is it possible for this to be fixed for Cloudflare?
Version
1.34.5
Which library are you using?
jQuery (jquery-particles)
tsParticles Configuration
What browsers are you seeing the problem on?
Chrome
Relevant log output
Code of Conduct