We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0237 commit b7618caCopy full SHA for b7618ca
README.md
@@ -13,11 +13,9 @@ Load particles.js and configure the particles:
13
14
**app.js**
15
```javascript
16
-/* -----------------------------------------------
17
/* particlesJS('dom-id', params);
18
-/* @dom-id : string, optional
19
-/* @params: object, optional
20
-/* ----------------------------------------------- */
+/* @dom-id : set the id [string, optional, default value : particles-js]
+/* @params: set the particles params [object, optional, default value : check particles.js] */
21
22
particlesJS('particles-js', {
23
canvas: {
0 commit comments