To include it you must loads the module in the given JavaScript file and add it to the Paint Worklet.
/particles-website ├── index.html ├── css/ │ ├── style.css │ └── particles.css ├── js/ │ ├── particles.js │ ├── app.js │ └── ai-assistant.js ├── assets/ │ ├── icons/ │ └── images/ └── README.md ...