Skip to content

Commit e8ae38c

Browse files
authored
Merge branch 'v4' into dependabot/npm_and_yarn/v4/canvas-3.2.3
2 parents e536789 + ddb1fed commit e8ae38c

11 files changed

Lines changed: 247 additions & 1053 deletions

File tree

bundles/pjs/src/VincentGarreau/particles.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ const defaultMinOpacity = 0,
119119
engine: InteractivityEngine,
120120
): {
121121
/**
122-
* @deprecated this method is obsolete, please use the new {@link Engine.dom | tsParticles.dom}
122+
* @deprecated this method is obsolete, please use the new `tsParticles.dom`
123123
* The particles.js compatibility dom array
124124
*/
125125
pJSDom: Container[];
126126

127127
/**
128-
* @deprecated this method is obsolete, please use the new {@link Engine.load | tsParticles.load}
128+
* @deprecated this method is obsolete, please use the new `tsParticles.load`
129129
* The particles.js compatibility instance
130130
*/
131131
particlesJS: IParticlesJS;
@@ -314,7 +314,7 @@ const defaultMinOpacity = 0,
314314

315315
/**
316316
* All the {@link Container} objects loaded
317-
* @deprecated this method is obsolete, please use the new {@link Engine.dom | tsParticles.dom}
317+
* @deprecated this method is obsolete, please use the new `tsParticles.dom`
318318
*/
319319
const pJSDom = engine.items;
320320

bundles/pjs/src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ declare const __VERSION__: string;
1010

1111
declare global {
1212
/**
13-
* @deprecated this method is obsolete, please use the new {@link Engine.load | tsParticles.load}
13+
* @deprecated this method is obsolete, please use the new `tsParticles.load`
1414
* The particles.js compatibility object
1515
*/
1616
var Particles: typeof MBParticles,
1717
/**
18-
* @deprecated this method is obsolete, please use the new {@link Engine.dom | tsParticles.dom}
18+
* @deprecated this method is obsolete, please use the new `tsParticles.dom`
1919
* The particles.js compatibility dom array
2020
*/
2121
pJSDom: Container[],
2222
/**
23-
* @deprecated this method is obsolete, please use the new {@link Engine.load | tsParticles.load}
23+
* @deprecated this method is obsolete, please use the new `tsParticles.load`
2424
* The particles.js compatibility instance
2525
*/
2626
particlesJS: IParticlesJS;

0 commit comments

Comments
 (0)