We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1668903 commit 1f26528Copy full SHA for 1f26528
2 files changed
engine/src/export-types.ts
@@ -94,4 +94,3 @@ export type { Particle } from "./Core/Particle.js";
94
export type { Particles } from "./Core/Particles.js";
95
export type { Retina } from "./Core/Retina.js";
96
export type { Engine } from "./Core/Engine.js";
97
-export type { IParticlesNumberLimit } from "./Options/Interfaces/Particles/Number/IParticlesNumberLimit.js";
engine/src/initEngine.ts
@@ -1,7 +1,6 @@
1
import { Engine } from "./Core/Engine.js";
2
3
/**
4
- *
5
* @returns the initialized engine object
6
*/
7
export function initEngine(): Engine {
0 commit comments