2.12.0 • Published 2 years ago
tsparticles-demo-configs v2.12.0
tsParticles Demo Configs
Installation
npm install --save-dev tsparticles-demo-configs
or
yarn add --dev tsparticles-demo-configs
or
pnpm add --save-dev tsparticles-demo-configs
CDN
<script src="https://cdn.jsdelivr.net/npm/tsparticles-engine/tsparticles.engine.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles-demo-configs/tsparticles.configs.min.js"></script>
Usage
JavaScript
import { tsParticles } from "tsparticles-engine"; // not needed with CDN
import * as configs from "tsparticles-demo-configs"; // not needed with CDN
(async () => {
await tsParticles.load({ id: "tsparticles", options: configs.basic });
})();
TypeScript
import { tsParticles } from "tsparticles-engine";
import * as configs from "tsparticles-demo-configs";
(async () => {
await tsParticles.load({ id: "tsparticles", options: configs.basic });
})();
Plugins
Some configs need plugins to work, they are not installed with this library.
This library contains only the config files, the plugins must be installed separately.
2.11.0
2 years ago
2.10.1
2 years ago
2.12.0
2 years ago
2.11.1
2 years ago
2.10.0
2 years ago
2.9.0
2 years ago
2.8.0
2 years ago
2.9.2
2 years ago
2.9.1
2 years ago
2.9.3
2 years ago
1.5.3
3 years ago
1.5.2
3 years ago
1.5.1
3 years ago
1.5.0
3 years ago
1.4.0
3 years ago
2.7.0
3 years ago
2.6.0
3 years ago
2.7.1
3 years ago
1.3.3
3 years ago
1.2.4
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.2.3
3 years ago
1.1.4
3 years ago
1.2.2
3 years ago
1.1.3
3 years ago
1.2.1
3 years ago
1.1.2
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
1.0.0-beta.3
3 years ago
1.0.0-beta.2
4 years ago
1.0.0-beta.1
4 years ago