You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| style | object | The style of the canvas element. |
323
323
| className | string | The class name of the canvas wrapper. |
324
324
| canvasClassName | string | the class name of the canvas. |
325
-
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html)|
325
+
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html)|
326
326
| init | function | This function is called after the tsParticles instance initialization, the instance is the parameter and you can load custom presets or shapes here |
327
327
| loaded | function | This function is called when particles are correctly loaded in canvas, the current container is the parameter and you can customize it here |
328
328
329
329
#### particles.json
330
330
331
-
Find all configuration options [here](https://particles.js.org/docs/interfaces/tsParticles_Engine.Options_Interfaces_IOptions.IOptions.html).
Copy file name to clipboardExpand all lines: components/react-alt/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ const App = () => {
322
322
| style | object | The style of the canvas element. |
323
323
| className | string | The class name of the canvas wrapper. |
324
324
| canvasClassName | string | the class name of the canvas. |
325
-
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html)|
325
+
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html)|
326
326
| init | function | This function is called after the tsParticles instance initialization, the instance is the parameter and you can load custom presets or shapes here |
327
327
| loaded | function | This function is called when particles are correctly loaded in canvas, the current container is the parameter and you can customize it here |
Copy file name to clipboardExpand all lines: components/react/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ const App = () => {
322
322
| style | object | The style of the canvas element. |
323
323
| className | string | The class name of the canvas wrapper. |
324
324
| canvasClassName | string | the class name of the canvas. |
325
-
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html)|
325
+
| container | object | The instance of the [particles container](https://particles.js.org/docs/classes/tsParticles_Engine.Core_Container.Container.html)|
326
326
| init | function | This function is called after the tsParticles instance initialization, the instance is the parameter and you can load custom presets or shapes here |
327
327
| loaded | function | This function is called when particles are correctly loaded in canvas, the current container is the parameter and you can customize it here |
0 commit comments