Skip to content

Commit d925149

Browse files
committed
build: format fix
1 parent e0ee813 commit d925149

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ yarn add react-particles
2626

2727
Starting from version 1.17.0 there are two official `create-react-app` templates:
2828

29-
- `cra-template-particles`: Simple ReactJS template with full screen particles, using JavaScript
30-
- `cra-template-particles-typescript`: Simple ReactJS template with full screen particles, using TypeScript
29+
- `cra-template-particles`: Simple ReactJS template with full screen particles, using JavaScript
30+
- `cra-template-particles-typescript`: Simple ReactJS template with full screen particles, using TypeScript
3131

3232
You can simply install them using the `create-react-app` command like this:
3333

@@ -313,7 +313,7 @@ const App = () => {
313313
### Props
314314

315315
| Prop | Type | Definition |
316-
| --------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
316+
|-----------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
317317
| id | string | The id of the element. |
318318
| width | string | The width of the canvas. |
319319
| height | string | The height of the canvas. |
@@ -322,13 +322,14 @@ const App = () => {
322322
| style | object | The style of the canvas element. |
323323
| className | string | The class name of the canvas wrapper. |
324324
| 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) |
326326
| 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 |
327327
| 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 |
328328

329329
#### particles.json
330330

331-
Find all configuration options [here](https://particles.js.org/docs/interfaces/tsParticles_Engine.Options_Interfaces_IOptions.IOptions.html).
331+
Find all configuration
332+
options [here](https://particles.js.org/docs/interfaces/tsParticles_Engine.Options_Interfaces_IOptions.IOptions.html).
332333

333334
You can find sample configurations [here](https://github.com/matteobruni/tsparticles/tree/main/utils/configs/src) 📖
334335

components/react-alt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const App = () => {
322322
| style | object | The style of the canvas element. |
323323
| className | string | The class name of the canvas wrapper. |
324324
| 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) |
326326
| 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 |
327327
| 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 |
328328

components/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const App = () => {
322322
| style | object | The style of the canvas element. |
323323
| className | string | The class name of the canvas wrapper. |
324324
| 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) |
326326
| 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 |
327327
| 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 |
328328

0 commit comments

Comments
 (0)