+ To get started, open the directory src/pages in your project.
+ Code Challenge: Tweak the "Welcome to Astro" message above.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/astro/tsconfig.json b/demo/astro/tsconfig.json
new file mode 100644
index 00000000000..77da9dd0098
--- /dev/null
+++ b/demo/astro/tsconfig.json
@@ -0,0 +1,3 @@
+{
+ "extends": "astro/tsconfigs/strict"
+}
\ No newline at end of file
diff --git a/demo/astro/typedoc.json b/demo/astro/typedoc.json
new file mode 100644
index 00000000000..7ea695131e4
--- /dev/null
+++ b/demo/astro/typedoc.json
@@ -0,0 +1,16 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [],
+ "exclude": [
+ "**/*.d.ts"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Angular Component",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/demo/electron/CHANGELOG.md b/demo/electron/CHANGELOG.md
index e27caa349a5..009e0b2f832 100644
--- a/demo/electron/CHANGELOG.md
+++ b/demo/electron/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/electron-demo
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/electron-demo
diff --git a/demo/electron/package.json b/demo/electron/package.json
index fecc7f7e4f1..ad909c4660f 100644
--- a/demo/electron/package.json
+++ b/demo/electron/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/electron-demo",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "",
"main": "app/index.js",
"private": true,
diff --git a/demo/inferno/.babelrc b/demo/inferno/.babelrc
new file mode 100644
index 00000000000..df541f92a33
--- /dev/null
+++ b/demo/inferno/.babelrc
@@ -0,0 +1,16 @@
+{
+ "compact": false,
+ "presets": [
+ [
+ "@babel/preset-env",
+ {
+ "loose": true,
+ "targets": {
+ "browsers": ["ie >= 11", "safari > 10"]
+ }
+ }
+ ],
+ ["@babel/typescript", {"isTSX": true, "allExtensions": true}]
+ ],
+ "plugins": [["babel-plugin-inferno", { "imports": true }], ["@babel/plugin-proposal-class-properties", { "loose": true }]]
+}
diff --git a/demo/inferno/.editorconfig b/demo/inferno/.editorconfig
new file mode 100644
index 00000000000..c43ef8b89ab
--- /dev/null
+++ b/demo/inferno/.editorconfig
@@ -0,0 +1,9 @@
+[*.{js,jsx,ts,tsx,json}]
+indent_style = tab
+indent_size = 2
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = true
+insert_final_newline = true
\ No newline at end of file
diff --git a/demo/inferno/.gitignore b/demo/inferno/.gitignore
new file mode 100644
index 00000000000..53c37a16608
--- /dev/null
+++ b/demo/inferno/.gitignore
@@ -0,0 +1 @@
+dist
\ No newline at end of file
diff --git a/demo/inferno/CHANGELOG.md b/demo/inferno/CHANGELOG.md
new file mode 100644
index 00000000000..f865d3fc351
--- /dev/null
+++ b/demo/inferno/CHANGELOG.md
@@ -0,0 +1,460 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+### Features
+
+- improving other wrappers to make them similar to React, Vue and Angular ones ([609bc97](https://github.com/tsparticles/tsparticles/commit/609bc970e466fba7805db83466c9e2445852f191))
+
+## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.9.2...@tsparticles/inferno-demo@2.9.3) (2023-02-12)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.9.1...@tsparticles/inferno-demo@2.9.2) (2023-02-12)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.9.0...@tsparticles/inferno-demo@2.9.1) (2023-02-11)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.8.0...@tsparticles/inferno-demo@2.9.0) (2023-02-10)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.7.1...@tsparticles/inferno-demo@2.8.0) (2023-01-18)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.7.0...@tsparticles/inferno-demo@2.7.1) (2022-12-25)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.6.0...@tsparticles/inferno-demo@2.7.0) (2022-12-23)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.5.3...@tsparticles/inferno-demo@2.6.0) (2022-12-06)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.5.2...@tsparticles/inferno-demo@2.5.3) (2022-11-07)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.5.1...@tsparticles/inferno-demo@2.5.2) (2022-11-07)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.5.0...@tsparticles/inferno-demo@2.5.1) (2022-11-03)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.4.0...@tsparticles/inferno-demo@2.5.0) (2022-11-02)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.3.4...@tsparticles/inferno-demo@2.4.0) (2022-10-30)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.3.3...@tsparticles/inferno-demo@2.3.4) (2022-09-30)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.3.2...@tsparticles/inferno-demo@2.3.3) (2022-09-30)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.3.1...@tsparticles/inferno-demo@2.3.2) (2022-09-21)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.3.0...@tsparticles/inferno-demo@2.3.1) (2022-09-13)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.2.4...@tsparticles/inferno-demo@2.3.0) (2022-09-11)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.2.2...@tsparticles/inferno-demo@2.2.4) (2022-08-26)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.2.2...@tsparticles/inferno-demo@2.2.3) (2022-08-21)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.2.1...@tsparticles/inferno-demo@2.2.2) (2022-08-16)
+
+### Bug Fixes
+
+- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/matteobruni/tsparticles/issues/4622) ([1019fa4](https://github.com/matteobruni/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b))
+
+## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.2.0...@tsparticles/inferno-demo@2.2.1) (2022-08-12)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.1.4...@tsparticles/inferno-demo@2.2.0) (2022-08-11)
+
+### Bug Fixes
+
+- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb))
+
+## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.1.3...@tsparticles/inferno-demo@2.1.4) (2022-07-28)
+
+### Bug Fixes
+
+- upgrade inferno from 8.0.0 to 8.0.1 ([a62c06a](https://github.com/matteobruni/tsparticles/commit/a62c06ac36516159d5e10ce84f37b1bce4596c08))
+
+## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.1.2...@tsparticles/inferno-demo@2.1.3) (2022-07-01)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.1.1...@tsparticles/inferno-demo@2.1.2) (2022-07-01)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.1.0...@tsparticles/inferno-demo@2.1.1) (2022-07-01)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.0.6...@tsparticles/inferno-demo@2.1.0) (2022-06-18)
+
+### Bug Fixes
+
+- **deps:** update dependency @capacitor/core to v3.5.0 ([581bb7e](https://github.com/matteobruni/tsparticles/commit/581bb7e2f4f6aceb3535daf9223954a80f2daa81))
+- **deps:** update dependency inferno to v8 ([f4f0419](https://github.com/matteobruni/tsparticles/commit/f4f04197f966a4d512f5be0c37097e963889336e))
+
+## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.0.5...@tsparticles/inferno-demo@2.0.6) (2022-04-16)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.0.4...@tsparticles/inferno-demo@2.0.5) (2022-04-14)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.26.1...@tsparticles/inferno-demo@2.0.4) (2022-04-06)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.25.1...@tsparticles/inferno-demo@2.0.3) (2022-03-11)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.4...@tsparticles/inferno-demo@2.0.2) (2022-02-21)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.26.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.26.0...@tsparticles/inferno-demo@1.26.1) (2022-04-06)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.26.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.25.4...@tsparticles/inferno-demo@1.26.0) (2022-04-04)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.25.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.25.3...@tsparticles/inferno-demo@1.25.4) (2022-03-20)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.25.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.25.2...@tsparticles/inferno-demo@1.25.3) (2022-03-18)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.25.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.25.1...@tsparticles/inferno-demo@1.25.2) (2022-03-14)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.25.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.25.0...@tsparticles/inferno-demo@1.25.1) (2022-03-09)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.25.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.6...@tsparticles/inferno-demo@1.25.0) (2022-03-08)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.24.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.5...@tsparticles/inferno-demo@1.24.6) (2022-03-03)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.24.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.4...@tsparticles/inferno-demo@1.24.5) (2022-02-24)
+
+### Bug Fixes
+
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+
+## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.0.0...@tsparticles/inferno-demo@2.0.1) (2022-02-15)
+
+## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.1...@tsparticles/inferno-demo@1.24.2) (2022-02-16)
+
+## [1.24.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.3...@tsparticles/inferno-demo@1.24.4) (2022-02-20)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.2...@tsparticles/inferno-demo@1.24.3) (2022-02-19)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.1...@tsparticles/inferno-demo@2.0.0) (2022-02-15)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.22.2...@tsparticles/inferno-demo@2.0.0-beta.5) (2022-01-30)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.24.0...@tsparticles/inferno-demo@1.24.1) (2022-02-14)
+
+### Bug Fixes
+
+- upgrade inferno from 7.4.9 to 7.4.11 ([29f7229](https://github.com/matteobruni/tsparticles/commit/29f7229192fc522accb8258d2b5905c90e38e421))
+
+# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.23.2...@tsparticles/inferno-demo@1.24.0) (2022-02-10)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.23.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.23.1...@tsparticles/inferno-demo@1.23.2) (2022-02-07)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.23.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.23.0...@tsparticles/inferno-demo@1.23.1) (2022-02-06)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.22.3...@tsparticles/inferno-demo@1.23.0) (2022-02-04)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.0.0-beta.3...@tsparticles/inferno-demo@2.0.0-beta.4) (2021-12-07)
+
+## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.22.2...@tsparticles/inferno-demo@1.22.3) (2022-02-02)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.22.1...@tsparticles/inferno-demo@1.22.2) (2022-01-29)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.22.0...@tsparticles/inferno-demo@1.22.1) (2022-01-26)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.21.0...@tsparticles/inferno-demo@1.22.0) (2022-01-08)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.6...@tsparticles/inferno-demo@1.21.0) (2021-12-29)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.20.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.5...@tsparticles/inferno-demo@1.20.6) (2021-12-24)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.5...@tsparticles/inferno-demo@2.0.0-beta.3) (2021-12-04)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.4...@tsparticles/inferno-demo@2.0.0-beta.2) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@2.0.0-beta.0...@tsparticles/inferno-demo@2.0.0-beta.1) (2021-10-06)
+
+## [1.20.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.4...@tsparticles/inferno-demo@1.20.5) (2021-11-28)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.3...@tsparticles/inferno-demo@1.20.4) (2021-11-17)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.2...@tsparticles/inferno-demo@1.20.3) (2021-11-05)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.1...@tsparticles/inferno-demo@1.20.2) (2021-10-31)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.20.0...@tsparticles/inferno-demo@1.20.1) (2021-10-30)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.19.0...@tsparticles/inferno-demo@1.20.0) (2021-10-28)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.4...@tsparticles/inferno-demo@1.19.0) (2021-10-14)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.18.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.3...@tsparticles/inferno-demo@1.18.4) (2021-10-06)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.3...@tsparticles/inferno-demo@2.0.0-beta.0) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.2...@tsparticles/inferno-demo@1.18.3) (2021-10-03)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.1...@tsparticles/inferno-demo@1.18.2) (2021-09-27)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.18.0...@tsparticles/inferno-demo@1.18.1) (2021-09-20)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.17.1...@tsparticles/inferno-demo@1.18.0) (2021-09-18)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.17.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.17.0...@tsparticles/inferno-demo@1.17.1) (2021-09-15)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.17.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.16.3...@tsparticles/inferno-demo@1.17.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+- **deps:** update all ([d9f0ff2](https://github.com/matteobruni/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422))
+
+## [1.16.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.16.2...@tsparticles/inferno-demo@1.16.3) (2021-08-10)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.16.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.16.1...@tsparticles/inferno-demo@1.16.2) (2021-07-31)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.16.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.16.0...@tsparticles/inferno-demo@1.16.1) (2021-07-29)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.16.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.15.0...@tsparticles/inferno-demo@1.16.0) (2021-07-29)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+## [1.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0...@tsparticles/inferno-demo@1.1.1) (2020-10-06)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.6...@tsparticles/inferno-demo@1.1.0) (2020-10-05)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.5...@tsparticles/inferno-demo@1.1.0-beta.6) (2020-10-04)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.4...@tsparticles/inferno-demo@1.1.0-beta.5) (2020-10-04)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.3...@tsparticles/inferno-demo@1.1.0-beta.4) (2020-10-03)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.2...@tsparticles/inferno-demo@1.1.0-beta.3) (2020-10-03)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.1...@tsparticles/inferno-demo@1.1.0-beta.2) (2020-10-03)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-beta.0...@tsparticles/inferno-demo@1.1.0-beta.1) (2020-10-02)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.0.11...@tsparticles/inferno-demo@1.1.0-beta.0) (2020-10-02)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.0.8...@tsparticles/inferno-demo@1.1.0-alpha.14) (2020-08-22)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.12...@tsparticles/inferno-demo@1.1.0-alpha.13) (2020-08-17)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.0.7...@tsparticles/inferno-demo@1.1.0-alpha.12) (2020-08-16)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.10...@tsparticles/inferno-demo@1.1.0-alpha.11) (2020-08-13)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.9...@tsparticles/inferno-demo@1.1.0-alpha.10) (2020-08-13)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.8...@tsparticles/inferno-demo@1.1.0-alpha.9) (2020-08-13)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.7...@tsparticles/inferno-demo@1.1.0-alpha.8) (2020-08-13)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.6...@tsparticles/inferno-demo@1.1.0-alpha.7) (2020-08-12)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.5...@tsparticles/inferno-demo@1.1.0-alpha.6) (2020-08-11)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.4...@tsparticles/inferno-demo@1.1.0-alpha.5) (2020-08-11)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.3...@tsparticles/inferno-demo@1.1.0-alpha.4) (2020-08-11)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.2...@tsparticles/inferno-demo@1.1.0-alpha.3) (2020-08-10)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.1.0-alpha.1...@tsparticles/inferno-demo@1.1.0-alpha.2) (2020-08-09)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
+
+# [1.1.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/inferno-demo@1.0.6...@tsparticles/inferno-demo@1.1.0-alpha.1) (2020-08-08)
+
+**Note:** Version bump only for package @tsparticles/inferno-demo
diff --git a/demo/inferno/README.md b/demo/inferno/README.md
new file mode 100644
index 00000000000..bcdfacdfb8a
--- /dev/null
+++ b/demo/inferno/README.md
@@ -0,0 +1,11 @@
+# Inferno Demo
+
+Demo app for `@tsparticles/inferno`.
+
+## Notes
+
+- The wrapper now follows app-level initialization.
+- Call `initParticlesEngine` once in app bootstrap/root.
+- Then render one or more `` components.
+
+Current example source: `src/index.tsx`
diff --git a/demo/inferno/package.json b/demo/inferno/package.json
new file mode 100644
index 00000000000..b239d73ebd0
--- /dev/null
+++ b/demo/inferno/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "@tsparticles/inferno-demo",
+ "version": "4.0.0-beta.12",
+ "private": true,
+ "description": "> TODO: description",
+ "main": "index.js",
+ "scripts": {
+ "build": "webpack --mode production",
+ "build:ci": "webpack --mode production",
+ "check": "tsc",
+ "start": "webpack serve --config webpack.config.js --mode development"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "dependencies": {
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/inferno": "workspace:^",
+ "inferno": "^8.0.5",
+ "tsparticles": "workspace:^"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.20.7",
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
+ "@babel/preset-env": "^7.20.2",
+ "@babel/preset-typescript": "^7.18.6",
+ "babel-loader": "^9.1.0",
+ "babel-plugin-inferno": "^6.5.0",
+ "clean-webpack-plugin": "^4.0.0",
+ "css-loader": "^6.7.3",
+ "html-webpack-plugin": "^5.5.0",
+ "sass": "^1.81.0",
+ "sass-loader": "^13.2.0",
+ "source-map-loader": "^4.0.1",
+ "style-loader": "^3.3.1",
+ "typescript": "^4.9.4",
+ "webpack": "^5.75.0",
+ "webpack-cli": "^5.0.1",
+ "webpack-dev-server": "^4.11.1"
+ }
+}
diff --git a/demo/inferno/src/components/Incrementer.css b/demo/inferno/src/components/Incrementer.css
new file mode 100644
index 00000000000..0d2bca0f1f9
--- /dev/null
+++ b/demo/inferno/src/components/Incrementer.css
@@ -0,0 +1,8 @@
+.my-button {
+ background: #750077;
+ color: white;
+ display: block;
+ padding: 10px;
+}
+
+/*# sourceMappingURL=Incrementer.css.map */
diff --git a/demo/inferno/src/components/Incrementer.css.map b/demo/inferno/src/components/Incrementer.css.map
new file mode 100644
index 00000000000..3aa8cc91334
--- /dev/null
+++ b/demo/inferno/src/components/Incrementer.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["Incrementer.scss"],"names":[],"mappings":"AAAA;EACI;EACA;EACA;EACA","file":"Incrementer.css"}
\ No newline at end of file
diff --git a/demo/inferno/src/components/Incrementer.scss b/demo/inferno/src/components/Incrementer.scss
new file mode 100644
index 00000000000..6656b351100
--- /dev/null
+++ b/demo/inferno/src/components/Incrementer.scss
@@ -0,0 +1,6 @@
+.my-button {
+ background: #750077;
+ color: white;
+ display: block;
+ padding: 10px;
+}
diff --git a/demo/inferno/src/components/Incrementer.tsx b/demo/inferno/src/components/Incrementer.tsx
new file mode 100644
index 00000000000..fffbec255a7
--- /dev/null
+++ b/demo/inferno/src/components/Incrementer.tsx
@@ -0,0 +1,44 @@
+import { Component } from 'inferno';
+import { addOne } from '../utils/math';
+import { Visualizer } from './Visualizer';
+
+import './Incrementer.scss';
+
+interface Props {
+ name: string;
+}
+
+/*
+ * The first interface defines prop shape
+ * The second interface defines state shape
+ */
+export class Incrementer extends Component {
+ public state = {
+ value: 1
+ };
+
+ constructor(props, context) {
+ super(props, context);
+ }
+
+ public doMath = () => {
+ this.setState({
+ value: addOne(this.state.value)
+ });
+ }
+
+ public render() {
+ // uncomment: example of type verification
+ //
+ // this.props.name = 1;
+ // this.props.bar = 1;
+
+ return (
+
+ {this.props.name}
+
+
+
+ );
+ }
+}
diff --git a/demo/inferno/src/components/Visualizer.css b/demo/inferno/src/components/Visualizer.css
new file mode 100644
index 00000000000..0827c0592fa
--- /dev/null
+++ b/demo/inferno/src/components/Visualizer.css
@@ -0,0 +1,4 @@
+.visualizer {
+ font-size: 20px;
+ padding: 20px;
+}
\ No newline at end of file
diff --git a/demo/inferno/src/components/Visualizer.tsx b/demo/inferno/src/components/Visualizer.tsx
new file mode 100644
index 00000000000..7e95e0462a9
--- /dev/null
+++ b/demo/inferno/src/components/Visualizer.tsx
@@ -0,0 +1,14 @@
+import './Visualizer.css';
+
+/*
+ * This is example of Inferno functional component
+ * Functional components provide great performance but does not have state
+ */
+
+interface VisualizerProps {
+ value: number;
+}
+
+export function Visualizer(props: VisualizerProps) {
+ return
{props.value}
;
+}
diff --git a/demo/inferno/src/index.html b/demo/inferno/src/index.html
new file mode 100644
index 00000000000..30d4d85e3e6
--- /dev/null
+++ b/demo/inferno/src/index.html
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ Inferno TypeScript example
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demo/inferno/src/index.tsx b/demo/inferno/src/index.tsx
new file mode 100644
index 00000000000..8a6e366d4da
--- /dev/null
+++ b/demo/inferno/src/index.tsx
@@ -0,0 +1,30 @@
+import { Component, render, version } from "inferno";
+import { Incrementer } from "./components/Incrementer";
+import Particles, { initParticlesEngine } from "@tsparticles/inferno";
+import "./main.css";
+import { loadFull } from "tsparticles";
+import { basic } from "@tsparticles/configs";
+
+void initParticlesEngine(async engine => {
+ await loadFull(engine);
+});
+
+const container = document.getElementById("app");
+
+class MyComponent extends Component {
+ constructor(props, context) {
+ super(props, context);
+ }
+
+ public render() {
+ return (
+
+
+
{`Welcome to Inferno ${version} TSX`}
+
+
+ );
+ }
+}
+
+render(, container);
diff --git a/demo/inferno/src/main.css b/demo/inferno/src/main.css
new file mode 100644
index 00000000000..e0befa0eaa0
--- /dev/null
+++ b/demo/inferno/src/main.css
@@ -0,0 +1,30 @@
+body {
+ margin: 0;
+ padding: 0 5vw;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+ 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ background-color: #282c34;
+ min-height: 100vh;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ color: white;
+}
+
+h1 {
+ font-size: 30px;
+ font-weight: normal;
+}
+
+#tsparticles {
+ background: #000000;
+ position: fixed;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+}
\ No newline at end of file
diff --git a/demo/inferno/src/utils/math.ts b/demo/inferno/src/utils/math.ts
new file mode 100644
index 00000000000..726b3f6d903
--- /dev/null
+++ b/demo/inferno/src/utils/math.ts
@@ -0,0 +1,5 @@
+/* This is example of regular Typescript file used with JSX */
+
+export function addOne(value: number): number {
+ return value + 1;
+}
diff --git a/demo/inferno/tsconfig.json b/demo/inferno/tsconfig.json
new file mode 100644
index 00000000000..df2f9de8d9c
--- /dev/null
+++ b/demo/inferno/tsconfig.json
@@ -0,0 +1,31 @@
+{
+ "compilerOptions": {
+ "pretty": true,
+ "target": "esnext",
+ "module": "esnext",
+ "allowSyntheticDefaultImports": true,
+ "preserveConstEnums": true,
+ "sourceMap": true,
+ "moduleResolution": "node",
+ "lib": [
+ "ESNext",
+ "ES2022",
+ "ES2021",
+ "ES2020",
+ "ES2019",
+ "ES2018",
+ "ES2017",
+ "dom"
+ ],
+ "types": ["inferno"],
+ "jsx": "preserve",
+ "noUnusedLocals": true,
+ "baseUrl": "./src",
+ "noEmit": true,
+ "skipLibCheck": true,
+ "noUnusedParameters": true,
+ "noImplicitReturns": true,
+ "noFallthroughCasesInSwitch": true
+ },
+ "include": ["src/**/*", "node_modules/inferno/dist/index.d.ts"]
+}
diff --git a/demo/inferno/webpack.config.js b/demo/inferno/webpack.config.js
new file mode 100644
index 00000000000..dcce6df29e4
--- /dev/null
+++ b/demo/inferno/webpack.config.js
@@ -0,0 +1,56 @@
+const CleanWebpackPlugin = require('clean-webpack-plugin').CleanWebpackPlugin;
+const HtmlWebpackPlugin = require('html-webpack-plugin');
+
+module.exports = {
+ mode: "none",
+ entry: "./src/index.tsx", // Point to main file
+ output: {
+ path: __dirname + "/dist",
+ filename: "bundle.js"
+ },
+ resolve: {
+ extensions: ['.js', '.jsx', '.ts', '.tsx']
+ },
+ performance: {
+ hints: false
+ },
+ module: {
+ rules: [
+ {
+ test: /\.scss$/,
+ use: [
+ "style-loader", // creates style nodes from JS strings
+ "css-loader", // translates CSS into CommonJS
+ "sass-loader" // compiles Sass to CSS, using Node Sass by default
+ ]
+ },
+ {
+ test: /\.css$/,
+ use: [
+ "style-loader", // creates style nodes from JS strings
+ "css-loader" // translates CSS into CommonJS
+ ]
+ },
+ {
+ test: /\.(js|jsx|tsx|ts)$/, // All ts and tsx files will be process by
+ loader: 'babel-loader', // first babel-loader, then ts-loader
+ exclude: /node_modules/ // ignore node_modules
+ }
+ ]
+ },
+ devServer: {
+ static: "src/",
+ historyApiFallback: true
+ },
+ plugins: [
+ new HtmlWebpackPlugin(
+ {
+ template: "./src/index.html",
+ inject: "body"
+ }
+ ),
+ new CleanWebpackPlugin({
+ verbose: true
+ })
+ ]
+};
diff --git a/demo/ionic/.browserslistrc b/demo/ionic/.browserslistrc
new file mode 100644
index 00000000000..427441dc930
--- /dev/null
+++ b/demo/ionic/.browserslistrc
@@ -0,0 +1,17 @@
+# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
+# For additional information regarding the format and rule options, please see:
+# https://github.com/browserslist/browserslist#queries
+
+# For the full list of supported browsers by the Angular framework, please see:
+# https://angular.io/guide/browser-support
+
+# You can see what browsers were selected by your queries by running:
+# npx browserslist
+
+last 1 Chrome version
+last 1 Firefox version
+last 2 Edge major versions
+last 2 Safari major versions
+last 2 iOS major versions
+Firefox ESR
+not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
diff --git a/demo/ionic/.editorconfig b/demo/ionic/.editorconfig
new file mode 100644
index 00000000000..59d9a3a3e73
--- /dev/null
+++ b/demo/ionic/.editorconfig
@@ -0,0 +1,16 @@
+# Editor configuration, see https://editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.ts]
+quote_type = single
+
+[*.md]
+max_line_length = off
+trim_trailing_whitespace = false
diff --git a/demo/ionic/.eslintrc.json b/demo/ionic/.eslintrc.json
new file mode 100644
index 00000000000..ee3e9f11e18
--- /dev/null
+++ b/demo/ionic/.eslintrc.json
@@ -0,0 +1,49 @@
+{
+ "root": true,
+ "ignorePatterns": ["projects/**/*"],
+ "overrides": [
+ {
+ "files": ["*.ts"],
+ "parserOptions": {
+ "project": ["tsconfig.json", "e2e/tsconfig.json"],
+ "createDefaultProgram": true
+ },
+ "extends": [
+ "plugin:@angular-eslint/recommended",
+ "plugin:@angular-eslint/template/process-inline-templates"
+ ],
+ "rules": {
+ "@angular-eslint/no-empty-lifecycle-method": "off",
+ "@angular-eslint/prefer-inject": "off",
+ "@angular-eslint/prefer-standalone": "off",
+ "@angular-eslint/component-class-suffix": [
+ "error",
+ {
+ "suffixes": ["Page", "Component"]
+ }
+ ],
+ "@angular-eslint/component-selector": [
+ "error",
+ {
+ "type": "element",
+ "prefix": "app",
+ "style": "kebab-case"
+ }
+ ],
+ "@angular-eslint/directive-selector": [
+ "error",
+ {
+ "type": "attribute",
+ "prefix": "app",
+ "style": "camelCase"
+ }
+ ]
+ }
+ },
+ {
+ "files": ["*.html"],
+ "extends": ["plugin:@angular-eslint/template/recommended"],
+ "rules": {}
+ }
+ ]
+}
diff --git a/demo/ionic/.gitignore b/demo/ionic/.gitignore
new file mode 100644
index 00000000000..23774f43428
--- /dev/null
+++ b/demo/ionic/.gitignore
@@ -0,0 +1,34 @@
+# Specifies intentionally untracked files to ignore when using Git
+# http://git-scm.com/docs/gitignore
+
+*~
+*.sw[mnpcod]
+.tmp
+*.tmp
+*.tmp.*
+*.sublime-project
+*.sublime-workspace
+.DS_Store
+Thumbs.db
+UserInterfaceState.xcuserstate
+$RECYCLE.BIN/
+
+*.log
+log.txt
+npm-debug.log*
+
+/.angular
+/.idea
+/.ionic
+/.sass-cache
+/.sourcemaps
+/.versions
+/.vscode
+/coverage
+/dist
+/node_modules
+/platforms
+/plugins
+/www
+
+.angular/cache
diff --git a/demo/ionic/CHANGELOG.md b/demo/ionic/CHANGELOG.md
new file mode 100644
index 00000000000..b3b3dd1aac3
--- /dev/null
+++ b/demo/ionic/CHANGELOG.md
@@ -0,0 +1,510 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+### Features
+
+- added explode destroy mode and destroy external interactor ([e6dfdd8](https://github.com/tsparticles/tsparticles/commit/e6dfdd88c3295cceffbf813ff809587b30b54417))
+
+# 3.0.0 (2023-12-25)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo ([0df2410](https://github.com/tsparticles/angular/commit/0df2410d75e7a5b44766f44cf81c1d38478b33a9))
+- **deps:** update angular monorepo ([7734c62](https://github.com/tsparticles/angular/commit/7734c62fa1f0dba72675296a58b5f9e99f45c790))
+- **deps:** update angular monorepo to ~15.2.0 ([d9cc057](https://github.com/tsparticles/angular/commit/d9cc0579949f025c7be095b92abb121f2f450036))
+- **deps:** update angular monorepo to ~16.2.0 ([c94af32](https://github.com/tsparticles/angular/commit/c94af3266705e56cdd68fd9709882f97bf0a95a1))
+- **deps:** update angular monorepo to v16 ([ca8f4e4](https://github.com/tsparticles/angular/commit/ca8f4e47c4476a5f4548ad25f365f56caa7ce912))
+- **deps:** update dependency @capacitor/app to v5 ([ad5a080](https://github.com/tsparticles/angular/commit/ad5a0801b2ed8b46b460b8917cc3e288a00ad479))
+- **deps:** update dependency @capacitor/haptics to v5 ([0754bb7](https://github.com/tsparticles/angular/commit/0754bb766882db012719624947ce1e9c011db649))
+- **deps:** update dependency @capacitor/keyboard to v5 ([9cb00ac](https://github.com/tsparticles/angular/commit/9cb00ac7a584a24c5693ce3fbbe8257e6eed78a6))
+- **deps:** update dependency @capacitor/status-bar to v5 ([303717a](https://github.com/tsparticles/angular/commit/303717adbd7bdf51620cb4d6bee6204803b532e2))
+- **deps:** update dependency @ionic/angular to v7 ([7650cd0](https://github.com/tsparticles/angular/commit/7650cd010916947db786d20e5c9b7cac186f3523))
+- **deps:** update dependency @ionic/core to v7 ([be06511](https://github.com/tsparticles/angular/commit/be0651198bff6b15cd990abb532ab85cc98f0885))
+- **deps:** update dependency ionicons to v7 ([b551ad4](https://github.com/tsparticles/angular/commit/b551ad4e37685000063e0258190d9d1c5ef6dcc4))
+- **deps:** update dependency zone.js to ~0.13.0 ([9eaf8c1](https://github.com/tsparticles/angular/commit/9eaf8c1e184fbe813e0f2ec4ed14d35c677bc8a3))
+
+### Features
+
+- added service for initializing particles plugins ([c26e9f2](https://github.com/tsparticles/angular/commit/c26e9f2caa2038e652f2967a38ac26c6b5264a49))
+
+# [1.12.0](https://github.com/tsparticles/angular/compare/ionic-demo@1.11.0...ionic-demo@1.12.0) (2023-08-04)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.11.0](https://github.com/tsparticles/angular/compare/ionic-demo@1.10.1...ionic-demo@1.11.0) (2023-07-15)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo ([7734c62](https://github.com/tsparticles/angular/commit/7734c62fa1f0dba72675296a58b5f9e99f45c790))
+
+## [1.10.1](https://github.com/tsparticles/angular/compare/ionic-demo@1.10.0...ionic-demo@1.10.1) (2023-06-04)
+
+**Note:** Version bump only for package ionic-demo
+
+# 1.10.0 (2023-06-04)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~15.2.0 ([d9cc057](https://github.com/tsparticles/angular/commit/d9cc0579949f025c7be095b92abb121f2f450036))
+- **deps:** update angular monorepo to v16 ([ca8f4e4](https://github.com/tsparticles/angular/commit/ca8f4e47c4476a5f4548ad25f365f56caa7ce912))
+- **deps:** update dependency @capacitor/app to v5 ([ad5a080](https://github.com/tsparticles/angular/commit/ad5a0801b2ed8b46b460b8917cc3e288a00ad479))
+- **deps:** update dependency @capacitor/haptics to v5 ([0754bb7](https://github.com/tsparticles/angular/commit/0754bb766882db012719624947ce1e9c011db649))
+- **deps:** update dependency @capacitor/keyboard to v5 ([9cb00ac](https://github.com/tsparticles/angular/commit/9cb00ac7a584a24c5693ce3fbbe8257e6eed78a6))
+- **deps:** update dependency @capacitor/status-bar to v5 ([303717a](https://github.com/tsparticles/angular/commit/303717adbd7bdf51620cb4d6bee6204803b532e2))
+- **deps:** update dependency @ionic/angular to v7 ([7650cd0](https://github.com/tsparticles/angular/commit/7650cd010916947db786d20e5c9b7cac186f3523))
+- **deps:** update dependency @ionic/core to v7 ([be06511](https://github.com/tsparticles/angular/commit/be0651198bff6b15cd990abb532ab85cc98f0885))
+- **deps:** update dependency ionicons to v7 ([b551ad4](https://github.com/tsparticles/angular/commit/b551ad4e37685000063e0258190d9d1c5ef6dcc4))
+- **deps:** update dependency zone.js to ~0.13.0 ([9eaf8c1](https://github.com/tsparticles/angular/commit/9eaf8c1e184fbe813e0f2ec4ed14d35c677bc8a3))
+
+## [1.9.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.9.2...ionic-demo@1.9.3) (2023-02-12)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.9.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.9.1...ionic-demo@1.9.2) (2023-02-12)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.9.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.9.0...ionic-demo@1.9.1) (2023-02-11)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.9.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.8.0...ionic-demo@1.9.0) (2023-02-10)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.8.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.7.1...ionic-demo@1.8.0) (2023-01-18)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.7.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.7.0...ionic-demo@1.7.1) (2022-12-25)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.7.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.6.0...ionic-demo@1.7.0) (2022-12-23)
+
+### Bug Fixes
+
+- **deps:** update dependency rxjs to ~7.8.0 ([0345e0b](https://github.com/matteobruni/tsparticles/commit/0345e0becfd68e7e785e3a47007b9ea362934b49))
+
+# [1.6.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.5.3...ionic-demo@1.6.0) (2022-12-06)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to v15 ([7f07d5c](https://github.com/matteobruni/tsparticles/commit/7f07d5c529ec79fc4d23209ecac28e8540b1dfbf))
+- **deps:** update dependency rxjs to ~7.6.0 ([250ef9c](https://github.com/matteobruni/tsparticles/commit/250ef9c3ff73fbde55abc05aa7183e280fd7f297))
+- **deps:** update dependency zone.js to ~0.12.0 ([eb78579](https://github.com/matteobruni/tsparticles/commit/eb7857971c8919d4c7b009c10790ece14d79cfe4))
+
+## [1.5.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.5.2...ionic-demo@1.5.3) (2022-11-07)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.5.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.5.1...ionic-demo@1.5.2) (2022-11-07)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.5.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.5.0...ionic-demo@1.5.1) (2022-11-03)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.5.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.4.0...ionic-demo@1.5.0) (2022-11-02)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.4.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.3.4...ionic-demo@1.4.0) (2022-10-30)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.3.4](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.3.3...ionic-demo@1.3.4) (2022-09-30)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.3.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.3.2...ionic-demo@1.3.3) (2022-09-30)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.3.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.3.1...ionic-demo@1.3.2) (2022-09-21)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.3.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.3.0...ionic-demo@1.3.1) (2022-09-13)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.3.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.2.4...ionic-demo@1.3.0) (2022-09-11)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~14.2.0 ([a95f5e4](https://github.com/matteobruni/tsparticles/commit/a95f5e4a70bdff2c99bd0bf0c726a3c0b61b8886))
+
+## [1.2.4](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.2.2...ionic-demo@1.2.4) (2022-08-26)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.2.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.2.2...ionic-demo@1.2.3) (2022-08-21)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.2.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.2.1...ionic-demo@1.2.2) (2022-08-16)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.2.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.2.0...ionic-demo@1.2.1) (2022-08-12)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.2.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.1.4...ionic-demo@1.2.0) (2022-08-11)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~14.1.0 ([284f4fc](https://github.com/matteobruni/tsparticles/commit/284f4fcff996381a784b1eed9271fab33c23613d))
+- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb))
+
+## [1.1.4](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.1.3...ionic-demo@1.1.4) (2022-07-28)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.1.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.1.2...ionic-demo@1.1.3) (2022-07-01)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.1.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.1.1...ionic-demo@1.1.2) (2022-07-01)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.1.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.1.0...ionic-demo@1.1.1) (2022-07-01)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.1.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.0.6...ionic-demo@1.1.0) (2022-06-18)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to v14 ([c620315](https://github.com/matteobruni/tsparticles/commit/c620315e06a16e0129acef06a4dac6505b4ce456))
+- **deps:** update dependency @capacitor/core to v3.5.0 ([581bb7e](https://github.com/matteobruni/tsparticles/commit/581bb7e2f4f6aceb3535daf9223954a80f2daa81))
+- trying fixing issue [#4151](https://github.com/matteobruni/tsparticles/issues/4151) ([83e3e06](https://github.com/matteobruni/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f))
+
+## [1.0.6](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.0.5...ionic-demo@1.0.6) (2022-04-16)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.0.5](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.0.4...ionic-demo@1.0.5) (2022-04-14)
+
+**Note:** Version bump only for package ionic-demo
+
+## [1.0.4](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.12.1...ionic-demo@1.0.4) (2022-04-06)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/matteobruni/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f))
+- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/matteobruni/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168))
+- **deps:** update angular monorepo to ~13.3.0 ([6aa9b81](https://github.com/matteobruni/tsparticles/commit/6aa9b814962c0460949452e7ee5c84617330ffd4))
+- **deps:** update angular monorepo to ~13.3.0 ([71e7a23](https://github.com/matteobruni/tsparticles/commit/71e7a2388d7871a26b4b25d691c061cacf8e08eb))
+- **deps:** update capacitor monorepo ([405fb46](https://github.com/matteobruni/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f))
+- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/matteobruni/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8))
+- **deps:** update capacitor monorepo ([f501b7e](https://github.com/matteobruni/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a))
+- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/matteobruni/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921))
+- **deps:** update dependency @capacitor/app to v1.1.1 ([bd69e38](https://github.com/matteobruni/tsparticles/commit/bd69e38aaf9ab0f405e33ba98132195ec5e98559))
+- **deps:** update dependency @capacitor/core to v3.4.2 ([b488e20](https://github.com/matteobruni/tsparticles/commit/b488e20ac54a48883bf7388ce33d6d71833cdec9))
+- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f))
+- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/matteobruni/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0))
+- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/matteobruni/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814))
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.0.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.11.1...ionic-demo@1.0.3) (2022-03-11)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/matteobruni/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f))
+- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/matteobruni/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168))
+- **deps:** update capacitor monorepo ([405fb46](https://github.com/matteobruni/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f))
+- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/matteobruni/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8))
+- **deps:** update capacitor monorepo ([f501b7e](https://github.com/matteobruni/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a))
+- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/matteobruni/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921))
+- **deps:** update dependency @capacitor/app to v1.1.1 ([bd69e38](https://github.com/matteobruni/tsparticles/commit/bd69e38aaf9ab0f405e33ba98132195ec5e98559))
+- **deps:** update dependency @capacitor/core to v3.4.2 ([b488e20](https://github.com/matteobruni/tsparticles/commit/b488e20ac54a48883bf7388ce33d6d71833cdec9))
+- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f))
+- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/matteobruni/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0))
+- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/matteobruni/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814))
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.0.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.4...ionic-demo@1.0.2) (2022-02-21)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/matteobruni/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f))
+- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/matteobruni/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168))
+- **deps:** update capacitor monorepo ([405fb46](https://github.com/matteobruni/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f))
+- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/matteobruni/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8))
+- **deps:** update capacitor monorepo ([f501b7e](https://github.com/matteobruni/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a))
+- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/matteobruni/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921))
+- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f))
+- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/matteobruni/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0))
+- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/matteobruni/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814))
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [0.12.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.12.0...ionic-demo@0.12.1) (2022-04-06)
+
+**Note:** Version bump only for package ionic-demo
+
+# [0.12.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.11.4...ionic-demo@0.12.0) (2022-04-04)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.11.4](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.11.3...ionic-demo@0.11.4) (2022-03-20)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.11.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.11.2...ionic-demo@0.11.3) (2022-03-18)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.11.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.11.1...ionic-demo@0.11.2) (2022-03-14)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.11.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.11.0...ionic-demo@0.11.1) (2022-03-09)
+
+**Note:** Version bump only for package ionic-demo
+
+# [0.11.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.6...ionic-demo@0.11.0) (2022-03-08)
+
+### Bug Fixes
+
+- **deps:** update dependency @capacitor/app to v1.1.1 ([97901cd](https://github.com/matteobruni/tsparticles/commit/97901cd59e3dd5830d9d3e864eab187980f50d8e))
+
+## [1.0.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@1.0.0...ionic-demo@1.0.1) (2022-02-15)
+
+## [0.10.6](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.5...ionic-demo@0.10.6) (2022-03-03)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.10.5](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.4...ionic-demo@0.10.5) (2022-02-24)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.10.4](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.3...ionic-demo@0.10.4) (2022-02-20)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.10.3](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.2...ionic-demo@0.10.3) (2022-02-19)
+
+**Note:** Version bump only for package ionic-demo
+
+## [0.10.2](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.1...ionic-demo@0.10.2) (2022-02-16)
+
+**Note:** Version bump only for package ionic-demo
+
+# [1.0.0](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.1...ionic-demo@1.0.0) (2022-02-15)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/matteobruni/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f))
+- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/matteobruni/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168))
+- **deps:** update capacitor monorepo ([405fb46](https://github.com/matteobruni/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f))
+- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/matteobruni/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8))
+- **deps:** update capacitor monorepo ([f501b7e](https://github.com/matteobruni/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a))
+- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/matteobruni/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921))
+- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f))
+- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/matteobruni/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0))
+- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/matteobruni/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814))
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [1.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/ionic@0.8.2...ionic@1.0.0-beta.5) (2022-01-30)
+
+## [0.10.1](https://github.com/matteobruni/tsparticles/compare/ionic-demo@0.10.0...ionic-demo@0.10.1) (2022-02-14)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~13.2.0 ([9467d48](https://github.com/matteobruni/tsparticles/commit/9467d483c54916099d822afef05e811dc2d6aace))
+- **deps:** update capacitor monorepo ([57a478c](https://github.com/matteobruni/tsparticles/commit/57a478c0ea1459ce310070a57dd9cbe95df69446))
+- **deps:** update dependency rxjs to v7 ([0b09194](https://github.com/matteobruni/tsparticles/commit/0b0919449fff69eec029e00dbab9f1d683f84682))
+
+# 0.10.0 (2022-02-10)
+
+### Bug Fixes
+
+- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/matteobruni/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f))
+- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/matteobruni/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168))
+- **deps:** update capacitor monorepo ([405fb46](https://github.com/matteobruni/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f))
+- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/matteobruni/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8))
+- **deps:** update capacitor monorepo ([f501b7e](https://github.com/matteobruni/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a))
+- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/matteobruni/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921))
+- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/matteobruni/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f))
+- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/matteobruni/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0))
+- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/matteobruni/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814))
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+- **deps:** pin dependencies ([3dac0d0](https://github.com/matteobruni/tsparticles/commit/3dac0d0a594092707ddd31a70b09cdb7238d5eba))
+- **deps:** update all ([d9f0ff2](https://github.com/matteobruni/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422))
+- **deps:** update angular monorepo to v12.2.2 ([e4b6928](https://github.com/matteobruni/tsparticles/commit/e4b6928c5f35d5d2f8ed9609fcff8a53427f7a77))
+- **deps:** update capacitor monorepo ([628db0f](https://github.com/matteobruni/tsparticles/commit/628db0f31e93f6e035b8bf0a96ef48c391afefc9))
+
+### Features
+
+- added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac))
+- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8))
+- updated ng-particles to Angular 13 ([802e290](https://github.com/matteobruni/tsparticles/commit/802e2904fcf01e713fe74bcdb4efb32979e27cc8))
+
+## [0.9.2](https://github.com/matteobruni/tsparticles/compare/ionic@0.9.1...ionic@0.9.2) (2022-02-07)
+
+**Note:** Version bump only for package ionic
+
+## [0.9.1](https://github.com/matteobruni/tsparticles/compare/ionic@0.9.0...ionic@0.9.1) (2022-02-06)
+
+**Note:** Version bump only for package ionic
+
+# [0.9.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.8.3...ionic@0.9.0) (2022-02-04)
+
+**Note:** Version bump only for package ionic
+
+## [0.8.3](https://github.com/matteobruni/tsparticles/compare/ionic@0.8.2...ionic@0.8.3) (2022-02-02)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8))
+
+# [1.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/ionic@1.0.0-beta.3...ionic@1.0.0-beta.4) (2021-12-07)
+
+## [0.8.2](https://github.com/matteobruni/tsparticles/compare/ionic@0.8.1...ionic@0.8.2) (2022-01-29)
+
+**Note:** Version bump only for package ionic
+
+## [0.8.1](https://github.com/matteobruni/tsparticles/compare/ionic@0.8.0...ionic@0.8.1) (2022-01-26)
+
+**Note:** Version bump only for package ionic
+
+# [0.8.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.7.0...ionic@0.8.0) (2022-01-08)
+
+**Note:** Version bump only for package ionic
+
+# [0.7.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.6...ionic@0.7.0) (2021-12-29)
+
+**Note:** Version bump only for package ionic
+
+## [0.6.6](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.5...ionic@0.6.6) (2021-12-24)
+
+**Note:** Version bump only for package ionic
+
+# [1.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.5...ionic@1.0.0-beta.3) (2021-12-04)
+
+### Bug Fixes
+
+- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/matteobruni/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8))
+- **deps:** update capacitor monorepo ([f501b7e](https://github.com/matteobruni/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a))
+- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/matteobruni/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921))
+- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/matteobruni/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0))
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [1.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.4...ionic@1.0.0-beta.2) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [1.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/ionic@1.0.0-beta.0...ionic@1.0.0-beta.1) (2021-10-06)
+
+## [0.6.5](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.4...ionic@0.6.5) (2021-11-28)
+
+**Note:** Version bump only for package ionic
+
+## [0.6.4](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.3...ionic@0.6.4) (2021-11-17)
+
+**Note:** Version bump only for package ionic
+
+## [0.6.3](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.2...ionic@0.6.3) (2021-11-05)
+
+**Note:** Version bump only for package ionic
+
+## [0.6.2](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.1...ionic@0.6.2) (2021-10-31)
+
+**Note:** Version bump only for package ionic
+
+## [0.6.1](https://github.com/matteobruni/tsparticles/compare/ionic@0.6.0...ionic@0.6.1) (2021-10-30)
+
+**Note:** Version bump only for package ionic
+
+# [0.6.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.5.0...ionic@0.6.0) (2021-10-28)
+
+**Note:** Version bump only for package ionic
+
+# [0.5.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.4...ionic@0.5.0) (2021-10-14)
+
+**Note:** Version bump only for package ionic
+
+## [0.4.4](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.3...ionic@0.4.4) (2021-10-06)
+
+**Note:** Version bump only for package ionic
+
+# [1.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.3...ionic@1.0.0-beta.0) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [0.4.3](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.2...ionic@0.4.3) (2021-10-03)
+
+**Note:** Version bump only for package ionic
+
+## [0.4.2](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.1...ionic@0.4.2) (2021-09-27)
+
+**Note:** Version bump only for package ionic
+
+## [0.4.1](https://github.com/matteobruni/tsparticles/compare/ionic@0.4.0...ionic@0.4.1) (2021-09-20)
+
+**Note:** Version bump only for package ionic
+
+# [0.4.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.3.1...ionic@0.4.0) (2021-09-18)
+
+### Bug Fixes
+
+- **deps:** update capacitor monorepo ([628db0f](https://github.com/matteobruni/tsparticles/commit/628db0f31e93f6e035b8bf0a96ef48c391afefc9))
+
+## [0.3.1](https://github.com/matteobruni/tsparticles/compare/ionic@0.3.0...ionic@0.3.1) (2021-09-15)
+
+**Note:** Version bump only for package ionic
+
+# [0.3.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.2.3...ionic@0.3.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+- **deps:** pin dependencies ([3dac0d0](https://github.com/matteobruni/tsparticles/commit/3dac0d0a594092707ddd31a70b09cdb7238d5eba))
+- **deps:** update all ([d9f0ff2](https://github.com/matteobruni/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422))
+- **deps:** update angular monorepo to v12.2.2 ([e4b6928](https://github.com/matteobruni/tsparticles/commit/e4b6928c5f35d5d2f8ed9609fcff8a53427f7a77))
+
+## [0.2.3](https://github.com/matteobruni/tsparticles/compare/ionic@0.2.2...ionic@0.2.3) (2021-08-10)
+
+### Features
+
+- added new methods to particle class ([5743453](https://github.com/matteobruni/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac))
+
+## [0.2.2](https://github.com/matteobruni/tsparticles/compare/ionic@0.2.1...ionic@0.2.2) (2021-07-31)
+
+**Note:** Version bump only for package ionic
+
+## [0.2.1](https://github.com/matteobruni/tsparticles/compare/ionic@0.2.0...ionic@0.2.1) (2021-07-29)
+
+**Note:** Version bump only for package ionic
+
+# [0.2.0](https://github.com/matteobruni/tsparticles/compare/ionic@0.1.0...ionic@0.2.0) (2021-07-29)
+
+**Note:** Version bump only for package ionic
diff --git a/demo/ionic/angular.json b/demo/ionic/angular.json
new file mode 100644
index 00000000000..ef45decaa59
--- /dev/null
+++ b/demo/ionic/angular.json
@@ -0,0 +1,185 @@
+{
+ "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
+ "version": 1,
+ "newProjectRoot": "projects",
+ "projects": {
+ "app": {
+ "root": "",
+ "sourceRoot": "src",
+ "projectType": "application",
+ "prefix": "app",
+ "schematics": {},
+ "architect": {
+ "build": {
+ "builder": "@angular-devkit/build-angular:browser",
+ "options": {
+ "outputPath": "www",
+ "index": "src/index.html",
+ "main": "src/main.ts",
+ "polyfills": "src/polyfills.ts",
+ "tsConfig": "tsconfig.app.json",
+ "assets": [
+ {
+ "glob": "**/*",
+ "input": "src/assets",
+ "output": "assets"
+ },
+ {
+ "glob": "**/*.svg",
+ "input": "node_modules/ionicons/dist/ionicons/svg",
+ "output": "./svg"
+ }
+ ],
+ "styles": ["src/theme/variables.scss", "src/global.scss"],
+ "scripts": [],
+ "preserveSymlinks": true,
+ "aot": false,
+ "vendorChunk": true,
+ "extractLicenses": false,
+ "buildOptimizer": false,
+ "sourceMap": true,
+ "optimization": false,
+ "namedChunks": true
+ },
+ "configurations": {
+ "production": {
+ "fileReplacements": [
+ {
+ "replace": "src/environments/environment.ts",
+ "with": "src/environments/environment.prod.ts"
+ }
+ ],
+ "optimization": true,
+ "outputHashing": "all",
+ "sourceMap": false,
+ "namedChunks": false,
+ "aot": true,
+ "extractLicenses": true,
+ "vendorChunk": false,
+ "buildOptimizer": true,
+ "budgets": [
+ {
+ "type": "initial",
+ "maximumWarning": "20mb",
+ "maximumError": "50mb"
+ }
+ ]
+ },
+ "ci": {
+ "progress": false
+ }
+ }
+ },
+ "serve": {
+ "builder": "@angular-devkit/build-angular:dev-server",
+ "options": {
+ "buildTarget": "app:build"
+ },
+ "configurations": {
+ "production": {
+ "buildTarget": "app:build:production"
+ },
+ "ci": {
+ "progress": false
+ }
+ }
+ },
+ "extract-i18n": {
+ "builder": "@angular-devkit/build-angular:extract-i18n",
+ "options": {
+ "buildTarget": "app:build"
+ }
+ },
+ "test": {
+ "builder": "@angular-devkit/build-angular:karma",
+ "options": {
+ "main": "src/test.ts",
+ "polyfills": "src/polyfills.ts",
+ "tsConfig": "tsconfig.spec.json",
+ "karmaConfig": "karma.conf.js",
+ "styles": [],
+ "scripts": [],
+ "assets": [
+ {
+ "glob": "favicon.ico",
+ "input": "src/",
+ "output": "/"
+ },
+ {
+ "glob": "**/*",
+ "input": "src/assets",
+ "output": "/assets"
+ }
+ ]
+ },
+ "configurations": {
+ "ci": {
+ "progress": false,
+ "watch": false
+ }
+ }
+ },
+ "lint": {
+ "builder": "@angular-eslint/builder:lint",
+ "options": {
+ "lintFilePatterns": [
+ "src/**/*.ts",
+ "src/**/*.html"
+ ]
+ }
+ },
+ "e2e": {
+ "builder": "@angular-devkit/build-angular:protractor",
+ "options": {
+ "protractorConfig": "e2e/protractor.conf.js",
+ "devServerTarget": "app:serve"
+ },
+ "configurations": {
+ "production": {
+ "devServerTarget": "app:serve:production"
+ },
+ "ci": {
+ "devServerTarget": "app:serve:ci"
+ }
+ }
+ },
+ "ionic-cordova-build": {
+ "builder": "@ionic/angular-toolkit:cordova-build",
+ "options": {
+ "browserTarget": "app:build"
+ },
+ "configurations": {
+ "production": {
+ "browserTarget": "app:build:production"
+ }
+ }
+ },
+ "ionic-cordova-serve": {
+ "builder": "@ionic/angular-toolkit:cordova-serve",
+ "options": {
+ "cordovaBuildTarget": "app:ionic-cordova-build",
+ "devServerTarget": "app:serve"
+ },
+ "configurations": {
+ "production": {
+ "cordovaBuildTarget": "app:ionic-cordova-build:production",
+ "devServerTarget": "app:serve:production"
+ }
+ }
+ }
+ }
+ }
+ },
+ "cli": {
+ "defaultCollection": "@ionic/angular-toolkit",
+ "analytics": "914b9f83-5c2c-4f90-9e97-6ecf4ff44a20"
+ },
+ "schematics": {
+ "@ionic/angular-toolkit:component": {
+ "styleext": "scss"
+ },
+ "@ionic/angular-toolkit:page": {
+ "styleext": "scss"
+ }
+ }
+}
diff --git a/demo/ionic/capacitor.config.ts b/demo/ionic/capacitor.config.ts
new file mode 100644
index 00000000000..b7738189c41
--- /dev/null
+++ b/demo/ionic/capacitor.config.ts
@@ -0,0 +1,10 @@
+import { CapacitorConfig } from '@capacitor/cli';
+
+const config: CapacitorConfig = {
+ appId: 'io.ionic.starter',
+ appName: 'ionic6',
+ webDir: 'www',
+ bundledWebRuntime: false
+};
+
+export default config;
diff --git a/demo/ionic/e2e/protractor.conf.js b/demo/ionic/e2e/protractor.conf.js
new file mode 100644
index 00000000000..22bd9d953c7
--- /dev/null
+++ b/demo/ionic/e2e/protractor.conf.js
@@ -0,0 +1,37 @@
+// @ts-check
+// Protractor configuration file, see link for more information
+// https://github.com/angular/protractor/blob/master/lib/config.ts
+
+const { SpecReporter, StacktraceOption } = require('jasmine-spec-reporter');
+
+/**
+ * @type { import("protractor").Config }
+ */
+exports.config = {
+ allScriptsTimeout: 11000,
+ specs: [
+ './src/**/*.e2e-spec.ts'
+ ],
+ capabilities: {
+ browserName: 'chrome'
+ },
+ directConnect: true,
+ SELENIUM_PROMISE_MANAGER: false,
+ baseUrl: 'http://localhost:4200/',
+ framework: 'jasmine',
+ jasmineNodeOpts: {
+ showColors: true,
+ defaultTimeoutInterval: 30000,
+ print: function() {}
+ },
+ onPrepare() {
+ require('ts-node').register({
+ project: require('path').join(__dirname, './tsconfig.json')
+ });
+ jasmine.getEnv().addReporter(new SpecReporter({
+ spec: {
+ displayStacktrace: StacktraceOption.PRETTY
+ }
+ }));
+ }
+};
diff --git a/demo/ionic/e2e/src/app.e2e-spec.ts b/demo/ionic/e2e/src/app.e2e-spec.ts
new file mode 100644
index 00000000000..e4156e097bd
--- /dev/null
+++ b/demo/ionic/e2e/src/app.e2e-spec.ts
@@ -0,0 +1,14 @@
+import { AppPage } from './app.po';
+
+describe('new App', () => {
+ let page: AppPage;
+
+ beforeEach(() => {
+ page = new AppPage();
+ });
+
+ it('should display welcome message', () => {
+ page.navigateTo();
+ expect(page.getPageTitle()).toContain('Tab 1');
+ });
+});
diff --git a/demo/ionic/e2e/src/app.po.ts b/demo/ionic/e2e/src/app.po.ts
new file mode 100644
index 00000000000..048e7348304
--- /dev/null
+++ b/demo/ionic/e2e/src/app.po.ts
@@ -0,0 +1,11 @@
+import { browser, by, element } from 'protractor';
+
+export class AppPage {
+ navigateTo() {
+ return browser.get('/');
+ }
+
+ getPageTitle() {
+ return element(by.css('ion-title')).getText();
+ }
+}
diff --git a/demo/ionic/e2e/tsconfig.json b/demo/ionic/e2e/tsconfig.json
new file mode 100644
index 00000000000..a82df00eef3
--- /dev/null
+++ b/demo/ionic/e2e/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "../out-tsc/e2e",
+ "module": "commonjs",
+ "target": "es2018",
+ "types": [
+ "jasmine",
+ "node"
+ ]
+ }
+}
diff --git a/demo/ionic/ionic.config.json b/demo/ionic/ionic.config.json
new file mode 100644
index 00000000000..351ae2bba81
--- /dev/null
+++ b/demo/ionic/ionic.config.json
@@ -0,0 +1,7 @@
+{
+ "name": "ionic6",
+ "integrations": {
+ "capacitor": {}
+ },
+ "type": "angular"
+}
diff --git a/demo/ionic/karma.conf.js b/demo/ionic/karma.conf.js
new file mode 100644
index 00000000000..49eb12fa821
--- /dev/null
+++ b/demo/ionic/karma.conf.js
@@ -0,0 +1,44 @@
+// Karma configuration file, see link for more information
+// https://karma-runner.github.io/1.0/config/configuration-file.html
+
+module.exports = function (config) {
+ config.set({
+ basePath: '',
+ frameworks: ['jasmine', '@angular-devkit/build-angular'],
+ plugins: [
+ require('karma-jasmine'),
+ require('karma-chrome-launcher'),
+ require('karma-jasmine-html-reporter'),
+ require('karma-coverage'),
+ require('@angular-devkit/build-angular/plugins/karma')
+ ],
+ client: {
+ jasmine: {
+ // you can add configuration options for Jasmine here
+ // the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
+ // for example, you can disable the random execution with `random: false`
+ // or set a specific seed with `seed: 4321`
+ },
+ clearContext: false // leave Jasmine Spec Runner output visible in browser
+ },
+ jasmineHtmlReporter: {
+ suppressAll: true // removes the duplicated traces
+ },
+ coverageReporter: {
+ dir: require('path').join(__dirname, './coverage/ngv'),
+ subdir: '.',
+ reporters: [
+ { type: 'html' },
+ { type: 'text-summary' }
+ ]
+ },
+ reporters: ['progress', 'kjhtml'],
+ port: 9876,
+ colors: true,
+ logLevel: config.LOG_INFO,
+ autoWatch: true,
+ browsers: ['Chrome'],
+ singleRun: false,
+ restartOnFileChange: true
+ });
+};
diff --git a/demo/ionic/package.json b/demo/ionic/package.json
new file mode 100644
index 00000000000..3972b9ea10e
--- /dev/null
+++ b/demo/ionic/package.json
@@ -0,0 +1,130 @@
+{
+ "name": "@tsparticles/ionic-demo",
+ "version": "4.0.0-beta.12",
+ "author": "Matteo Bruni ",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "ng": "ng",
+ "start": "ng serve",
+ "build": "ng build",
+ "build:ci": "ng build",
+ "test": "ng test",
+ "lint": "ng lint",
+ "e2e": "ng e2e"
+ },
+ "private": true,
+ "dependencies": {
+ "@angular/common": "~21.2.8",
+ "@angular/core": "~21.2.8",
+ "@angular/forms": "~21.2.8",
+ "@angular/platform-browser": "~21.2.8",
+ "@angular/platform-browser-dynamic": "~21.2.8",
+ "@angular/router": "~21.2.8",
+ "@capacitor/app": "^8.1.0",
+ "@capacitor/core": "^8.3.0",
+ "@capacitor/haptics": "^8.0.2",
+ "@capacitor/keyboard": "^8.0.3",
+ "@capacitor/status-bar": "^8.0.2",
+ "@ionic/angular": "^8.8.3",
+ "@ionic/core": "^8.8.3",
+ "@stencil/core": "^4.43.3",
+ "@tsparticles/angular": "workspace:^",
+ "@tsparticles/basic": "workspace:^",
+ "@tsparticles/canvas-utils": "workspace:^",
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/effect-trail": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/interaction-external-attract": "workspace:^",
+ "@tsparticles/interaction-external-bounce": "workspace:^",
+ "@tsparticles/interaction-external-bubble": "workspace:^",
+ "@tsparticles/interaction-external-connect": "workspace:^",
+ "@tsparticles/interaction-external-destroy": "workspace:^",
+ "@tsparticles/interaction-external-drag": "workspace:^",
+ "@tsparticles/interaction-external-grab": "workspace:^",
+ "@tsparticles/interaction-external-parallax": "workspace:^",
+ "@tsparticles/interaction-external-pause": "workspace:^",
+ "@tsparticles/interaction-external-push": "workspace:^",
+ "@tsparticles/interaction-external-remove": "workspace:^",
+ "@tsparticles/interaction-external-repulse": "workspace:^",
+ "@tsparticles/interaction-external-slow": "workspace:^",
+ "@tsparticles/interaction-external-trail": "workspace:^",
+ "@tsparticles/interaction-particles-attract": "workspace:^",
+ "@tsparticles/interaction-particles-collisions": "workspace:^",
+ "@tsparticles/interaction-particles-links": "workspace:^",
+ "@tsparticles/pjs": "workspace:^",
+ "@tsparticles/plugin-absorbers": "workspace:^",
+ "@tsparticles/plugin-easing-quad": "workspace:^",
+ "@tsparticles/plugin-emitters": "workspace:^",
+ "@tsparticles/plugin-emitters-shape-circle": "workspace:^",
+ "@tsparticles/plugin-emitters-shape-square": "workspace:^",
+ "@tsparticles/plugin-hex-color": "workspace:^",
+ "@tsparticles/plugin-hsl-color": "workspace:^",
+ "@tsparticles/plugin-interactivity": "workspace:^",
+ "@tsparticles/plugin-motion": "workspace:^",
+ "@tsparticles/plugin-move": "workspace:^",
+ "@tsparticles/plugin-polygon-mask": "workspace:^",
+ "@tsparticles/plugin-rgb-color": "workspace:^",
+ "@tsparticles/plugin-sounds": "workspace:^",
+ "@tsparticles/shape-cards": "workspace:^",
+ "@tsparticles/shape-circle": "workspace:^",
+ "@tsparticles/shape-emoji": "workspace:^",
+ "@tsparticles/shape-heart": "workspace:^",
+ "@tsparticles/shape-image": "workspace:^",
+ "@tsparticles/shape-line": "workspace:^",
+ "@tsparticles/shape-polygon": "workspace:^",
+ "@tsparticles/shape-square": "workspace:^",
+ "@tsparticles/shape-star": "workspace:^",
+ "@tsparticles/shape-text": "workspace:^",
+ "@tsparticles/slim": "workspace:^",
+ "@tsparticles/updater-destroy": "workspace:^",
+ "@tsparticles/updater-life": "workspace:^",
+ "@tsparticles/updater-opacity": "workspace:^",
+ "@tsparticles/updater-out-modes": "workspace:^",
+ "@tsparticles/updater-paint": "workspace:^",
+ "@tsparticles/updater-roll": "workspace:^",
+ "@tsparticles/updater-rotate": "workspace:^",
+ "@tsparticles/updater-size": "workspace:^",
+ "@tsparticles/updater-tilt": "workspace:^",
+ "@tsparticles/updater-twinkle": "workspace:^",
+ "@tsparticles/updater-wobble": "workspace:^",
+ "ionicons": "^8.0.13",
+ "rxjs": "~7.8.2",
+ "tslib": "^2.8.1",
+ "tsparticles": "workspace:^",
+ "zone.js": "~0.16.1"
+ },
+ "devDependencies": {
+ "@angular-devkit/build-angular": "~21.2.7",
+ "@angular-eslint/builder": "~21.3.1",
+ "@angular-eslint/eslint-plugin": "~21.3.1",
+ "@angular-eslint/eslint-plugin-template": "~21.3.1",
+ "@angular-eslint/template-parser": "~21.3.1",
+ "@angular/cli": "~21.2.7",
+ "@angular/compiler": "~21.2.8",
+ "@angular/compiler-cli": "~21.2.8",
+ "@angular/language-service": "~21.2.8",
+ "@capacitor/cli": "^8.3.0",
+ "@ionic/angular-toolkit": "^12.3.0",
+ "@types/jasmine": "~6.0.0",
+ "@types/jasminewd2": "~2.0.13",
+ "@types/node": "^25.6.0",
+ "@typescript-eslint/eslint-plugin": "^8.58.1",
+ "@typescript-eslint/parser": "^8.58.1",
+ "eslint": "^8.57.1",
+ "eslint-plugin-import": "^2.32.0",
+ "eslint-plugin-jsdoc": "^62.9.0",
+ "eslint-plugin-prefer-arrow": "^1.2.3",
+ "jasmine-core": "~6.2.0",
+ "jasmine-spec-reporter": "~7.0.0",
+ "karma": "~6.4.4",
+ "karma-chrome-launcher": "~3.2.0",
+ "karma-coverage": "~2.2.1",
+ "karma-coverage-istanbul-reporter": "~3.0.3",
+ "karma-jasmine": "~5.1.0",
+ "karma-jasmine-html-reporter": "^2.2.0",
+ "protractor": "~7.0.0",
+ "ts-node": "~10.9.2",
+ "typescript": "~5.9.3"
+ },
+ "description": "An Ionic project"
+}
diff --git a/demo/ionic/src/app/app-routing.module.ts b/demo/ionic/src/app/app-routing.module.ts
new file mode 100644
index 00000000000..48fc28da427
--- /dev/null
+++ b/demo/ionic/src/app/app-routing.module.ts
@@ -0,0 +1,16 @@
+import { NgModule } from '@angular/core';
+import { PreloadAllModules, RouterModule, Routes } from '@angular/router';
+
+const routes: Routes = [
+ {
+ path: '',
+ loadChildren: () => import('./tabs/tabs.module').then(m => m.TabsPageModule)
+ }
+];
+@NgModule({
+ imports: [
+ RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules })
+ ],
+ exports: [RouterModule]
+})
+export class AppRoutingModule {}
diff --git a/demo/ionic/src/app/app.component.html b/demo/ionic/src/app/app.component.html
new file mode 100644
index 00000000000..13b96776ee1
--- /dev/null
+++ b/demo/ionic/src/app/app.component.html
@@ -0,0 +1,3 @@
+
+
+
diff --git a/demo/ionic/src/app/app.component.scss b/demo/ionic/src/app/app.component.scss
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/demo/ionic/src/app/app.component.spec.ts b/demo/ionic/src/app/app.component.spec.ts
new file mode 100644
index 00000000000..161e57d22ca
--- /dev/null
+++ b/demo/ionic/src/app/app.component.spec.ts
@@ -0,0 +1,23 @@
+import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
+import { TestBed, waitForAsync } from '@angular/core/testing';
+
+import { AppComponent } from './app.component';
+
+describe('AppComponent', () => {
+
+ beforeEach(waitForAsync(() => {
+
+ TestBed.configureTestingModule({
+ declarations: [AppComponent],
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
+ }).compileComponents();
+ }));
+
+ it('should create the app', () => {
+ const fixture = TestBed.createComponent(AppComponent);
+ const app = fixture.debugElement.componentInstance;
+ expect(app).toBeTruthy();
+ });
+ // TODO: add more tests!
+
+});
diff --git a/demo/ionic/src/app/app.component.ts b/demo/ionic/src/app/app.component.ts
new file mode 100644
index 00000000000..e14f1e2bff0
--- /dev/null
+++ b/demo/ionic/src/app/app.component.ts
@@ -0,0 +1,21 @@
+import { Component } from "@angular/core";
+import { NgParticlesService } from "@tsparticles/angular";
+import { loadFull } from "tsparticles";
+
+@Component({
+ selector: "app-root",
+ standalone: false,
+ templateUrl: "app.component.html",
+ styleUrls: ["app.component.scss"],
+})
+export class AppComponent {
+ constructor(private ngParticlesService: NgParticlesService) {}
+
+ ngOnInit(): void {
+ void this.ngParticlesService.init(async engine => {
+ console.log("init", engine);
+
+ await loadFull(engine);
+ });
+ }
+}
diff --git a/demo/ionic/src/app/app.module.ts b/demo/ionic/src/app/app.module.ts
new file mode 100644
index 00000000000..de886d9e476
--- /dev/null
+++ b/demo/ionic/src/app/app.module.ts
@@ -0,0 +1,17 @@
+import { NgModule } from '@angular/core';
+import { BrowserModule } from '@angular/platform-browser';
+import { RouteReuseStrategy } from '@angular/router';
+
+import { IonicModule, IonicRouteStrategy } from '@ionic/angular';
+
+import { AppRoutingModule } from './app-routing.module';
+import { AppComponent } from './app.component';
+
+@NgModule({
+ declarations: [AppComponent],
+ //entryComponents: [],
+ imports: [BrowserModule, IonicModule.forRoot(), AppRoutingModule],
+ providers: [{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy }],
+ bootstrap: [AppComponent],
+})
+export class AppModule {}
diff --git a/demo/ionic/src/app/explore-container/explore-container.component.html b/demo/ionic/src/app/explore-container/explore-container.component.html
new file mode 100644
index 00000000000..bbadb7d643c
--- /dev/null
+++ b/demo/ionic/src/app/explore-container/explore-container.component.html
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/demo/nuxt2/static/favicon.ico b/demo/nuxt2/static/favicon.ico
new file mode 100644
index 00000000000..d751f60c6d6
Binary files /dev/null and b/demo/nuxt2/static/favicon.ico differ
diff --git a/demo/nuxt2/store/README.md b/demo/nuxt2/store/README.md
new file mode 100644
index 00000000000..1972d277a29
--- /dev/null
+++ b/demo/nuxt2/store/README.md
@@ -0,0 +1,10 @@
+# STORE
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains your Vuex Store files.
+Vuex Store option is implemented in the Nuxt.js framework.
+
+Creating a file in this directory automatically activates the option in the framework.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).
diff --git a/demo/nuxt2/tsconfig.json b/demo/nuxt2/tsconfig.json
new file mode 100644
index 00000000000..68197f77077
--- /dev/null
+++ b/demo/nuxt2/tsconfig.json
@@ -0,0 +1,22 @@
+{
+ "compilerOptions": {
+ "target": "ES2018",
+ "module": "ESNext",
+ "moduleResolution": "Node",
+ "lib": ["ESNext", "ESNext.AsyncIterable", "DOM"],
+ "esModuleInterop": true,
+ "allowJs": true,
+ "sourceMap": true,
+ "strict": true,
+ "noEmit": true,
+ "ignoreDeprecations": "6.0",
+ "experimentalDecorators": true,
+ "baseUrl": ".",
+ "paths": {
+ "~/*": ["./*"],
+ "@/*": ["./*"]
+ },
+ "types": ["@nuxt/types", "@types/node"]
+ },
+ "exclude": ["node_modules", ".nuxt", "dist"]
+}
diff --git a/demo/nuxt2/utils/particlesInit.ts b/demo/nuxt2/utils/particlesInit.ts
new file mode 100644
index 00000000000..b70680486d3
--- /dev/null
+++ b/demo/nuxt2/utils/particlesInit.ts
@@ -0,0 +1,7 @@
+import type { Engine } from '@tsparticles/engine'
+
+export async function registerParticles(engine: Engine): Promise {
+ const { loadFull } = await import('tsparticles')
+
+ await loadFull(engine)
+}
diff --git a/demo/nuxt3/.gitignore b/demo/nuxt3/.gitignore
new file mode 100644
index 00000000000..606bcdf0bb3
--- /dev/null
+++ b/demo/nuxt3/.gitignore
@@ -0,0 +1,8 @@
+node_modules
+*.log*
+.nuxt
+.nitro
+.cache
+.output
+.env
+.eslintcache
diff --git a/demo/nuxt3/.npmrc b/demo/nuxt3/.npmrc
new file mode 100644
index 00000000000..bf2e7648b07
--- /dev/null
+++ b/demo/nuxt3/.npmrc
@@ -0,0 +1 @@
+shamefully-hoist=true
diff --git a/demo/nuxt3/.prettierignore b/demo/nuxt3/.prettierignore
new file mode 100644
index 00000000000..1ec6ab604e0
--- /dev/null
+++ b/demo/nuxt3/.prettierignore
@@ -0,0 +1,96 @@
+###
+# Place your Prettier ignore content here
+
+###
+# .gitignore content is duplicated here due to https://github.com/prettier/prettier/issues/8506
+
+# Created by .ignore support plugin (hsz.mobi)
+### Node template
+# Logs
+/logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+
+# nyc test coverage
+.nyc_output
+
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Bower dependency directory (https://bower.io/)
+bower_components
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (https://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directories
+node_modules/
+jspm_packages/
+
+# TypeScript v1 declaration files
+typings/
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# Yarn Integrity file
+.yarn-integrity
+
+# dotenv environment variables file
+.env
+
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+
+# next.js build output
+.next
+
+# nuxt.js build output
+.nuxt
+
+# Nuxt generate
+dist
+
+# vuepress build output
+.vuepress/dist
+
+# Serverless directories
+.serverless
+
+# IDE / Editor
+.idea
+
+# Service worker
+sw.*
+
+# macOS
+.DS_Store
+
+# Vim swap files
+*.swp
diff --git a/demo/nuxt3/.prettierrc b/demo/nuxt3/.prettierrc
new file mode 100644
index 00000000000..b2095be81e4
--- /dev/null
+++ b/demo/nuxt3/.prettierrc
@@ -0,0 +1,4 @@
+{
+ "semi": false,
+ "singleQuote": true
+}
diff --git a/demo/nuxt3/CHANGELOG.md b/demo/nuxt3/CHANGELOG.md
new file mode 100644
index 00000000000..dbc82b95670
--- /dev/null
+++ b/demo/nuxt3/CHANGELOG.md
@@ -0,0 +1,54 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+### Features
+
+- added nuxt 3 wrapper ([0651770](https://github.com/tsparticles/tsparticles/commit/06517700e8a15d3274fcedead040721b90654dd4))
+- seen working Vue3 package after updates and merge back ([bb2b01a](https://github.com/tsparticles/tsparticles/commit/bb2b01a25780662a7325d3990695db97610a5148))
+
+## [3.0.1](https://github.com/tsparticles/vue3/compare/v3.0.0...v3.0.1) (2024-03-06)
+
+**Note:** Version bump only for package nuxt3-particles-demo
+
+# [3.0.0](https://github.com/tsparticles/vue3/compare/v2.12.0...v3.0.0) (2023-12-22)
+
+### Bug Fixes
+
+- **deps:** update dependency eslint-config-prettier to v9 ([c6ba232](https://github.com/tsparticles/vue3/commit/c6ba232b328f3340b001f5b250c369030c91f66b))
+- **deps:** update dependency lint-staged to v14 ([30c622d](https://github.com/tsparticles/vue3/commit/30c622d37c46ae5047950b88111e861e2cf8746a))
+- **example:** clean up Nuxt example & fix type-checking ([4a93b5d](https://github.com/tsparticles/vue3/commit/4a93b5d1346ee7e88d625afbc5aa785340dd371c))
+- **example:** disable SSR for Nuxt plugin ([55980f1](https://github.com/tsparticles/vue3/commit/55980f12947b43712070e6d36d1a51425e8cf23d))
+- **example:** remove console#log ([a89474a](https://github.com/tsparticles/vue3/commit/a89474a7c67ba8e6429c38499b7f4b8621280a87))
+- **example:** remove toRaw ([f74d07d](https://github.com/tsparticles/vue3/commit/f74d07d4919b1a17be96cd54fd343a460c86cf4d))
+- **example:** use proper types ([17ff54e](https://github.com/tsparticles/vue3/commit/17ff54ecb331ac260892fb5a559dd1d34ef3fc92))
+- **example:** use type declaration ([eee2cc8](https://github.com/tsparticles/vue3/commit/eee2cc8782a275f0bf771a6ed7b2b3be5bf87e85))
+
+### Features
+
+- updated for v3 ([c49ca9f](https://github.com/tsparticles/vue3/commit/c49ca9f1aec1f7ddaa0de7806291a5c4c78eb848))
+
+# [2.12.0](https://github.com/tsparticles/vue3/compare/v2.11.1...v2.12.0) (2023-08-04)
+
+**Note:** Version bump only for package nuxt3-particles-demo
+
+## [2.11.1](https://github.com/tsparticles/vue3/compare/v2.11.0...v2.11.1) (2023-07-27)
+
+**Note:** Version bump only for package nuxt3-particles-demo
+
+# [2.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)
+
+**Note:** Version bump only for package nuxt3-particles-demo
+
+## 2.10.1 (2023-06-04)
+
+### Bug Fixes
+
+- **deps:** update dependency @nuxtjs/eslint-module to v4 ([23aec60](https://github.com/tsparticles/vue3/commit/23aec600eab35cedabb171e574b913d511977fed))
+
+### Features
+
+- adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))
diff --git a/demo/nuxt3/LICENSE b/demo/nuxt3/LICENSE
new file mode 100644
index 00000000000..f288702d2fa
--- /dev/null
+++ b/demo/nuxt3/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/demo/nuxt3/README.md b/demo/nuxt3/README.md
new file mode 100644
index 00000000000..e69b0ae32ef
--- /dev/null
+++ b/demo/nuxt3/README.md
@@ -0,0 +1,45 @@
+# Nuxt tsParticles Demo
+
+This demo uses the `@tsparticles/nuxt3` module.
+
+## Setup
+
+```bash
+pnpm install
+```
+
+## Development
+
+```bash
+pnpm run dev
+```
+
+## Build
+
+```bash
+pnpm run build
+```
+
+## How init works
+
+The module reads `~/utils/particlesInit` by default.
+
+- File used in this demo: `utils/particlesInit.ts`
+- Export required: `registerParticles(engine)`
+
+The init function is where app developers decide which tsParticles packages to load.
+
+## Optional custom path
+
+You can customize the init file path in `nuxt.config.ts`:
+
+```ts
+import { defineNuxtConfig } from 'nuxt/config'
+
+export default defineNuxtConfig({
+ modules: ['@tsparticles/nuxt3'],
+ tsparticles: {
+ initPath: '~/particles/customInit',
+ },
+})
+```
diff --git a/demo/nuxt3/app.vue b/demo/nuxt3/app.vue
new file mode 100644
index 00000000000..9b5190288d2
--- /dev/null
+++ b/demo/nuxt3/app.vue
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/nuxt3/eslint.config.js b/demo/nuxt3/eslint.config.js
new file mode 100644
index 00000000000..9f72357a7d6
--- /dev/null
+++ b/demo/nuxt3/eslint.config.js
@@ -0,0 +1,32 @@
+import js from '@eslint/js'
+import globals from 'globals'
+import tsParser from '@typescript-eslint/parser'
+import vuePlugin from 'eslint-plugin-vue'
+import vueParser from 'vue-eslint-parser'
+
+export default [
+ {
+ ignores: ['.nuxt/**', '.output/**', 'node_modules/**'],
+ },
+ js.configs.recommended,
+ ...vuePlugin.configs['flat/recommended'],
+ {
+ files: ['**/*.{js,mjs,cjs,ts,tsx,vue}'],
+ languageOptions: {
+ parser: vueParser,
+ ecmaVersion: 'latest',
+ sourceType: 'module',
+ globals: {
+ ...globals.browser,
+ ...globals.node,
+ },
+ parserOptions: {
+ parser: tsParser,
+ extraFileExtensions: ['.vue'],
+ },
+ },
+ rules: {
+ 'no-unused-vars': 'off',
+ },
+ },
+]
diff --git a/demo/nuxt3/nuxt.config.ts b/demo/nuxt3/nuxt.config.ts
new file mode 100644
index 00000000000..fafbb621866
--- /dev/null
+++ b/demo/nuxt3/nuxt.config.ts
@@ -0,0 +1,6 @@
+import { defineNuxtConfig } from 'nuxt/config'
+
+// https://nuxt.com/docs/api/configuration/nuxt-config
+export default defineNuxtConfig({
+ modules: ['@tsparticles/nuxt3'],
+})
diff --git a/demo/nuxt3/package.json b/demo/nuxt3/package.json
new file mode 100644
index 00000000000..96d964ddc47
--- /dev/null
+++ b/demo/nuxt3/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "@tsparticles/nuxt3-particles-demo",
+ "version": "4.0.0-beta.12",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "build": "nuxt build",
+ "dev": "nuxt dev",
+ "generate": "nuxt generate",
+ "preview": "nuxt preview",
+ "lint:js": "eslint .",
+ "lint:prettier": "prettier --check .",
+ "lint": "pnpm run lint:js && pnpm run lint:prettier",
+ "lintfix": "prettier --write --list-different . && pnpm run lint:js --fix"
+ },
+ "lint-staged": {
+ "*.{js,vue}": "eslint --cache",
+ "*.**": "prettier --check --ignore-unknown"
+ },
+ "dependencies": {
+ "@babel/core": "^7.29.0",
+ "@eslint/js": "^10.0.1",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/nuxt3": "workspace:^",
+ "@tsparticles/vue3": "workspace:^",
+ "@typescript-eslint/parser": "^8.58.1",
+ "@vue/reactivity": "^3.5.32",
+ "@vue/runtime-core": "^3.5.32",
+ "@vue/runtime-dom": "^3.5.32",
+ "@vue/shared": "^3.5.32",
+ "consola": "^3.4.2",
+ "eslint": "^10.2.0",
+ "eslint-config-prettier": "^10.1.8",
+ "eslint-plugin-vue": "^10.8.0",
+ "globals": "^17.5.0",
+ "lint-staged": "^16.4.0",
+ "nuxt": "^3.21.2",
+ "prettier": "^3.8.2",
+ "tsparticles": "workspace:^",
+ "typescript": "^6.0.2",
+ "vue": "^3.5.32",
+ "vue-eslint-parser": "^10.4.0"
+ }
+}
diff --git a/demo/nuxt3/tsconfig.json b/demo/nuxt3/tsconfig.json
new file mode 100644
index 00000000000..a7bfa186c3f
--- /dev/null
+++ b/demo/nuxt3/tsconfig.json
@@ -0,0 +1,4 @@
+{
+ // https://v3.nuxtjs.org/concepts/typescript
+ "extends": "./.nuxt/tsconfig.json"
+}
diff --git a/demo/nuxt3/utils/particlesInit.ts b/demo/nuxt3/utils/particlesInit.ts
new file mode 100644
index 00000000000..10c9b0293aa
--- /dev/null
+++ b/demo/nuxt3/utils/particlesInit.ts
@@ -0,0 +1,6 @@
+import type { Engine } from '@tsparticles/engine'
+import { loadFull } from 'tsparticles'
+
+export async function registerParticles(engine: Engine): Promise {
+ await loadFull(engine)
+}
diff --git a/demo/nuxt4/.gitignore b/demo/nuxt4/.gitignore
new file mode 100644
index 00000000000..606bcdf0bb3
--- /dev/null
+++ b/demo/nuxt4/.gitignore
@@ -0,0 +1,8 @@
+node_modules
+*.log*
+.nuxt
+.nitro
+.cache
+.output
+.env
+.eslintcache
diff --git a/demo/nuxt4/.npmrc b/demo/nuxt4/.npmrc
new file mode 100644
index 00000000000..bf2e7648b07
--- /dev/null
+++ b/demo/nuxt4/.npmrc
@@ -0,0 +1 @@
+shamefully-hoist=true
diff --git a/demo/nuxt4/.prettierignore b/demo/nuxt4/.prettierignore
new file mode 100644
index 00000000000..1ec6ab604e0
--- /dev/null
+++ b/demo/nuxt4/.prettierignore
@@ -0,0 +1,96 @@
+###
+# Place your Prettier ignore content here
+
+###
+# .gitignore content is duplicated here due to https://github.com/prettier/prettier/issues/8506
+
+# Created by .ignore support plugin (hsz.mobi)
+### Node template
+# Logs
+/logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+
+# nyc test coverage
+.nyc_output
+
+# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Bower dependency directory (https://bower.io/)
+bower_components
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (https://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directories
+node_modules/
+jspm_packages/
+
+# TypeScript v1 declaration files
+typings/
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# Yarn Integrity file
+.yarn-integrity
+
+# dotenv environment variables file
+.env
+
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+
+# next.js build output
+.next
+
+# nuxt.js build output
+.nuxt
+
+# Nuxt generate
+dist
+
+# vuepress build output
+.vuepress/dist
+
+# Serverless directories
+.serverless
+
+# IDE / Editor
+.idea
+
+# Service worker
+sw.*
+
+# macOS
+.DS_Store
+
+# Vim swap files
+*.swp
diff --git a/demo/nuxt4/.prettierrc b/demo/nuxt4/.prettierrc
new file mode 100644
index 00000000000..b2095be81e4
--- /dev/null
+++ b/demo/nuxt4/.prettierrc
@@ -0,0 +1,4 @@
+{
+ "semi": false,
+ "singleQuote": true
+}
diff --git a/demo/nuxt4/CHANGELOG.md b/demo/nuxt4/CHANGELOG.md
new file mode 100644
index 00000000000..e09cc20d445
--- /dev/null
+++ b/demo/nuxt4/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/nuxt4-particles-demo
+
+## 3.0.0
+
+- Initial Nuxt 4 demo release
diff --git a/demo/nuxt4/LICENSE b/demo/nuxt4/LICENSE
new file mode 100644
index 00000000000..f288702d2fa
--- /dev/null
+++ b/demo/nuxt4/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/demo/nuxt4/README.md b/demo/nuxt4/README.md
new file mode 100644
index 00000000000..84ba359c620
--- /dev/null
+++ b/demo/nuxt4/README.md
@@ -0,0 +1,45 @@
+# Nuxt tsParticles Demo
+
+This demo uses the `@tsparticles/nuxt4` module.
+
+## Setup
+
+```bash
+pnpm install
+```
+
+## Development
+
+```bash
+pnpm run dev
+```
+
+## Build
+
+```bash
+pnpm run build
+```
+
+## How init works
+
+The module reads `~/utils/particlesInit` by default.
+
+- File used in this demo: `utils/particlesInit.ts`
+- Export required: `registerParticles(engine)`
+
+The init function is where app developers decide which tsParticles packages to load.
+
+## Optional custom path
+
+You can customize the init file path in `nuxt.config.ts`:
+
+```ts
+import { defineNuxtConfig } from 'nuxt/config'
+
+export default defineNuxtConfig({
+ modules: ['@tsparticles/nuxt4'],
+ tsparticles: {
+ initPath: '~/particles/customInit',
+ },
+})
+```
diff --git a/demo/nuxt4/app.vue b/demo/nuxt4/app.vue
new file mode 100644
index 00000000000..9b5190288d2
--- /dev/null
+++ b/demo/nuxt4/app.vue
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/nuxt4/eslint.config.js b/demo/nuxt4/eslint.config.js
new file mode 100644
index 00000000000..9f72357a7d6
--- /dev/null
+++ b/demo/nuxt4/eslint.config.js
@@ -0,0 +1,32 @@
+import js from '@eslint/js'
+import globals from 'globals'
+import tsParser from '@typescript-eslint/parser'
+import vuePlugin from 'eslint-plugin-vue'
+import vueParser from 'vue-eslint-parser'
+
+export default [
+ {
+ ignores: ['.nuxt/**', '.output/**', 'node_modules/**'],
+ },
+ js.configs.recommended,
+ ...vuePlugin.configs['flat/recommended'],
+ {
+ files: ['**/*.{js,mjs,cjs,ts,tsx,vue}'],
+ languageOptions: {
+ parser: vueParser,
+ ecmaVersion: 'latest',
+ sourceType: 'module',
+ globals: {
+ ...globals.browser,
+ ...globals.node,
+ },
+ parserOptions: {
+ parser: tsParser,
+ extraFileExtensions: ['.vue'],
+ },
+ },
+ rules: {
+ 'no-unused-vars': 'off',
+ },
+ },
+]
diff --git a/demo/nuxt4/nuxt.config.ts b/demo/nuxt4/nuxt.config.ts
new file mode 100644
index 00000000000..c0051aac738
--- /dev/null
+++ b/demo/nuxt4/nuxt.config.ts
@@ -0,0 +1,6 @@
+import { defineNuxtConfig } from 'nuxt/config'
+
+// https://nuxt.com/docs/api/configuration/nuxt-config
+export default defineNuxtConfig({
+ modules: ['@tsparticles/nuxt4'],
+})
diff --git a/demo/nuxt4/package.json b/demo/nuxt4/package.json
new file mode 100644
index 00000000000..533457428d9
--- /dev/null
+++ b/demo/nuxt4/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "@tsparticles/nuxt4-particles-demo",
+ "version": "4.0.0-beta.12",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "build": "nuxt build",
+ "dev": "nuxt dev",
+ "generate": "nuxt generate",
+ "preview": "nuxt preview",
+ "lint:js": "eslint .",
+ "lint:prettier": "prettier --check .",
+ "lint": "pnpm run lint:js && pnpm run lint:prettier",
+ "lintfix": "prettier --write --list-different . && pnpm run lint:js --fix"
+ },
+ "lint-staged": {
+ "*.{js,vue}": "eslint --cache",
+ "*.**": "prettier --check --ignore-unknown"
+ },
+ "dependencies": {
+ "@babel/core": "^7.29.0",
+ "@eslint/js": "^10.0.1",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/nuxt4": "workspace:^",
+ "@tsparticles/vue3": "workspace:^",
+ "@typescript-eslint/parser": "^8.58.1",
+ "@vue/reactivity": "^3.5.32",
+ "@vue/runtime-core": "^3.5.32",
+ "@vue/runtime-dom": "^3.5.32",
+ "@vue/shared": "^3.5.32",
+ "consola": "^3.4.2",
+ "eslint": "^10.2.0",
+ "eslint-config-prettier": "^10.1.8",
+ "eslint-plugin-vue": "^10.8.0",
+ "globals": "^17.5.0",
+ "lint-staged": "^16.4.0",
+ "nuxt": "^4.4.2",
+ "prettier": "^3.8.2",
+ "tsparticles": "workspace:^",
+ "typescript": "^6.0.2",
+ "vue": "^3.5.32",
+ "vue-eslint-parser": "^10.4.0"
+ }
+}
diff --git a/demo/nuxt4/tsconfig.json b/demo/nuxt4/tsconfig.json
new file mode 100644
index 00000000000..a7bfa186c3f
--- /dev/null
+++ b/demo/nuxt4/tsconfig.json
@@ -0,0 +1,4 @@
+{
+ // https://v3.nuxtjs.org/concepts/typescript
+ "extends": "./.nuxt/tsconfig.json"
+}
diff --git a/demo/nuxt4/utils/particlesInit.ts b/demo/nuxt4/utils/particlesInit.ts
new file mode 100644
index 00000000000..10c9b0293aa
--- /dev/null
+++ b/demo/nuxt4/utils/particlesInit.ts
@@ -0,0 +1,6 @@
+import type { Engine } from '@tsparticles/engine'
+import { loadFull } from 'tsparticles'
+
+export async function registerParticles(engine: Engine): Promise {
+ await loadFull(engine)
+}
diff --git a/demo/preact/.babelrc b/demo/preact/.babelrc
new file mode 100644
index 00000000000..156eaae3d9b
--- /dev/null
+++ b/demo/preact/.babelrc
@@ -0,0 +1,9 @@
+{
+ "env": {
+ "test": {
+ "presets": [
+ ["preact-cli/babel", { "modules": "commonjs" }]
+ ]
+ }
+ }
+}
diff --git a/demo/preact/CHANGELOG.md b/demo/preact/CHANGELOG.md
new file mode 100644
index 00000000000..9a3e4ff0137
--- /dev/null
+++ b/demo/preact/CHANGELOG.md
@@ -0,0 +1,545 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/preact-demo
+
+# [3.0.0](https://github.com/tsparticles/preact/compare/v2.12.1...v3.0.0) (2023-12-30)
+
+### Features
+
+- migrated to v3 ([4ea00d8](https://github.com/tsparticles/preact/commit/4ea00d85fae4df8c1ae124071f017c8b455a8c98))
+
+## [2.12.1](https://github.com/tsparticles/preact/compare/v2.12.0...v2.12.1) (2023-08-11)
+
+### Bug Fixes
+
+- fixed issue with component update ([e674d8a](https://github.com/tsparticles/preact/commit/e674d8abdec99dd80ad589109b9c0bc411909e46))
+
+# 2.12.0 (2023-08-04)
+
+### Bug Fixes
+
+- **deps:** update dependency preact-render-to-string to v6 ([50d2e5f](https://github.com/tsparticles/preact/commit/50d2e5fb2521592e12db43888a664cd65e8f5a39))
+
+## [2.9.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.9.2...preact-particles-demo@2.9.3) (2023-02-12)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.9.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.9.1...preact-particles-demo@2.9.2) (2023-02-12)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.9.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.9.0...preact-particles-demo@2.9.1) (2023-02-11)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.9.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.8.0...preact-particles-demo@2.9.0) (2023-02-10)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.8.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.7.1...preact-particles-demo@2.8.0) (2023-01-18)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.7.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.7.0...preact-particles-demo@2.7.1) (2022-12-25)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.7.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.6.0...preact-particles-demo@2.7.0) (2022-12-23)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.6.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.5.3...preact-particles-demo@2.6.0) (2022-12-06)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.5.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.5.2...preact-particles-demo@2.5.3) (2022-11-07)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.5.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.5.1...preact-particles-demo@2.5.2) (2022-11-07)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.5.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.5.0...preact-particles-demo@2.5.1) (2022-11-03)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.5.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.4.0...preact-particles-demo@2.5.0) (2022-11-02)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.4.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.3.4...preact-particles-demo@2.4.0) (2022-10-30)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.3.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.3.3...preact-particles-demo@2.3.4) (2022-09-30)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.3.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.3.2...preact-particles-demo@2.3.3) (2022-09-30)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.3.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.3.1...preact-particles-demo@2.3.2) (2022-09-21)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.3.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.3.0...preact-particles-demo@2.3.1) (2022-09-13)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.3.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.2.4...preact-particles-demo@2.3.0) (2022-09-11)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.2.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.2.2...preact-particles-demo@2.2.4) (2022-08-26)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.2.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.2.2...preact-particles-demo@2.2.3) (2022-08-21)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.2.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.2.1...preact-particles-demo@2.2.2) (2022-08-16)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.2.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.2.0...preact-particles-demo@2.2.1) (2022-08-12)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.2.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.1.4...preact-particles-demo@2.2.0) (2022-08-11)
+
+### Bug Fixes
+
+- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/matteobruni/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb))
+
+## [2.1.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.1.3...preact-particles-demo@2.1.4) (2022-07-28)
+
+### Bug Fixes
+
+- upgrade preact from 10.8.1 to 10.8.2 ([b66330b](https://github.com/matteobruni/tsparticles/commit/b66330bd3af1cb14ea47abc6d1b62f6a0e8854e2))
+
+### Features
+
+- preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35))
+
+## [2.1.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.1.2...preact-particles-demo@2.1.3) (2022-07-01)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.1.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.1.1...preact-particles-demo@2.1.2) (2022-07-01)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.1.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.1.0...preact-particles-demo@2.1.1) (2022-07-01)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.1.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.0.6...preact-particles-demo@2.1.0) (2022-06-18)
+
+### Bug Fixes
+
+- **deps:** update dependency @capacitor/core to v3.5.0 ([581bb7e](https://github.com/matteobruni/tsparticles/commit/581bb7e2f4f6aceb3535daf9223954a80f2daa81))
+- upgrade preact-render-to-string from 5.1.20 to 5.1.21 ([f2fc2b9](https://github.com/matteobruni/tsparticles/commit/f2fc2b9d4cb454dfbae3e13f747b0392f135d537))
+
+## [2.0.6](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.0.5...preact-particles-demo@2.0.6) (2022-04-16)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [2.0.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.0.4...preact-particles-demo@2.0.5) (2022-04-14)
+
+### Bug Fixes
+
+- upgrade preact-router from 4.0.0 to 4.0.1 ([c8740e1](https://github.com/matteobruni/tsparticles/commit/c8740e13db83fb95cdbd980f0b531e6ac1e09ff9))
+
+## [2.0.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.28.1...preact-particles-demo@2.0.4) (2022-04-06)
+
+### Bug Fixes
+
+- **deps:** update dependency @capacitor/core to v3.4.2 ([b488e20](https://github.com/matteobruni/tsparticles/commit/b488e20ac54a48883bf7388ce33d6d71833cdec9))
+- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/matteobruni/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a))
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+
+## [2.0.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.27.1...preact-particles-demo@2.0.3) (2022-03-11)
+
+## [1.28.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.28.0...preact-particles-demo@1.28.1) (2022-04-06)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.28.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.27.4...preact-particles-demo@1.28.0) (2022-04-04)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.27.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.27.3...preact-particles-demo@1.27.4) (2022-03-20)
+
+### Bug Fixes
+
+- **deps:** update dependency @capacitor/core to v3.4.2 ([b488e20](https://github.com/matteobruni/tsparticles/commit/b488e20ac54a48883bf7388ce33d6d71833cdec9))
+- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/matteobruni/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a))
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+
+## [2.0.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.4...preact-particles-demo@2.0.2) (2022-02-21)
+
+- upgrade preact from 10.6.5 to 10.6.6 ([525d1b7](https://github.com/matteobruni/tsparticles/commit/525d1b7e6145bcbbd205235982c2478796c882d2))
+- upgrade preact-render-to-string from 5.1.19 to 5.1.20 ([1b85be0](https://github.com/matteobruni/tsparticles/commit/1b85be0123f24a9cf23e54e70ba2c0dbabe0c0f1))
+
+## [1.27.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.27.2...preact-particles-demo@1.27.3) (2022-03-18)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.27.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.27.1...preact-particles-demo@1.27.2) (2022-03-14)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.27.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.27.0...preact-particles-demo@1.27.1) (2022-03-09)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.27.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.6...preact-particles-demo@1.27.0) (2022-03-08)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.26.6](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.5...preact-particles-demo@1.26.6) (2022-03-03)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.26.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.4...preact-particles-demo@1.26.5) (2022-02-24)
+
+### Bug Fixes
+
+- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/matteobruni/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a))
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+
+## [2.0.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.0.0...preact-particles-demo@2.0.1) (2022-02-15)
+
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+
+## [1.26.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.3...preact-particles-demo@1.26.4) (2022-02-20)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.26.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.2...preact-particles-demo@1.26.3) (2022-02-19)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.26.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.1...preact-particles-demo@1.26.2) (2022-02-16)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.0.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.1...preact-particles-demo@2.0.0) (2022-02-15)
+
+### Bug Fixes
+
+- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/matteobruni/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a))
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+
+# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.24.2...preact-particles-demo@2.0.0-beta.5) (2022-01-30)
+
+## [1.26.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.26.0...preact-particles-demo@1.26.1) (2022-02-14)
+
+### Bug Fixes
+
+- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/matteobruni/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a))
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+- **deps:** update dependency preact-router to v4 ([c80c3a3](https://github.com/matteobruni/tsparticles/commit/c80c3a39d7dcc44d6c173e360c7a9a07d4f60efb))
+- upgrade preact from 10.5.14 to 10.6.4 ([0e83038](https://github.com/matteobruni/tsparticles/commit/0e830385d790f8f84b875aefc7fdbcda19f01b12))
+
+# [1.26.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.25.2...preact-particles-demo@1.26.0) (2022-02-10)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.25.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.25.1...preact-particles-demo@1.25.2) (2022-02-07)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.25.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.25.0...preact-particles-demo@1.25.1) (2022-02-06)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.25.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.24.3...preact-particles-demo@1.25.0) (2022-02-04)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.0.0-beta.3...preact-particles-demo@2.0.0-beta.4) (2021-12-07)
+
+## [1.24.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.24.2...preact-particles-demo@1.24.3) (2022-02-02)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.24.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.24.1...preact-particles-demo@1.24.2) (2022-01-29)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.24.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.24.0...preact-particles-demo@1.24.1) (2022-01-26)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.24.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.23.0...preact-particles-demo@1.24.0) (2022-01-08)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.23.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.6...preact-particles-demo@1.23.0) (2021-12-29)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.22.6](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.5...preact-particles-demo@1.22.6) (2021-12-24)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.5...preact-particles-demo@2.0.0-beta.3) (2021-12-04)
+
+### Features
+
+- added init state to react, preact and inferno components ([2fbc361](https://github.com/matteobruni/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04))
+
+# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.4...preact-particles-demo@2.0.0-beta.2) (2021-10-06)
+
+## [1.22.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.4...preact-particles-demo@1.22.5) (2021-11-28)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.22.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.3...preact-particles-demo@1.22.4) (2021-11-17)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.22.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.2...preact-particles-demo@1.22.3) (2021-11-05)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.22.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.1...preact-particles-demo@1.22.2) (2021-10-31)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.22.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.22.0...preact-particles-demo@1.22.1) (2021-10-30)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.22.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.21.0...preact-particles-demo@1.22.0) (2021-10-28)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.21.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.4...preact-particles-demo@1.21.0) (2021-10-14)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@2.0.0-beta.0...preact-particles-demo@2.0.0-beta.1) (2021-10-06)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.3...preact-particles-demo@2.0.0-beta.0) (2021-10-06)
+
+## [1.20.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.3...preact-particles-demo@1.20.4) (2021-10-06)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.20.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.2...preact-particles-demo@1.20.3) (2021-10-03)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.20.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.1...preact-particles-demo@1.20.2) (2021-09-27)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.20.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.20.0...preact-particles-demo@1.20.1) (2021-09-20)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.20.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.19.1...preact-particles-demo@1.20.0) (2021-09-18)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.19.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.19.0...preact-particles-demo@1.19.1) (2021-09-15)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.19.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.18.3...preact-particles-demo@1.19.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+
+## [1.18.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.18.2...preact-particles-demo@1.18.3) (2021-08-10)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.18.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.18.1...preact-particles-demo@1.18.2) (2021-07-31)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.18.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.18.0...preact-particles-demo@1.18.1) (2021-07-29)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.18.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.17.0...preact-particles-demo@1.18.0) (2021-07-29)
+
+**Note:** Version bump only for package preact-particles-demo
+
+## [1.3.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0...preact-particles-demo@1.3.1) (2020-10-06)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-beta.5...preact-particles-demo@1.3.0) (2020-10-05)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-beta.4...preact-particles-demo@1.3.0-beta.5) (2020-10-04)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-beta.3...preact-particles-demo@1.3.0-beta.4) (2020-10-04)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-beta.2...preact-particles-demo@1.3.0-beta.3) (2020-10-03)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-beta.1...preact-particles-demo@1.3.0-beta.2) (2020-10-03)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-beta.0...preact-particles-demo@1.3.0-beta.1) (2020-10-03)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.12...preact-particles-demo@1.3.0-beta.0) (2020-10-02)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.9...preact-particles-demo@1.3.0-alpha.14) (2020-08-22)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.12...preact-particles-demo@1.3.0-alpha.13) (2020-08-17)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.8...preact-particles-demo@1.3.0-alpha.12) (2020-08-16)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.10...preact-particles-demo@1.3.0-alpha.11) (2020-08-13)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.9...preact-particles-demo@1.3.0-alpha.10) (2020-08-13)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.8...preact-particles-demo@1.3.0-alpha.9) (2020-08-13)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.7...preact-particles-demo@1.3.0-alpha.8) (2020-08-13)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.6...preact-particles-demo@1.3.0-alpha.7) (2020-08-12)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.5...preact-particles-demo@1.3.0-alpha.6) (2020-08-11)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.4...preact-particles-demo@1.3.0-alpha.5) (2020-08-11)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.3...preact-particles-demo@1.3.0-alpha.4) (2020-08-11)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.2...preact-particles-demo@1.3.0-alpha.3) (2020-08-10)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.3.0-alpha.1...preact-particles-demo@1.3.0-alpha.2) (2020-08-09)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.7...preact-particles-demo@1.3.0-alpha.1) (2020-08-08)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.13...preact-particles-demo@1.2.0-alpha.14) (2020-07-05)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.12...preact-particles-demo@1.2.0-alpha.13) (2020-07-05)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.11...preact-particles-demo@1.2.0-alpha.12) (2020-07-04)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.1.2...preact-particles-demo@1.2.0-alpha.11) (2020-07-02)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.9...preact-particles-demo@1.2.0-alpha.10) (2020-06-29)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.8...preact-particles-demo@1.2.0-alpha.9) (2020-06-29)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.7...preact-particles-demo@1.2.0-alpha.8) (2020-06-26)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.6...preact-particles-demo@1.2.0-alpha.7) (2020-06-26)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.2.0-alpha.5...preact-particles-demo@1.2.0-alpha.6) (2020-06-24)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.1.1...preact-particles-demo@1.2.0-alpha.5) (2020-06-23)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.1.0...preact-particles-demo@1.2.0-alpha.4) (2020-06-22)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.1.0...preact-particles-demo@1.2.0-alpha.3) (2020-06-21)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.1.0...preact-particles-demo@1.2.0-alpha.2) (2020-06-21)
+
+**Note:** Version bump only for package preact-particles-demo
+
+# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/preact-particles-demo@1.1.0...preact-particles-demo@1.2.0-alpha.1) (2020-06-20)
+
+**Note:** Version bump only for package preact-particles-demo
diff --git a/demo/preact/README.md b/demo/preact/README.md
new file mode 100644
index 00000000000..928ba1e8916
--- /dev/null
+++ b/demo/preact/README.md
@@ -0,0 +1,11 @@
+# `preact`
+
+> TODO: description
+
+## Usage
+
+```javascript
+const preact = require('preact');
+
+// TODO: DEMONSTRATE API
+```
diff --git a/demo/preact/package.json b/demo/preact/package.json
new file mode 100644
index 00000000000..91af9e931f9
--- /dev/null
+++ b/demo/preact/package.json
@@ -0,0 +1,55 @@
+{
+ "name": "@tsparticles/preact-demo",
+ "private": true,
+ "version": "4.0.0-beta.12",
+ "type": "module",
+ "description": "> TODO: description",
+ "author": "Matteo Bruni ",
+ "homepage": "https://particles.js.org",
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git"
+ },
+ "eslintConfig": {
+ "extends": "preact",
+ "ignorePatterns": [
+ "build/"
+ ]
+ },
+ "scripts": {
+ "build": "pnpm --filter @tsparticles/preact build && env NODE_OPTIONS=--openssl-legacy-provider preact build --no-prerender",
+ "build:ci": "pnpm --filter @tsparticles/preact build:ci && env NODE_OPTIONS=--openssl-legacy-provider preact build --no-prerender",
+ "start": "sirv build --cors --single --host",
+ "dev": "preact watch",
+ "lint": "echo eslint src"
+ },
+ "bugs": {
+ "url": "https://github.com/tsparticles/preact/issues"
+ },
+ "devDependencies": {
+ "@typescript-eslint/eslint-plugin": "^6.16.0",
+ "@typescript-eslint/parser": "^6.16.0",
+ "copyfiles": "^2.4.1",
+ "enzyme": "^3.11.0",
+ "enzyme-adapter-preact-pure": "^4.1.0",
+ "eslint": "^8.56.0",
+ "eslint-config-preact": "^1.3.0",
+ "eslint-config-prettier": "^9.1.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
+ "identity-obj-proxy": "^3.0.0",
+ "preact-cli": "^3.5.0",
+ "prettier": "^3.1.1",
+ "sirv-cli": "^2.0.2",
+ "typescript": "^5.3.3"
+ },
+ "dependencies": {
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/preact": "workspace:^",
+ "preact": "^10.19.3",
+ "preact-render-to-string": "^6.3.1",
+ "preact-router": "^4.1.2",
+ "tsparticles": "workspace:^"
+ }
+}
diff --git a/demo/preact/src/assets/favicon.ico b/demo/preact/src/assets/favicon.ico
new file mode 100644
index 00000000000..07419145b6b
Binary files /dev/null and b/demo/preact/src/assets/favicon.ico differ
diff --git a/demo/preact/src/assets/icons/android-chrome-192x192.png b/demo/preact/src/assets/icons/android-chrome-192x192.png
new file mode 100644
index 00000000000..93ebe2e2c41
Binary files /dev/null and b/demo/preact/src/assets/icons/android-chrome-192x192.png differ
diff --git a/demo/preact/src/assets/icons/android-chrome-512x512.png b/demo/preact/src/assets/icons/android-chrome-512x512.png
new file mode 100644
index 00000000000..52d1623ea10
Binary files /dev/null and b/demo/preact/src/assets/icons/android-chrome-512x512.png differ
diff --git a/demo/preact/src/assets/icons/apple-touch-icon.png b/demo/preact/src/assets/icons/apple-touch-icon.png
new file mode 100644
index 00000000000..254e4bb4d14
Binary files /dev/null and b/demo/preact/src/assets/icons/apple-touch-icon.png differ
diff --git a/demo/preact/src/assets/icons/favicon-16x16.png b/demo/preact/src/assets/icons/favicon-16x16.png
new file mode 100644
index 00000000000..e81177dcb42
Binary files /dev/null and b/demo/preact/src/assets/icons/favicon-16x16.png differ
diff --git a/demo/preact/src/assets/icons/favicon-32x32.png b/demo/preact/src/assets/icons/favicon-32x32.png
new file mode 100644
index 00000000000..40e9b5b4751
Binary files /dev/null and b/demo/preact/src/assets/icons/favicon-32x32.png differ
diff --git a/demo/preact/src/assets/icons/mstile-150x150.png b/demo/preact/src/assets/icons/mstile-150x150.png
new file mode 100644
index 00000000000..9cfb889bec2
Binary files /dev/null and b/demo/preact/src/assets/icons/mstile-150x150.png differ
diff --git a/demo/preact/src/components/app.js b/demo/preact/src/components/app.js
new file mode 100644
index 00000000000..27d13b3f1c9
--- /dev/null
+++ b/demo/preact/src/components/app.js
@@ -0,0 +1,76 @@
+import { Component } from "preact";
+import { Router } from "preact-router";
+import Particles, { initParticlesEngine } from "@tsparticles/preact";
+import Header from "./header";
+import Home from "../routes/home";
+import Profile from "../routes/profile";
+import { loadFull } from "tsparticles";
+import configs from "@tsparticles/configs";
+
+export default class App extends Component {
+ key = "basic";
+ options = {
+ basic: configs.basic,
+ planes: configs.planes,
+ };
+
+ state = {
+ key: this.key,
+ particlesInitialized: false
+ };
+
+ handleRoute = e => {
+ this.currentUrl = e.url;
+ };
+
+ switchFrame = (key) => {
+ this.setState({
+ ...this.state,
+ key,
+ }, () => {
+ document.location.hash = `#${key}`;
+ });
+ };
+
+ constructor() {
+ super();
+
+ void initParticlesEngine(async (engine) => {
+ await loadFull(engine);
+ }).then(() => {
+ this.setState({
+ ...this.state,
+ particlesInitialized: true
+ });
+ });
+ }
+
+ render() {
+ return (
+
+ );
+}
+
+export default App;
diff --git a/demo/react/src/index.css b/demo/react/src/index.css
new file mode 100644
index 00000000000..ec2585e8c0b
--- /dev/null
+++ b/demo/react/src/index.css
@@ -0,0 +1,13 @@
+body {
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+ 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+code {
+ font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
+ monospace;
+}
diff --git a/demo/react/src/logo.svg b/demo/react/src/logo.svg
new file mode 100644
index 00000000000..9dfc1c058ce
--- /dev/null
+++ b/demo/react/src/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/demo/react/src/main.jsx b/demo/react/src/main.jsx
new file mode 100644
index 00000000000..36e4475bbfd
--- /dev/null
+++ b/demo/react/src/main.jsx
@@ -0,0 +1,16 @@
+import React from "react";
+import ReactDOM from "react-dom/client";
+import { ParticlesProvider } from "@tsparticles/react";
+import App from "./App";
+import "./index.css";
+import { registerParticles } from "./particlesInit";
+
+const root = ReactDOM.createRoot(document.getElementById("root"));
+
+root.render(
+
+
+
+
+ ,
+);
diff --git a/demo/react/src/particlesInit.js b/demo/react/src/particlesInit.js
new file mode 100644
index 00000000000..799e1ed428a
--- /dev/null
+++ b/demo/react/src/particlesInit.js
@@ -0,0 +1,8 @@
+export async function registerParticles(engine) {
+ const [{ loadSlim }, { loadThemesPlugin }] = await Promise.all([
+ import("@tsparticles/slim"),
+ import("@tsparticles/plugin-themes"),
+ ]);
+
+ await Promise.all([loadSlim(engine), loadThemesPlugin(engine)]);
+}
diff --git a/demo/react/vite.config.js b/demo/react/vite.config.js
new file mode 100644
index 00000000000..081c8d9f69f
--- /dev/null
+++ b/demo/react/vite.config.js
@@ -0,0 +1,6 @@
+import { defineConfig } from "vite";
+import react from "@vitejs/plugin-react";
+
+export default defineConfig({
+ plugins: [react()],
+});
diff --git a/demo/riot/.gitignore b/demo/riot/.gitignore
new file mode 100644
index 00000000000..e3574cdda71
--- /dev/null
+++ b/demo/riot/.gitignore
@@ -0,0 +1,62 @@
+# --------------------
+# OSX Files
+# --------------------
+.DS_Store
+.AppleDouble
+.LSOverride
+Icon
+._*
+.Spotlight-V100
+.Trashes
+
+# --------------------
+# Windows Files
+# --------------------
+Thumbs.db
+ehthumbs.db
+Desktop.ini
+$RECYCLE.BIN/
+*.cab
+*.msi
+*.msm
+*.msp
+*.lnk
+
+# --------------------
+# Sublime Text Files
+# --------------------
+*.sublime-project
+*.sublime-workspace
+
+# --------------------
+# IntelliJ Files
+# --------------------
+*.iml
+*.ipr
+*.iws
+.idea/
+out/
+
+# --------------------
+# Eclipse Files
+# --------------------
+.project
+.metadata
+*.bak
+.classpath
+.settings/
+
+# --------------------
+# App Files
+# --------------------
+node_modules
+npm-debug.log
+.nyc_output
+coverage
+generated
+/dist
+
+# these files are generated anyway
+.nycrc
+!.gitmodules
+!.travis.yml
\ No newline at end of file
diff --git a/demo/riot/CHANGELOG.md b/demo/riot/CHANGELOG.md
new file mode 100644
index 00000000000..e19420b4ef8
--- /dev/null
+++ b/demo/riot/CHANGELOG.md
@@ -0,0 +1,382 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/riot-demo
+
+## [2.9.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.9.2...riot-particles-demo@2.9.3) (2023-02-12)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.9.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.9.1...riot-particles-demo@2.9.2) (2023-02-12)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.9.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.9.0...riot-particles-demo@2.9.1) (2023-02-11)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.9.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.8.0...riot-particles-demo@2.9.0) (2023-02-10)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.8.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.7.1...riot-particles-demo@2.8.0) (2023-01-18)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.7.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.7.0...riot-particles-demo@2.7.1) (2022-12-25)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.7.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.6.0...riot-particles-demo@2.7.0) (2022-12-23)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.6.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.5.3...riot-particles-demo@2.6.0) (2022-12-06)
+
+### Features
+
+- added localization support to wordpress plugin, fixes [#4807](https://github.com/matteobruni/tsparticles/issues/4807) ([8a93b8a](https://github.com/matteobruni/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8))
+
+## [2.5.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.5.2...riot-particles-demo@2.5.3) (2022-11-07)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.5.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.5.1...riot-particles-demo@2.5.2) (2022-11-07)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.5.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.5.0...riot-particles-demo@2.5.1) (2022-11-03)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.5.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.4.0...riot-particles-demo@2.5.0) (2022-11-02)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.4.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.3.4...riot-particles-demo@2.4.0) (2022-10-30)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.3.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.3.3...riot-particles-demo@2.3.4) (2022-09-30)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.3.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.3.2...riot-particles-demo@2.3.3) (2022-09-30)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.3.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.3.1...riot-particles-demo@2.3.2) (2022-09-21)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.3.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.3.0...riot-particles-demo@2.3.1) (2022-09-13)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.3.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.2.4...riot-particles-demo@2.3.0) (2022-09-11)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.2.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.2.2...riot-particles-demo@2.2.4) (2022-08-26)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.2.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.2.2...riot-particles-demo@2.2.3) (2022-08-21)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.2.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.2.1...riot-particles-demo@2.2.2) (2022-08-16)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.2.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.2.0...riot-particles-demo@2.2.1) (2022-08-12)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.2.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.1.4...riot-particles-demo@2.2.0) (2022-08-11)
+
+### Bug Fixes
+
+- **deps:** update dependency riot to v7 ([116fa3f](https://github.com/matteobruni/tsparticles/commit/116fa3f0808bb8e1e3df767513ebcb82c2f9e0e5))
+
+## [2.1.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.1.3...riot-particles-demo@2.1.4) (2022-07-28)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.1.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.1.2...riot-particles-demo@2.1.3) (2022-07-01)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.1.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.1.1...riot-particles-demo@2.1.2) (2022-07-01)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.1.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.1.0...riot-particles-demo@2.1.1) (2022-07-01)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.1.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.0.6...riot-particles-demo@2.1.0) (2022-06-18)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.0.6](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.0.5...riot-particles-demo@2.0.6) (2022-04-16)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [2.0.5](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.0.4...riot-particles-demo@2.0.5) (2022-04-14)
+
+### Bug Fixes
+
+- upgrade riot from 6.1.1 to 6.1.2 ([5eaa71c](https://github.com/matteobruni/tsparticles/commit/5eaa71c8d4af857a6829b2c1b371921e2d9f53e1))
+
+## [2.0.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.17.1...riot-particles-demo@2.0.4) (2022-04-06)
+
+### Bug Fixes
+
+- fixed some components init functions, they must be async ([0541dfa](https://github.com/matteobruni/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.16.1...riot-particles-demo@2.0.3) (2022-03-11)
+
+### Bug Fixes
+
+- fixed some components init functions, they must be async ([0541dfa](https://github.com/matteobruni/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.4...riot-particles-demo@2.0.2) (2022-02-21)
+
+## [1.17.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.17.0...riot-particles-demo@1.17.1) (2022-04-06)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.17.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.16.4...riot-particles-demo@1.17.0) (2022-04-04)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.16.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.16.3...riot-particles-demo@1.16.4) (2022-03-20)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.16.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.16.2...riot-particles-demo@1.16.3) (2022-03-18)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.16.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.16.1...riot-particles-demo@1.16.2) (2022-03-14)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.16.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.16.0...riot-particles-demo@1.16.1) (2022-03-09)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.16.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.6...riot-particles-demo@1.16.0) (2022-03-08)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.15.6](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.5...riot-particles-demo@1.15.6) (2022-03-03)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.15.5](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.4...riot-particles-demo@1.15.5) (2022-02-24)
+
+### Bug Fixes
+
+- fixed some components init functions, they must be async ([0541dfa](https://github.com/matteobruni/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.0.0...riot-particles-demo@2.0.1) (2022-02-15)
+
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+
+## [1.15.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.3...riot-particles-demo@1.15.4) (2022-02-20)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.15.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.2...riot-particles-demo@1.15.3) (2022-02-19)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.15.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.1...riot-particles-demo@1.15.2) (2022-02-16)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.0.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.1...riot-particles-demo@2.0.0) (2022-02-15)
+
+### Bug Fixes
+
+- fixed some components init functions, they must be async ([0541dfa](https://github.com/matteobruni/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.13.2...riot-particles-demo@2.0.0-beta.5) (2022-01-30)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.15.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.15.0...riot-particles-demo@1.15.1) (2022-02-14)
+
+### Bug Fixes
+
+- upgrade riot from 6.0.4 to 6.1.1 ([9e22dbd](https://github.com/matteobruni/tsparticles/commit/9e22dbda3869f16657266b5d4cc096947502c864))
+
+# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.0.0-beta.3...riot-particles-demo@2.0.0-beta.4) (2021-12-07)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.5...riot-particles-demo@2.0.0-beta.3) (2021-12-04)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [1.15.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.14.2...riot-particles-demo@1.15.0) (2022-02-10)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.14.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.14.1...riot-particles-demo@1.14.2) (2022-02-07)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.14.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.14.0...riot-particles-demo@1.14.1) (2022-02-06)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.14.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.13.3...riot-particles-demo@1.14.0) (2022-02-04)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.4...riot-particles-demo@2.0.0-beta.2) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@2.0.0-beta.0...riot-particles-demo@2.0.0-beta.1) (2021-10-06)
+
+## [1.13.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.13.2...riot-particles-demo@1.13.3) (2022-02-02)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.13.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.13.1...riot-particles-demo@1.13.2) (2022-01-29)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.13.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.13.0...riot-particles-demo@1.13.1) (2022-01-26)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.13.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.12.0...riot-particles-demo@1.13.0) (2022-01-08)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.12.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.6...riot-particles-demo@1.12.0) (2021-12-29)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.11.6](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.5...riot-particles-demo@1.11.6) (2021-12-24)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.11.5](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.4...riot-particles-demo@1.11.5) (2021-11-28)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.11.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.3...riot-particles-demo@1.11.4) (2021-11-17)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.11.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.2...riot-particles-demo@1.11.3) (2021-11-05)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.11.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.1...riot-particles-demo@1.11.2) (2021-10-31)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.11.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.11.0...riot-particles-demo@1.11.1) (2021-10-30)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.11.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.10.0...riot-particles-demo@1.11.0) (2021-10-28)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.10.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.4...riot-particles-demo@1.10.0) (2021-10-14)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.9.4](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.3...riot-particles-demo@1.9.4) (2021-10-06)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.3...riot-particles-demo@2.0.0-beta.0) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.9.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.2...riot-particles-demo@1.9.3) (2021-10-03)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.9.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.1...riot-particles-demo@1.9.2) (2021-09-27)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.9.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.9.0...riot-particles-demo@1.9.1) (2021-09-20)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.9.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.8.1...riot-particles-demo@1.9.0) (2021-09-18)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.8.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.8.0...riot-particles-demo@1.8.1) (2021-09-15)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.8.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.7.3...riot-particles-demo@1.8.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+- **deps:** update all ([d9f0ff2](https://github.com/matteobruni/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422))
+
+## [1.7.3](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.7.2...riot-particles-demo@1.7.3) (2021-08-10)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.7.2](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.7.1...riot-particles-demo@1.7.2) (2021-07-31)
+
+**Note:** Version bump only for package riot-particles-demo
+
+## [1.7.1](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.7.0...riot-particles-demo@1.7.1) (2021-07-29)
+
+**Note:** Version bump only for package riot-particles-demo
+
+# [1.7.0](https://github.com/matteobruni/tsparticles/compare/riot-particles-demo@1.6.0...riot-particles-demo@1.7.0) (2021-07-29)
+
+**Note:** Version bump only for package riot-particles-demo
diff --git a/demo/riot/LICENSE b/demo/riot/LICENSE
new file mode 100644
index 00000000000..f03540520b0
--- /dev/null
+++ b/demo/riot/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Riot.js
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/demo/riot/index.html b/demo/riot/index.html
new file mode 100644
index 00000000000..1dd1e50259f
--- /dev/null
+++ b/demo/riot/index.html
@@ -0,0 +1,25 @@
+
+
+
+ My Riot App
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/riot/src/components/global/my-component/my-component.spec.js b/demo/riot/src/components/global/my-component/my-component.spec.js
new file mode 100644
index 00000000000..4af57a38ccd
--- /dev/null
+++ b/demo/riot/src/components/global/my-component/my-component.spec.js
@@ -0,0 +1,17 @@
+import MyComponent from './my-component.riot'
+import { expect } from 'chai'
+import { component } from 'riot'
+
+describe('My Component Unit Test', () => {
+ const mountMyComponent = component(MyComponent)
+
+ it('The component properties are properly rendered', () => {
+ const div = document.createElement('div')
+
+ const component = mountMyComponent(div, {
+ message: 'hello'
+ })
+
+ expect(component.$('p').innerHTML).to.be.equal('hello')
+ })
+})
\ No newline at end of file
diff --git a/demo/riot/src/components/global/sidebar/sidebar.riot b/demo/riot/src/components/global/sidebar/sidebar.riot
new file mode 100644
index 00000000000..463ee62ab94
--- /dev/null
+++ b/demo/riot/src/components/global/sidebar/sidebar.riot
@@ -0,0 +1,33 @@
+
+
+
+
Sidebar
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demo/riot/src/components/global/sidebar/sidebar.spec.js b/demo/riot/src/components/global/sidebar/sidebar.spec.js
new file mode 100644
index 00000000000..488cdf06234
--- /dev/null
+++ b/demo/riot/src/components/global/sidebar/sidebar.spec.js
@@ -0,0 +1,15 @@
+import Sidebar from './sidebar.riot'
+import { expect } from 'chai'
+import { component } from 'riot'
+
+describe('Sidebar Unit Test', () => {
+ const mountSidebar = component(Sidebar)
+
+ it('The component is properly rendered', () => {
+ const div = document.createElement('div')
+
+ const component = mountSidebar(div)
+
+ expect(component.$('h1').innerHTML).to.be.equal('Sidebar')
+ })
+})
\ No newline at end of file
diff --git a/demo/riot/src/components/includes/user/user.riot b/demo/riot/src/components/includes/user/user.riot
new file mode 100644
index 00000000000..61d9fee6194
--- /dev/null
+++ b/demo/riot/src/components/includes/user/user.riot
@@ -0,0 +1,3 @@
+
+
My username is: { props.name }
+
\ No newline at end of file
diff --git a/demo/riot/src/components/includes/user/user.spec.js b/demo/riot/src/components/includes/user/user.spec.js
new file mode 100644
index 00000000000..a7fa72fbdd1
--- /dev/null
+++ b/demo/riot/src/components/includes/user/user.spec.js
@@ -0,0 +1,17 @@
+import User from './user.riot'
+import { expect } from 'chai'
+import { component } from 'riot'
+
+describe('User Unit Test', () => {
+ const mountUser = component(User)
+
+ it('The component is properly rendered', () => {
+ const div = document.createElement('div')
+
+ const component = mountUser(div, {
+ name: 'Jack'
+ })
+
+ expect(component.$('b').innerHTML).to.be.equal('Jack')
+ })
+})
\ No newline at end of file
diff --git a/demo/riot/src/index.html b/demo/riot/src/index.html
new file mode 100644
index 00000000000..c47dca96c5a
--- /dev/null
+++ b/demo/riot/src/index.html
@@ -0,0 +1,22 @@
+
+
+
+ My Riot App
+
+
+
+
+
+
+
+
+
Hello that's my first Riot.js App
+
+
+
+
+
+
+
+
+
diff --git a/demo/riot/src/index.js b/demo/riot/src/index.js
new file mode 100644
index 00000000000..fc617f4b1d6
--- /dev/null
+++ b/demo/riot/src/index.js
@@ -0,0 +1,16 @@
+import "@riotjs/hot-reload";
+import { mount, register } from "riot";
+import RiotParticles from "../../../wrappers/riot/src/riot-particles.riot";
+import MyComponent from "./components/global/my-component/my-component.riot";
+import Sidebar from "./components/global/sidebar/sidebar.riot";
+import User from "./components/includes/user/user.riot";
+
+// register
+//registerGlobalComponents()
+register("my-component", MyComponent);
+register("sidebar", Sidebar);
+register("user", User);
+register("riot-particles", RiotParticles);
+
+// mount all the global components found in this page
+mount("[data-riot-component]");
diff --git a/demo/riot/style.css b/demo/riot/style.css
new file mode 100644
index 00000000000..49e98080abc
--- /dev/null
+++ b/demo/riot/style.css
@@ -0,0 +1,6 @@
+.container {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ min-height: 100vh;
+}
\ No newline at end of file
diff --git a/demo/riot/webpack.config.js b/demo/riot/webpack.config.js
new file mode 100644
index 00000000000..44a4887b90b
--- /dev/null
+++ b/demo/riot/webpack.config.js
@@ -0,0 +1,74 @@
+const HtmlWebpackPlugin = require('html-webpack-plugin')
+const MiniCssExtractPlugin = require('mini-css-extract-plugin');
+const webpack = require('webpack')
+const path = require('path')
+
+module.exports = {
+ entry: {
+ app: './src/index.js',
+ },
+ output: {
+ path: path.resolve(__dirname, 'dist'),
+ filename: '[name].bundle.js',
+ clean: true
+ },
+ devtool: 'source-map',
+ optimization: {
+ runtimeChunk: {
+ name: 'runtime',
+ },
+ splitChunks: {
+ chunks: 'async',
+ minSize: 20000,
+ minRemainingSize: 0,
+ minChunks: 1,
+ maxAsyncRequests: 30,
+ maxInitialRequests: 30,
+ enforceSizeThreshold: 50000,
+ cacheGroups: {
+ defaultVendors: {
+ test: /[\\/]node_modules[\\/]/,
+ priority: -10,
+ reuseExistingChunk: true,
+ },
+ default: {
+ minChunks: 2,
+ priority: -20,
+ reuseExistingChunk: true,
+ },
+ },
+ },
+ },
+ devServer: {
+ hot: true,
+ open: true,
+ historyApiFallback: {
+ index: 'index.html'
+ }
+ },
+ module: {
+ rules: [
+ {
+ test: /\.riot$/,
+ exclude: /node_modules/,
+ use: [ {
+ loader: '@riotjs/webpack-loader',
+ options: {
+ hot: true
+ }
+ } ]
+ },
+ {
+ test: /\.css$/i,
+ use: [ MiniCssExtractPlugin.loader, 'css-loader' ],
+ },
+ ]
+ },
+ plugins: [
+ new MiniCssExtractPlugin(),
+ new HtmlWebpackPlugin({
+ template: 'src/index.html'
+ }),
+ new webpack.HotModuleReplacementPlugin(),
+ ]
+}
diff --git a/demo/solid/.gitignore b/demo/solid/.gitignore
new file mode 100644
index 00000000000..6acc570d587
--- /dev/null
+++ b/demo/solid/.gitignore
@@ -0,0 +1,3 @@
+node_modules
+dist
+.DS_Store
\ No newline at end of file
diff --git a/demo/solid/CHANGELOG.md b/demo/solid/CHANGELOG.md
new file mode 100644
index 00000000000..e743c419393
--- /dev/null
+++ b/demo/solid/CHANGELOG.md
@@ -0,0 +1,8 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/vite-template-solid
diff --git a/demo/solid/README.md b/demo/solid/README.md
new file mode 100644
index 00000000000..988dc960f12
--- /dev/null
+++ b/demo/solid/README.md
@@ -0,0 +1,51 @@
+
+# Example App
+
+This project was bootstrapped by following the
+[Solid Getting Started](https://www.solidjs.com/guides/getting-started) guide
+using to following command.
+
+```bash
+npx degit solidjs/templates/ts solid
+```
+
+## Usage
+
+Those templates dependencies are maintained via [pnpm](https://pnpm.io) via
+`pnpm up -Lri`.
+
+This is the reason you see a `pnpm-lock.yaml`. That being said, any package
+manager will work. This file can be safely be removed once you clone a
+template.
+
+```bash
+npm install # or pnpm install or yarn install
+```
+
+Learn more on the [Solid Website](https://solidjs.com) and come chat with us
+on our [Discord](https://discord.com/invite/solidjs)
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm run dev` or `npm start`
+
+Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
+
+The page will reload if you make edits.
+
+### `npm run build`
+
+Builds the app for production to the `dist` folder.
+It correctly bundles Solid in production mode and optimizes the build for the
+best performance.
+
+The build is minified and the filenames include the hashes.
+Your app is ready to be deployed!
+
+## Deployment
+
+You can deploy the `dist` folder to any static host provider
+(netlify, surge, now, etc.)
diff --git a/demo/solid/index.html b/demo/solid/index.html
new file mode 100644
index 00000000000..48c59fc1242
--- /dev/null
+++ b/demo/solid/index.html
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ Solid App
+
+
+
+
+
+
+
+
diff --git a/demo/solid/package.json b/demo/solid/package.json
new file mode 100644
index 00000000000..8e5a7d7d179
--- /dev/null
+++ b/demo/solid/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "@tsparticles/vite-template-solid",
+ "version": "4.0.0-beta.12",
+ "description": "",
+ "scripts": {
+ "start": "vite",
+ "dev": "vite",
+ "build": "vite build",
+ "serve": "vite preview"
+ },
+ "license": "MIT",
+ "devDependencies": {
+ "solid-devtools": "^0.29.2",
+ "typescript": "^5.3.3",
+ "vite": "^5.0.11",
+ "vite-plugin-solid": "^2.8.2"
+ },
+ "dependencies": {
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/solid": "workspace:*",
+ "solid-js": "^1.8.11",
+ "tsparticles": "workspace:^"
+ }
+}
diff --git a/demo/solid/src/App.tsx b/demo/solid/src/App.tsx
new file mode 100644
index 00000000000..01f16776753
--- /dev/null
+++ b/demo/solid/src/App.tsx
@@ -0,0 +1,20 @@
+import configs from "@tsparticles/configs";
+import type { Component } from 'solid-js';
+import { createSignal, Show } from "solid-js";
+import { loadFull } from "tsparticles";
+import Particles, { initParticlesEngine } from "@tsparticles/solid";
+
+const App: Component = () => {
+ const init = initParticlesEngine(loadFull)
+ const [config, setConfig] = createSignal(configs.basic)
+
+ setTimeout(() => setConfig(configs.absorbers), 1000)
+
+ return (
+
+
+
+ );
+};
+
+export default App;
diff --git a/demo/solid/src/assets/favicon.ico b/demo/solid/src/assets/favicon.ico
new file mode 100644
index 00000000000..b836b2bccac
Binary files /dev/null and b/demo/solid/src/assets/favicon.ico differ
diff --git a/demo/solid/src/index.css b/demo/solid/src/index.css
new file mode 100644
index 00000000000..ec2585e8c0b
--- /dev/null
+++ b/demo/solid/src/index.css
@@ -0,0 +1,13 @@
+body {
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+ 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+code {
+ font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
+ monospace;
+}
diff --git a/demo/solid/src/index.tsx b/demo/solid/src/index.tsx
new file mode 100644
index 00000000000..c09b9f95d8e
--- /dev/null
+++ b/demo/solid/src/index.tsx
@@ -0,0 +1,15 @@
+/* @refresh reload */
+import { render } from 'solid-js/web';
+
+import './index.css';
+import App from './App';
+
+const root = document.getElementById('root');
+
+if (import.meta.env.DEV && !(root instanceof HTMLElement)) {
+ throw new Error(
+ 'Root element not found. Did you forget to add it to your index.html? Or maybe the id attribute got misspelled?',
+ );
+}
+
+render(() => , root!);
diff --git a/demo/solid/tsconfig.json b/demo/solid/tsconfig.json
new file mode 100644
index 00000000000..0aa89917422
--- /dev/null
+++ b/demo/solid/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "strict": true,
+ "target": "ESNext",
+ "module": "ESNext",
+ "moduleResolution": "node",
+ "allowSyntheticDefaultImports": true,
+ "esModuleInterop": true,
+ "jsx": "preserve",
+ "jsxImportSource": "solid-js",
+ "types": ["vite/client"],
+ "noEmit": true,
+ "isolatedModules": true,
+ },
+}
diff --git a/demo/solid/vite.config.ts b/demo/solid/vite.config.ts
new file mode 100644
index 00000000000..74fce7ed229
--- /dev/null
+++ b/demo/solid/vite.config.ts
@@ -0,0 +1,20 @@
+import { defineConfig } from 'vite';
+import solidPlugin from 'vite-plugin-solid';
+// import devtools from 'solid-devtools/vite';
+
+export default defineConfig({
+ plugins: [
+ /*
+ Uncomment the following line to enable solid-devtools.
+ For more info see https://github.com/thetarnav/solid-devtools/tree/main/packages/extension#readme
+ */
+ // devtools(),
+ solidPlugin(),
+ ],
+ server: {
+ port: 3000,
+ },
+ build: {
+ target: 'esnext',
+ },
+});
diff --git a/demo/svelte-kit/.eslintignore b/demo/svelte-kit/.eslintignore
new file mode 100644
index 00000000000..38972655faf
--- /dev/null
+++ b/demo/svelte-kit/.eslintignore
@@ -0,0 +1,13 @@
+.DS_Store
+node_modules
+/build
+/.svelte-kit
+/package
+.env
+.env.*
+!.env.example
+
+# Ignore files for PNPM, NPM and YARN
+pnpm-lock.yaml
+package-lock.json
+yarn.lock
diff --git a/demo/svelte-kit/.eslintrc.cjs b/demo/svelte-kit/.eslintrc.cjs
new file mode 100644
index 00000000000..ebc19589fa5
--- /dev/null
+++ b/demo/svelte-kit/.eslintrc.cjs
@@ -0,0 +1,30 @@
+module.exports = {
+ root: true,
+ extends: [
+ 'eslint:recommended',
+ 'plugin:@typescript-eslint/recommended',
+ 'plugin:svelte/recommended',
+ 'prettier'
+ ],
+ parser: '@typescript-eslint/parser',
+ plugins: ['@typescript-eslint'],
+ parserOptions: {
+ sourceType: 'module',
+ ecmaVersion: 2020,
+ extraFileExtensions: ['.svelte']
+ },
+ env: {
+ browser: true,
+ es2017: true,
+ node: true
+ },
+ overrides: [
+ {
+ files: ['*.svelte'],
+ parser: 'svelte-eslint-parser',
+ parserOptions: {
+ parser: '@typescript-eslint/parser'
+ }
+ }
+ ]
+};
diff --git a/demo/svelte-kit/.gitignore b/demo/svelte-kit/.gitignore
new file mode 100644
index 00000000000..8f6c617ecf1
--- /dev/null
+++ b/demo/svelte-kit/.gitignore
@@ -0,0 +1,12 @@
+.DS_Store
+node_modules
+/build
+/.svelte-kit
+/package
+.env
+.env.*
+!.env.example
+.vercel
+.output
+vite.config.js.timestamp-*
+vite.config.ts.timestamp-*
diff --git a/demo/svelte-kit/.npmrc b/demo/svelte-kit/.npmrc
new file mode 100644
index 00000000000..0c05da457e4
--- /dev/null
+++ b/demo/svelte-kit/.npmrc
@@ -0,0 +1,2 @@
+engine-strict=true
+resolution-mode=highest
diff --git a/demo/svelte-kit/.prettierignore b/demo/svelte-kit/.prettierignore
new file mode 100644
index 00000000000..38972655faf
--- /dev/null
+++ b/demo/svelte-kit/.prettierignore
@@ -0,0 +1,13 @@
+.DS_Store
+node_modules
+/build
+/.svelte-kit
+/package
+.env
+.env.*
+!.env.example
+
+# Ignore files for PNPM, NPM and YARN
+pnpm-lock.yaml
+package-lock.json
+yarn.lock
diff --git a/demo/svelte-kit/.prettierrc b/demo/svelte-kit/.prettierrc
new file mode 100644
index 00000000000..a77fddea909
--- /dev/null
+++ b/demo/svelte-kit/.prettierrc
@@ -0,0 +1,9 @@
+{
+ "useTabs": true,
+ "singleQuote": true,
+ "trailingComma": "none",
+ "printWidth": 100,
+ "plugins": ["prettier-plugin-svelte"],
+ "pluginSearchDirs": ["."],
+ "overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
+}
diff --git a/demo/svelte-kit/CHANGELOG.md b/demo/svelte-kit/CHANGELOG.md
new file mode 100644
index 00000000000..a0854653734
--- /dev/null
+++ b/demo/svelte-kit/CHANGELOG.md
@@ -0,0 +1,52 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/svelte-kit-demo
+
+
+
+
+
+## [3.1.1](https://github.com/tsparticles/svelte/compare/v3.1.0...v3.1.1) (2024-05-26)
+
+**Note:** Version bump only for package svelte-kit-demo
+
+
+
+
+
+# [3.1.0](https://github.com/tsparticles/svelte/compare/v3.0.0...v3.1.0) (2024-05-26)
+
+**Note:** Version bump only for package svelte-kit-demo
+
+
+
+
+
+# [3.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
+
+
+### Features
+
+* migrated to v3, used new init structure ([bee139b](https://github.com/tsparticles/svelte/commit/bee139bd3466725681212a5d662060cd2f1b3dc2))
+* updated to v3, needs new initialization function to replace particlesInit ([404d847](https://github.com/tsparticles/svelte/commit/404d847673d7d6d830b8ecf9433e4bd468a475fd))
+
+
+
+
+
+# [2.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
+
+**Note:** Version bump only for package svelte-kit-demo
+
+
+
+
+
+# [2.11.0](https://github.com/tsparticles/svelte/compare/v2.10.1...v2.11.0) (2023-07-15)
+
+**Note:** Version bump only for package svelte-kit
diff --git a/demo/svelte-kit/README.md b/demo/svelte-kit/README.md
new file mode 100644
index 00000000000..5c91169b0ca
--- /dev/null
+++ b/demo/svelte-kit/README.md
@@ -0,0 +1,38 @@
+# create-svelte
+
+Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
+
+## Creating a project
+
+If you're seeing this, you've probably already done this step. Congrats!
+
+```bash
+# create a new project in the current directory
+npm create svelte@latest
+
+# create a new project in my-app
+npm create svelte@latest my-app
+```
+
+## Developing
+
+Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
+
+```bash
+npm run dev
+
+# or start the server and open the app in a new browser tab
+npm run dev -- --open
+```
+
+## Building
+
+To create a production version of your app:
+
+```bash
+npm run build
+```
+
+You can preview the production build with `npm run preview`.
+
+> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
diff --git a/demo/svelte-kit/package.json b/demo/svelte-kit/package.json
new file mode 100644
index 00000000000..646ba982e03
--- /dev/null
+++ b/demo/svelte-kit/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "@tsparticles/svelte-kit-demo",
+ "version": "4.0.0-beta.12",
+ "private": true,
+ "scripts": {
+ "dev": "vite dev",
+ "build": "echo build",
+ "preview": "vite preview",
+ "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
+ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
+ "lint": "prettier --plugin=\"prettier-plugin-svelte\" --check . && eslint .",
+ "format": "prettier --plugin=\"prettier-plugin-svelte\" --write ."
+ },
+ "devDependencies": {
+ "@fontsource/fira-mono": "^5.0.13",
+ "@sveltejs/adapter-auto": "^3.2.1",
+ "@sveltejs/kit": "^2.5.10",
+ "@sveltejs/vite-plugin-svelte": "^3.1.0",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/svelte": "workspace:^",
+ "@types/cookie": "^0.6.0",
+ "@typescript-eslint/eslint-plugin": "^7.10.0",
+ "@typescript-eslint/parser": "^7.10.0",
+ "eslint": "^8.57.0",
+ "eslint-config-prettier": "^9.1.0",
+ "eslint-plugin-svelte": "^2.39.0",
+ "prettier": "^3.2.5",
+ "prettier-plugin-svelte": "^3.2.3",
+ "svelte": "^4.2.17",
+ "svelte-check": "^3.7.1",
+ "svelte-preprocess": "^5.1.4",
+ "tslib": "^2.6.2",
+ "tsparticles": "workspace:^",
+ "typescript": "^5.4.5",
+ "vite": "^5.2.11"
+ },
+ "type": "module"
+}
diff --git a/demo/svelte-kit/src/app.d.ts b/demo/svelte-kit/src/app.d.ts
new file mode 100644
index 00000000000..f59b884c51e
--- /dev/null
+++ b/demo/svelte-kit/src/app.d.ts
@@ -0,0 +1,12 @@
+// See https://kit.svelte.dev/docs/types#app
+// for information about these interfaces
+declare global {
+ namespace App {
+ // interface Error {}
+ // interface Locals {}
+ // interface PageData {}
+ // interface Platform {}
+ }
+}
+
+export {};
diff --git a/demo/svelte-kit/src/app.html b/demo/svelte-kit/src/app.html
new file mode 100644
index 00000000000..effe0d0d266
--- /dev/null
+++ b/demo/svelte-kit/src/app.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+ %sveltekit.head%
+
+
+
%sveltekit.body%
+
+
diff --git a/demo/svelte-kit/src/lib/images/github.svg b/demo/svelte-kit/src/lib/images/github.svg
new file mode 100644
index 00000000000..5e684f89467
--- /dev/null
+++ b/demo/svelte-kit/src/lib/images/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/demo/svelte-kit/src/lib/images/svelte-logo.svg b/demo/svelte-kit/src/lib/images/svelte-logo.svg
new file mode 100644
index 00000000000..49492a83cc2
--- /dev/null
+++ b/demo/svelte-kit/src/lib/images/svelte-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/demo/svelte-kit/src/lib/images/svelte-welcome.png b/demo/svelte-kit/src/lib/images/svelte-welcome.png
new file mode 100644
index 00000000000..4ae829e0a97
Binary files /dev/null and b/demo/svelte-kit/src/lib/images/svelte-welcome.png differ
diff --git a/demo/svelte-kit/src/lib/images/svelte-welcome.webp b/demo/svelte-kit/src/lib/images/svelte-welcome.webp
new file mode 100644
index 00000000000..6ec1a28d63b
Binary files /dev/null and b/demo/svelte-kit/src/lib/images/svelte-welcome.webp differ
diff --git a/demo/svelte-kit/src/routes/+layout.svelte b/demo/svelte-kit/src/routes/+layout.svelte
new file mode 100644
index 00000000000..9c7445f55ec
--- /dev/null
+++ b/demo/svelte-kit/src/routes/+layout.svelte
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/svelte-kit/src/routes/+page.svelte b/demo/svelte-kit/src/routes/+page.svelte
new file mode 100644
index 00000000000..baf3db52db6
--- /dev/null
+++ b/demo/svelte-kit/src/routes/+page.svelte
@@ -0,0 +1,99 @@
+
+
+
+ Home
+
+
+
+
+
+
+
+
+
+
+
+
+ to your new SvelteKit app
+
+
+
+ try editing src/routes/+page.svelte
+
+
+
+
+ {#await ParticlesConstructor}
+
Loading...
+ {:then component}
+
+ {:catch error}
+
Something went wrong: {error.message}
+ {/await}
+
+
+
diff --git a/demo/svelte-kit/src/routes/+page.ts b/demo/svelte-kit/src/routes/+page.ts
new file mode 100644
index 00000000000..a72419a63f4
--- /dev/null
+++ b/demo/svelte-kit/src/routes/+page.ts
@@ -0,0 +1,3 @@
+// since there's no dynamic data here, we can prerender
+// it so that it gets served as a static asset in production
+export const prerender = true;
diff --git a/demo/svelte-kit/src/routes/Counter.svelte b/demo/svelte-kit/src/routes/Counter.svelte
new file mode 100644
index 00000000000..96ef556d353
--- /dev/null
+++ b/demo/svelte-kit/src/routes/Counter.svelte
@@ -0,0 +1,102 @@
+
+
+
+
+
+
diff --git a/demo/svelte-kit/src/routes/about/+page.svelte b/demo/svelte-kit/src/routes/about/+page.svelte
new file mode 100644
index 00000000000..e4555711bd8
--- /dev/null
+++ b/demo/svelte-kit/src/routes/about/+page.svelte
@@ -0,0 +1,21 @@
+
+ About
+
+
+
+
+
About this app
+
+
+ This is a SvelteKit app. You can make your own by typing the
+ following into your command line and following the prompts:
+
+
+
npm create svelte@latest
+
+
+ The page you're looking at is purely static HTML, with no client-side interactivity needed.
+ Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening
+ the devtools network panel and reloading.
+
+
diff --git a/demo/svelte-kit/src/routes/about/+page.ts b/demo/svelte-kit/src/routes/about/+page.ts
new file mode 100644
index 00000000000..e739ef4b6c1
--- /dev/null
+++ b/demo/svelte-kit/src/routes/about/+page.ts
@@ -0,0 +1,9 @@
+import { dev } from '$app/environment';
+
+// we don't need any JS on this page, though we'll load
+// it in dev so that we get hot module replacement
+export const csr = dev;
+
+// since there's no dynamic data here, we can prerender
+// it so that it gets served as a static asset in production
+export const prerender = true;
diff --git a/demo/svelte-kit/src/routes/styles.css b/demo/svelte-kit/src/routes/styles.css
new file mode 100644
index 00000000000..1441d9408f3
--- /dev/null
+++ b/demo/svelte-kit/src/routes/styles.css
@@ -0,0 +1,107 @@
+@import '@fontsource/fira-mono';
+
+:root {
+ --font-body: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
+ Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ --font-mono: 'Fira Mono', monospace;
+ --color-bg-0: rgb(202, 216, 228);
+ --color-bg-1: hsl(209, 36%, 86%);
+ --color-bg-2: hsl(224, 44%, 95%);
+ --color-theme-1: #ff3e00;
+ --color-theme-2: #4075a6;
+ --color-text: rgba(0, 0, 0, 0.7);
+ --column-width: 42rem;
+ --column-margin-top: 4rem;
+ font-family: var(--font-body);
+ color: var(--color-text);
+}
+
+body {
+ min-height: 100vh;
+ margin: 0;
+ background-attachment: fixed;
+ background-color: var(--color-bg-1);
+ background-size: 100vw 100vh;
+ background-image: radial-gradient(
+ 50% 50% at 50% 50%,
+ rgba(255, 255, 255, 0.75) 0%,
+ rgba(255, 255, 255, 0) 100%
+ ),
+ linear-gradient(180deg, var(--color-bg-0) 0%, var(--color-bg-1) 15%, var(--color-bg-2) 50%);
+}
+
+h1,
+h2,
+p {
+ font-weight: 400;
+}
+
+p {
+ line-height: 1.5;
+}
+
+a {
+ color: var(--color-theme-1);
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+h1 {
+ font-size: 2rem;
+ text-align: center;
+}
+
+h2 {
+ font-size: 1rem;
+}
+
+pre {
+ font-size: 16px;
+ font-family: var(--font-mono);
+ background-color: rgba(255, 255, 255, 0.45);
+ border-radius: 3px;
+ box-shadow: 2px 2px 6px rgb(255 255 255 / 25%);
+ padding: 0.5em;
+ overflow-x: auto;
+ color: var(--color-text);
+}
+
+.text-column {
+ display: flex;
+ max-width: 48rem;
+ flex: 0.6;
+ flex-direction: column;
+ justify-content: center;
+ margin: 0 auto;
+}
+
+input,
+button {
+ font-size: inherit;
+ font-family: inherit;
+}
+
+button:focus:not(:focus-visible) {
+ outline: none;
+}
+
+@media (min-width: 720px) {
+ h1 {
+ font-size: 2.4rem;
+ }
+}
+
+.visually-hidden {
+ border: 0;
+ clip: rect(0 0 0 0);
+ height: auto;
+ margin: 0;
+ overflow: hidden;
+ padding: 0;
+ position: absolute;
+ width: 1px;
+ white-space: nowrap;
+}
diff --git a/demo/svelte-kit/static/favicon.png b/demo/svelte-kit/static/favicon.png
new file mode 100644
index 00000000000..825b9e65af7
Binary files /dev/null and b/demo/svelte-kit/static/favicon.png differ
diff --git a/demo/svelte-kit/static/robots.txt b/demo/svelte-kit/static/robots.txt
new file mode 100644
index 00000000000..e9e57dc4d41
--- /dev/null
+++ b/demo/svelte-kit/static/robots.txt
@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:
diff --git a/demo/svelte-kit/svelte.config.js b/demo/svelte-kit/svelte.config.js
new file mode 100644
index 00000000000..500c0999198
--- /dev/null
+++ b/demo/svelte-kit/svelte.config.js
@@ -0,0 +1,19 @@
+import adapter from "@sveltejs/adapter-auto";
+import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
+import preprocess from "svelte-preprocess";
+
+/** @type {import("@sveltejs/kit").Config} */
+const config = {
+ // Consult https://kit.svelte.dev/docs/integrations#preprocessors
+ // for more information about preprocessors
+ preprocess: [preprocess(), vitePreprocess()],
+
+ kit: {
+ // adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
+ // If your environment is not supported or you settled on a specific environment, switch out the adapter.
+ // See https://kit.svelte.dev/docs/adapters for more information about adapters.
+ adapter: adapter()
+ }
+};
+
+export default config;
diff --git a/demo/svelte-kit/tsconfig.json b/demo/svelte-kit/tsconfig.json
new file mode 100644
index 00000000000..6ae0c8c44d0
--- /dev/null
+++ b/demo/svelte-kit/tsconfig.json
@@ -0,0 +1,17 @@
+{
+ "extends": "./.svelte-kit/tsconfig.json",
+ "compilerOptions": {
+ "allowJs": true,
+ "checkJs": true,
+ "esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
+ "resolveJsonModule": true,
+ "skipLibCheck": true,
+ "sourceMap": true,
+ "strict": true
+ }
+ // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
+ //
+ // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
+ // from the referenced tsconfig.json - TypeScript does not merge them in
+}
diff --git a/demo/svelte-kit/vite.config.ts b/demo/svelte-kit/vite.config.ts
new file mode 100644
index 00000000000..41d00d43266
--- /dev/null
+++ b/demo/svelte-kit/vite.config.ts
@@ -0,0 +1,9 @@
+import { sveltekit } from '@sveltejs/kit/vite';
+import { defineConfig } from 'vite';
+
+export default defineConfig({
+ plugins: [sveltekit()],
+ ssr: {
+ noExternal: ['tsparticles', '@tsparticles/engine', '@tsparticles/svelte']
+ }
+});
diff --git a/demo/svelte/.gitignore b/demo/svelte/.gitignore
new file mode 100644
index 00000000000..da93220bc34
--- /dev/null
+++ b/demo/svelte/.gitignore
@@ -0,0 +1,4 @@
+/node_modules/
+/public/build/
+
+.DS_Store
diff --git a/demo/svelte/CHANGELOG.md b/demo/svelte/CHANGELOG.md
new file mode 100644
index 00000000000..f1a7f86ddf4
--- /dev/null
+++ b/demo/svelte/CHANGELOG.md
@@ -0,0 +1,470 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/svelte-demo
+
+## [3.1.1](https://github.com/tsparticles/svelte/compare/v3.1.0...v3.1.1) (2024-05-26)
+
+**Note:** Version bump only for package svelte-demo
+
+# [3.1.0](https://github.com/tsparticles/svelte/compare/v3.0.0...v3.1.0) (2024-05-26)
+
+**Note:** Version bump only for package svelte-demo
+
+# [3.0.0](https://github.com/tsparticles/svelte/compare/v2.12.0...v3.0.0) (2023-12-24)
+
+### Features
+
+- migrated to v3, used new init structure ([bee139b](https://github.com/tsparticles/svelte/commit/bee139bd3466725681212a5d662060cd2f1b3dc2))
+- updated to v3, needs new initialization function to replace particlesInit ([404d847](https://github.com/tsparticles/svelte/commit/404d847673d7d6d830b8ecf9433e4bd468a475fd))
+
+# [2.12.0](https://github.com/tsparticles/svelte/compare/v2.11.0...v2.12.0) (2023-08-04)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.11.0](https://github.com/tsparticles/svelte/compare/v2.10.1...v2.11.0) (2023-07-15)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.10.1](https://github.com/tsparticles/svelte/compare/v2.10.0...v2.10.1) (2023-06-08)
+
+**Note:** Version bump only for package svelte-demo
+
+# 2.10.0 (2023-06-08)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.9.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.9.2...svelte-demo@2.9.3) (2023-02-12)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.9.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.9.1...svelte-demo@2.9.2) (2023-02-12)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.9.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.9.0...svelte-demo@2.9.1) (2023-02-11)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.9.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.8.0...svelte-demo@2.9.0) (2023-02-10)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.8.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.7.1...svelte-demo@2.8.0) (2023-01-18)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.7.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.7.0...svelte-demo@2.7.1) (2022-12-25)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.7.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.6.0...svelte-demo@2.7.0) (2022-12-23)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.6.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.5.3...svelte-demo@2.6.0) (2022-12-06)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.5.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.5.2...svelte-demo@2.5.3) (2022-11-07)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.5.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.5.1...svelte-demo@2.5.2) (2022-11-07)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.5.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.5.0...svelte-demo@2.5.1) (2022-11-03)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.5.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.4.0...svelte-demo@2.5.0) (2022-11-02)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.4.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.3.4...svelte-demo@2.4.0) (2022-10-30)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.3.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.3.3...svelte-demo@2.3.4) (2022-09-30)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.3.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.3.2...svelte-demo@2.3.3) (2022-09-30)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.3.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.3.1...svelte-demo@2.3.2) (2022-09-21)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.3.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.3.0...svelte-demo@2.3.1) (2022-09-13)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.3.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.2.4...svelte-demo@2.3.0) (2022-09-11)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.2.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.2.2...svelte-demo@2.2.4) (2022-08-26)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.2.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.2.2...svelte-demo@2.2.3) (2022-08-21)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.2.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.2.1...svelte-demo@2.2.2) (2022-08-16)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.2.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.2.0...svelte-demo@2.2.1) (2022-08-12)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.2.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.1.4...svelte-demo@2.2.0) (2022-08-11)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.1.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.1.3...svelte-demo@2.1.4) (2022-07-28)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.1.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.1.2...svelte-demo@2.1.3) (2022-07-01)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.1.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.1.1...svelte-demo@2.1.2) (2022-07-01)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.1.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.1.0...svelte-demo@2.1.1) (2022-07-01)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.1.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.0.6...svelte-demo@2.1.0) (2022-06-18)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.0.6](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.0.5...svelte-demo@2.0.6) (2022-04-16)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.0.5](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.0.4...svelte-demo@2.0.5) (2022-04-14)
+
+**Note:** Version bump only for package svelte-demo
+
+## [2.0.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.26.1...svelte-demo@2.0.4) (2022-04-06)
+
+### Bug Fixes
+
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+## [2.0.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.25.1...svelte-demo@2.0.3) (2022-03-11)
+
+## [1.26.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.26.0...svelte-demo@1.26.1) (2022-04-06)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.26.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.25.4...svelte-demo@1.26.0) (2022-04-04)
+
+### Bug Fixes
+
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+## [2.0.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.4...svelte-demo@2.0.2) (2022-02-21)
+
+- upgrade sirv-cli from 2.0.1 to 2.0.2 ([70f74fe](https://github.com/matteobruni/tsparticles/commit/70f74fed6693561fac9f259b3de6ea16a9c2fa32))
+
+## [1.25.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.25.3...svelte-demo@1.25.4) (2022-03-20)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.25.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.25.2...svelte-demo@1.25.3) (2022-03-18)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.25.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.25.1...svelte-demo@1.25.2) (2022-03-14)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.25.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.25.0...svelte-demo@1.25.1) (2022-03-09)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.25.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.6...svelte-demo@1.25.0) (2022-03-08)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.24.6](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.5...svelte-demo@1.24.6) (2022-03-03)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.24.5](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.4...svelte-demo@1.24.5) (2022-02-24)
+
+### Bug Fixes
+
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+## [2.0.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.0.0...svelte-demo@2.0.1) (2022-02-15)
+
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+
+## [1.24.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.3...svelte-demo@1.24.4) (2022-02-20)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.24.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.2...svelte-demo@1.24.3) (2022-02-19)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.24.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.1...svelte-demo@1.24.2) (2022-02-16)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.0.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.1...svelte-demo@2.0.0) (2022-02-15)
+
+### Bug Fixes
+
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.22.2...svelte-demo@2.0.0-beta.5) (2022-01-30)
+
+### Bug Fixes
+
+- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/matteobruni/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d))
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.0.0-beta.3...svelte-demo@2.0.0-beta.4) (2021-12-07)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.5...svelte-demo@2.0.0-beta.3) (2021-12-04)
+
+# [1.21.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.6...svelte-demo@1.21.0) (2021-12-29)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.20.6](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.5...svelte-demo@1.20.6) (2021-12-24)
+
+## [1.24.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.24.0...svelte-demo@1.24.1) (2022-02-14)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.4...svelte-demo@2.0.0-beta.2) (2021-10-06)
+
+## [1.20.5](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.4...svelte-demo@1.20.5) (2021-11-28)
+
+# [1.24.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.23.2...svelte-demo@1.24.0) (2022-02-10)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.20.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.3...svelte-demo@1.20.4) (2021-11-17)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.20.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.2...svelte-demo@1.20.3) (2021-11-05)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.20.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.1...svelte-demo@1.20.2) (2021-10-31)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.20.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.20.0...svelte-demo@1.20.1) (2021-10-30)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.20.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.19.0...svelte-demo@1.20.0) (2021-10-28)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.19.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.4...svelte-demo@1.19.0) (2021-10-14)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@2.0.0-beta.0...svelte-demo@2.0.0-beta.1) (2021-10-06)
+
+**Note:** Version bump only for package svelte-demo
+
+# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.3...svelte-demo@2.0.0-beta.0) (2021-10-06)
+
+## [1.18.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.3...svelte-demo@1.18.4) (2021-10-06)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.18.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.2...svelte-demo@1.18.3) (2021-10-03)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.18.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.1...svelte-demo@1.18.2) (2021-09-27)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.18.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.18.0...svelte-demo@1.18.1) (2021-09-20)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.18.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.17.1...svelte-demo@1.18.0) (2021-09-18)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.17.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.17.0...svelte-demo@1.17.1) (2021-09-15)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.17.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.16.3...svelte-demo@1.17.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+- **deps:** update all ([d9f0ff2](https://github.com/matteobruni/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422))
+
+## [1.16.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.16.2...svelte-demo@1.16.3) (2021-08-10)
+
+## [1.23.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.23.1...svelte-demo@1.23.2) (2022-02-07)
+
+### Bug Fixes
+
+- fixed issues with svelte 3.41.0 ([113c1c9](https://github.com/matteobruni/tsparticles/commit/113c1c9675eb365dedbedbc8ea39a8116ef66da8))
+
+## [1.16.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.16.1...svelte-demo@1.16.2) (2021-07-31)
+
+### Bug Fixes
+
+- fixed svelte component, reverted to an older svelte version for now, closes [#1924](https://github.com/matteobruni/tsparticles/issues/1924) ([80a88be](https://github.com/matteobruni/tsparticles/commit/80a88beaeb8a11b83c3f602234da0ec2cfadc10e))
+
+## [1.16.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.16.0...svelte-demo@1.16.1) (2021-07-29)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.16.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.15.0...svelte-demo@1.16.0) (2021-07-29)
+
+**Note:** Version bump only for package svelte-demo
+
+## [1.1.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0...svelte-demo@1.1.1) (2020-10-06)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-beta.5...svelte-demo@1.1.0) (2020-10-05)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-beta.5](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-beta.4...svelte-demo@1.1.0-beta.5) (2020-10-04)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-beta.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-beta.3...svelte-demo@1.1.0-beta.4) (2020-10-04)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-beta.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-beta.2...svelte-demo@1.1.0-beta.3) (2020-10-03)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-beta.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-beta.1...svelte-demo@1.1.0-beta.2) (2020-10-03)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-beta.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-beta.0...svelte-demo@1.1.0-beta.1) (2020-10-03)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-beta.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.0.13...svelte-demo@1.1.0-beta.0) (2020-10-02)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.0.10...svelte-demo@1.1.0-alpha.14) (2020-08-22)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.12...svelte-demo@1.1.0-alpha.13) (2020-08-17)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.0.8...svelte-demo@1.1.0-alpha.12) (2020-08-16)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.10...svelte-demo@1.1.0-alpha.11) (2020-08-13)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.9...svelte-demo@1.1.0-alpha.10) (2020-08-13)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.8...svelte-demo@1.1.0-alpha.9) (2020-08-13)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.7...svelte-demo@1.1.0-alpha.8) (2020-08-13)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.6...svelte-demo@1.1.0-alpha.7) (2020-08-12)
+
+**Note:** Version bump only for package svelte-demo
+
+- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/matteobruni/tsparticles/issues/3094) ([1415875](https://github.com/matteobruni/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568))
+
+# [1.1.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.5...svelte-demo@1.1.0-alpha.6) (2020-08-11)
+
+## [1.23.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.23.0...svelte-demo@1.23.1) (2022-02-06)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.4...svelte-demo@1.1.0-alpha.5) (2020-08-11)
+
+# [1.23.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.22.3...svelte-demo@1.23.0) (2022-02-04)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.3...svelte-demo@1.1.0-alpha.4) (2020-08-11)
+
+## [1.22.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.22.2...svelte-demo@1.22.3) (2022-02-02)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.2...svelte-demo@1.1.0-alpha.3) (2020-08-10)
+
+## [1.22.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.22.1...svelte-demo@1.22.2) (2022-01-29)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.1.0-alpha.1...svelte-demo@1.1.0-alpha.2) (2020-08-09)
+
+## [1.22.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.22.0...svelte-demo@1.22.1) (2022-01-26)
+
+**Note:** Version bump only for package svelte-demo
+
+# [1.1.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.0.7...svelte-demo@1.1.0-alpha.1) (2020-08-08)
+
+# [1.22.0](https://github.com/matteobruni/tsparticles/compare/svelte-demo@1.21.0...svelte-demo@1.22.0) (2022-01-08)
+
+**Note:** Version bump only for package svelte-demo
diff --git a/demo/svelte/README.md b/demo/svelte/README.md
new file mode 100644
index 00000000000..e929c99a327
--- /dev/null
+++ b/demo/svelte/README.md
@@ -0,0 +1,109 @@
+*Psst — looking for a more complete solution? Check out [SvelteKit](https://kit.svelte.dev), the official framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.*
+
+*Looking for a shareable component template instead? You can [use SvelteKit for that as well](https://kit.svelte.dev/docs#packaging) or the older [sveltejs/component-template](https://github.com/sveltejs/component-template)*
+
+---
+
+# svelte app
+
+This is a project template for [Svelte](https://svelte.dev) apps. It lives at https://github.com/sveltejs/template.
+
+To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
+
+```shell
+npx degit sveltejs/template svelte-app
+cd svelte-app
+```
+
+*Note that you will need to have [Node.js](https://nodejs.org) installed.*
+
+
+## Get started
+
+Install the dependencies...
+
+```shell
+cd svelte-app
+npm install
+```
+
+...then start [Rollup](https://rollupjs.org):
+
+```shell
+npm run dev
+```
+
+Navigate to [localhost:8080](http://localhost:8080). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.
+
+By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.
+
+If you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
+
+## Building and running in production mode
+
+To create an optimised version of the app:
+
+```shell
+npm run build
+```
+
+You can run the newly built app with `npm run start`. This uses [sirv](https://github.com/lukeed/sirv), which is included in your package.json's `dependencies` so that the app will work when you deploy to platforms like [Heroku](https://heroku.com).
+
+
+## Single-page app mode
+
+By default, sirv will only respond to requests that match files in `public`. This is to maximise compatibility with static fileservers, allowing you to deploy your app anywhere.
+
+If you're building a single-page app (SPA) with multiple routes, sirv needs to be able to respond to requests for *any* path. You can make it so by editing the `"start"` command in package.json:
+
+```js
+"start": "sirv public --single"
+```
+
+## Using TypeScript
+
+This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:
+
+```shell
+node scripts/setupTypeScript.js
+```
+
+Or remove the script via:
+
+```shell
+rm scripts/setupTypeScript.js
+```
+
+If you want to use `baseUrl` or `path` aliases within your `tsconfig`, you need to set up `@rollup/plugin-alias` to tell Rollup to resolve the aliases. For more info, see [this StackOverflow question](https://stackoverflow.com/questions/63427935/setup-tsconfig-path-in-svelte).
+
+## Deploying to the web
+
+### With [Vercel](https://vercel.com)
+
+Install `vercel` if you haven't already:
+
+```shell
+npm install -g vercel
+```
+
+Then, from within your project folder:
+
+```shell
+cd public
+vercel deploy --name my-project
+```
+
+### With [surge](https://surge.sh/)
+
+Install `surge` if you haven't already:
+
+```shell
+npm install -g surge
+```
+
+Then, from within your project folder:
+
+```shell
+npm run build
+surge public my-project.surge.sh
+```
diff --git a/demo/svelte/package.json b/demo/svelte/package.json
new file mode 100644
index 00000000000..ff223d72b29
--- /dev/null
+++ b/demo/svelte/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "@tsparticles/svelte-demo",
+ "version": "4.0.0-beta.12",
+ "private": true,
+ "scripts": {
+ "build": "rollup -c",
+ "build:ci": "rollup -c",
+ "dev": "rollup -c -w",
+ "start": "sirv public --host",
+ "check": "svelte-check --tsconfig ./tsconfig.json"
+ },
+ "devDependencies": {
+ "@rollup/plugin-commonjs": "^25.0.8",
+ "@rollup/plugin-json": "^6.1.0",
+ "@rollup/plugin-node-resolve": "^15.2.3",
+ "@rollup/plugin-terser": "^0.4.4",
+ "@rollup/plugin-typescript": "^11.1.6",
+ "@tsconfig/svelte": "^5.0.4",
+ "rollup": "^4.18.0",
+ "rollup-plugin-css-only": "^4.5.2",
+ "rollup-plugin-livereload": "^2.0.5",
+ "rollup-plugin-svelte": "^7.2.0",
+ "svelte": "^4.2.17",
+ "svelte-check": "^3.7.1",
+ "svelte-preprocess": "^5.1.4",
+ "tslib": "^2.6.2",
+ "typescript": "~5.4.5"
+ },
+ "dependencies": {
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/svelte": "workspace:^",
+ "sirv-cli": "^2.0.2",
+ "tsparticles": "workspace:^"
+ }
+}
diff --git a/demo/svelte/public/favicon.png b/demo/svelte/public/favicon.png
new file mode 100644
index 00000000000..f4039bf9ee9
Binary files /dev/null and b/demo/svelte/public/favicon.png differ
diff --git a/demo/svelte/public/global.css b/demo/svelte/public/global.css
new file mode 100644
index 00000000000..bb28a9414d4
--- /dev/null
+++ b/demo/svelte/public/global.css
@@ -0,0 +1,63 @@
+html, body {
+ position: relative;
+ width: 100%;
+ height: 100%;
+}
+
+body {
+ color: #333;
+ margin: 0;
+ padding: 8px;
+ box-sizing: border-box;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
+}
+
+a {
+ color: rgb(0,100,200);
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a:visited {
+ color: rgb(0,80,160);
+}
+
+label {
+ display: block;
+}
+
+input, button, select, textarea {
+ font-family: inherit;
+ font-size: inherit;
+ -webkit-padding: 0.4em 0;
+ padding: 0.4em;
+ margin: 0 0 0.5em 0;
+ box-sizing: border-box;
+ border: 1px solid #ccc;
+ border-radius: 2px;
+}
+
+input:disabled {
+ color: #ccc;
+}
+
+button {
+ color: #333;
+ background-color: #f4f4f4;
+ outline: none;
+}
+
+button:disabled {
+ color: #999;
+}
+
+button:not(:disabled):active {
+ background-color: #ddd;
+}
+
+button:focus {
+ border-color: #666;
+}
diff --git a/demo/svelte/public/index.html b/demo/svelte/public/index.html
new file mode 100644
index 00000000000..5da7ed3e4dd
--- /dev/null
+++ b/demo/svelte/public/index.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+ Svelte app
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/svelte/rollup.config.mjs b/demo/svelte/rollup.config.mjs
new file mode 100644
index 00000000000..5934d0066ec
--- /dev/null
+++ b/demo/svelte/rollup.config.mjs
@@ -0,0 +1,91 @@
+import svelte from "rollup-plugin-svelte";
+import commonjs from "@rollup/plugin-commonjs";
+import resolve from "@rollup/plugin-node-resolve";
+import livereload from "rollup-plugin-livereload";
+import terser from "@rollup/plugin-terser";
+import sveltePreprocess from "svelte-preprocess";
+import typescript from "@rollup/plugin-typescript";
+import css from "rollup-plugin-css-only";
+import json from "@rollup/plugin-json";
+
+const production = !process.env.ROLLUP_WATCH;
+
+function serve() {
+ let server;
+
+ function toExit() {
+ if (server) server.kill(0);
+ }
+
+ return {
+ writeBundle() {
+ if (server) return;
+ server = require("child_process").spawn("npm", ["run", "start", "--", "--dev"], {
+ stdio: ["ignore", "inherit", "inherit"],
+ shell: true,
+ });
+
+ process.on("SIGTERM", toExit);
+ process.on("exit", toExit);
+ },
+ };
+}
+
+export default {
+ input: "src/main.ts",
+ output: {
+ sourcemap: true,
+ format: "iife",
+ name: "app",
+ file: "public/build/bundle.js",
+ inlineDynamicImports: true,
+ },
+ plugins: [
+ svelte({
+ preprocess: sveltePreprocess({
+ sourceMap: !production,
+ typescript: {
+ tsconfigFile: "./tsconfig.json",
+ },
+ }),
+ compilerOptions: {
+ // enable run-time checks when not in production
+ dev: !production,
+ },
+ }),
+ // we'll extract any component CSS out into
+ // a separate file - better for performance
+ css({ output: "bundle.css" }),
+
+ // If you have external dependencies installed from
+ // npm, you'll most likely need these plugins. In
+ // some cases you'll need additional configuration -
+ // consult the documentation for details:
+ // https://github.com/rollup/plugins/tree/master/packages/commonjs
+ resolve({
+ browser: true,
+ dedupe: ["svelte"],
+ }),
+ commonjs(),
+ json(),
+ typescript({
+ sourceMap: !production,
+ inlineSources: !production,
+ }),
+
+ // In dev mode, call `npm run start` once
+ // the bundle has been generated
+ !production && serve(),
+
+ // Watch the `public` directory and refresh the
+ // browser on changes when not in production
+ !production && livereload("public"),
+
+ // If we're building for production (npm run build
+ // instead of npm run dev), minify
+ production && terser(),
+ ],
+ watch: {
+ clearScreen: false,
+ },
+};
diff --git a/demo/svelte/src/App.svelte b/demo/svelte/src/App.svelte
new file mode 100644
index 00000000000..21008dc332d
--- /dev/null
+++ b/demo/svelte/src/App.svelte
@@ -0,0 +1,53 @@
+
+
+
+
Hello {name}!
+
Visit the Svelte tutorial to learn how to build Svelte apps.
+
+
+
+
diff --git a/demo/svelte/src/global.d.ts b/demo/svelte/src/global.d.ts
new file mode 100644
index 00000000000..0e7296906a8
--- /dev/null
+++ b/demo/svelte/src/global.d.ts
@@ -0,0 +1 @@
+///
\ No newline at end of file
diff --git a/demo/svelte/src/main.ts b/demo/svelte/src/main.ts
new file mode 100644
index 00000000000..4173a2d7037
--- /dev/null
+++ b/demo/svelte/src/main.ts
@@ -0,0 +1,10 @@
+import App from './App.svelte';
+
+const app = new App({
+ target: document.body,
+ props: {
+ name: 'world'
+ }
+});
+
+export default app;
diff --git a/demo/svelte/tsconfig.json b/demo/svelte/tsconfig.json
new file mode 100644
index 00000000000..b082e9685e3
--- /dev/null
+++ b/demo/svelte/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": "@tsconfig/svelte/tsconfig.json",
+
+ "include": ["src/**/*"],
+ "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
+}
\ No newline at end of file
diff --git a/demo/vanilla/CHANGELOG.md b/demo/vanilla/CHANGELOG.md
index 4f6ed7fc53c..0b753699ec3 100644
--- a/demo/vanilla/CHANGELOG.md
+++ b/demo/vanilla/CHANGELOG.md
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+### Features
+
+- added explode destroy mode and destroy external interactor ([e6dfdd8](https://github.com/tsparticles/tsparticles/commit/e6dfdd88c3295cceffbf813ff809587b30b54417))
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/demo
diff --git a/demo/vanilla/app.ts b/demo/vanilla/app.ts
index 171389641ca..5ced29aef28 100644
--- a/demo/vanilla/app.ts
+++ b/demo/vanilla/app.ts
@@ -1,11 +1,12 @@
import { SeqTransport } from "@datalust/winston-seq";
import cluster from "node:cluster";
+import { existsSync, readdirSync, readFileSync } from "node:fs";
//import helmet from "helmet";
import connectLiveReload from "connect-livereload";
-import { dirname } from 'path';
+import { dirname } from "path";
import dotenv from "dotenv";
import express from "express";
-import { fileURLToPath } from 'url';
+import { fileURLToPath } from "url";
import livereload from "livereload";
import path from "node:path";
import os from "os";
@@ -14,39 +15,226 @@ import stylus from "stylus";
import winston from "winston";
const fileName = fileURLToPath(import.meta.url),
- dirName = dirname(fileName),
- app = express(), numCpus = os.cpus().length;
+ dirName = dirname(fileName),
+ app = express(),
+ numCpus = os.cpus().length;
dotenv.config({ path: path.join(dirName, "..", ".env") });
let seqTransport = undefined;
if (process.env.USE_SEQ === "1") {
- seqTransport = new SeqTransport({
- serverUrl: `http${process.env.SEQ_SSL === "1" ? "s" : ""}://${process.env.SEQ_HOST}:${process.env.SEQ_PORT}`,
- apiKey: process.env.SEQ_KEY,
- onError: (e => {
- console.error(e);
- }),
- handleExceptions: true,
- handleRejections: true
- });
+ seqTransport = new SeqTransport({
+ serverUrl: `http${process.env.SEQ_SSL === "1" ? "s" : ""}://${process.env.SEQ_HOST}:${process.env.SEQ_PORT}`,
+ apiKey: process.env.SEQ_KEY,
+ onError: e => {
+ console.error(e);
+ },
+ handleExceptions: true,
+ handleRejections: true,
+ });
}
const logger = winston.createLogger({
- level: "info",
- format: winston.format.combine( /* This is required to get errors to log with stack traces. See https://github.com/winstonjs/winston/issues/1498 */
- winston.format.errors({ stack: true }),
- winston.format.json()
- ),
- defaultMeta: { application: "tsParticles Demo" },
- transports: [
- seqTransport || new winston.transports.Console({
- format: winston.format.simple()
- })
- ]
+ level: "info",
+ format: winston.format.combine(
+ /* This is required to get errors to log with stack traces. See https://github.com/winstonjs/winston/issues/1498 */
+ winston.format.errors({ stack: true }),
+ winston.format.json(),
+ ),
+ defaultMeta: { application: "tsParticles Demo" },
+ transports: [
+ seqTransport ||
+ new winston.transports.Console({
+ format: winston.format.simple(),
+ }),
+ ],
});
+const workspaceRootGuess = path.resolve(dirName, "..", "..", ".."),
+ workspaceRoot = existsSync(path.join(workspaceRootGuess, "package.json"))
+ ? workspaceRootGuess
+ : path.resolve(dirName, "..", ".."),
+ presetsRoot = path.join(workspaceRoot, "presets"),
+ palettesRoot = path.join(workspaceRoot, "palettes");
+
+type CatalogMode = "preset" | "palette";
+
+interface CatalogItem {
+ id: string;
+ slug: string;
+ title: string;
+ packageName: string;
+ mountPath: string;
+ route: string;
+ image: string;
+ scriptFile: string;
+ loader: string;
+ optionValue: string;
+ description: string;
+ staticPath: string;
+ category?: string;
+}
+
+interface PaletteGroup {
+ title: string;
+ items: CatalogItem[];
+}
+
+const toTitleCase = (value: string): string => value.replace(/\b\w/gu, (char: string) => char.toUpperCase());
+
+const camelToKebab = (value: string): string =>
+ value
+ .replace(/([a-z0-9])([A-Z])/gu, "$1-$2")
+ .replace(/([A-Z]+)([A-Z][a-z0-9]+)/gu, "$1-$2")
+ .toLowerCase();
+
+const toPascal = (value: string): string => `${value[0].toUpperCase()}${value.slice(1)}`;
+
+const parsePaletteName = (fullPath: string, folder: string): string => {
+ const optionsPath = path.join(fullPath, "src", "options.ts");
+
+ if (!existsSync(optionsPath)) {
+ return toTitleCase(camelToKebab(folder).replace(/-/g, " "));
+ }
+
+ const optionsContent = readFileSync(optionsPath, "utf8"),
+ match = optionsContent.match(/name:\s*"([^"]+)"/u);
+
+ return match?.[1] ?? toTitleCase(camelToKebab(folder).replace(/-/g, " "));
+};
+
+const findGeneratedScript = (distPath: string, fallback: string, matcher: RegExp): string => {
+ if (!existsSync(distPath)) {
+ return fallback;
+ }
+
+ const generatedScript = readdirSync(distPath).find(file => matcher.test(file));
+
+ return generatedScript ?? fallback;
+};
+
+const loadPresetsCatalog = (): CatalogItem[] => {
+ if (!existsSync(presetsRoot)) {
+ return [];
+ }
+
+ return readdirSync(presetsRoot, { withFileTypes: true })
+ .filter(entry => entry.isDirectory())
+ .map(entry => entry.name)
+ .sort((a, b) => a.localeCompare(b))
+ .map(folder => {
+ const slug = camelToKebab(folder),
+ packageName = `@tsparticles/preset-${slug}`,
+ title = toTitleCase(slug.replace(/-/g, " ")),
+ loader = `load${toPascal(folder)}Preset`,
+ packageRoot = path.join(presetsRoot, folder),
+ scriptFile = findGeneratedScript(
+ path.join(packageRoot, "dist"),
+ `tsparticles.preset.${slug}.bundle.min.js`,
+ /^tsparticles\.preset\..+\.bundle\.min\.js$/u,
+ );
+
+ return {
+ id: folder,
+ slug,
+ title,
+ packageName,
+ mountPath: `/preset-${slug}`,
+ route: `/presets/${folder}`,
+ image: `/images/presets/${folder}.png`,
+ scriptFile,
+ loader,
+ optionValue: slug,
+ description: `${title} preset demo`,
+ staticPath: path.join(packageRoot, "dist"),
+ };
+ });
+};
+
+const hasPaletteOptions = (palettePath: string): boolean => existsSync(path.join(palettePath, "src", "options.ts"));
+
+const discoverPaletteDirs = (): Array<{ category: string; folder: string; fullPath: string }> => {
+ if (!existsSync(palettesRoot)) {
+ return [];
+ }
+
+ return readdirSync(palettesRoot, { withFileTypes: true })
+ .filter(entry => entry.isDirectory())
+ .flatMap(entry => {
+ const categoryPath = path.join(palettesRoot, entry.name);
+
+ if (hasPaletteOptions(categoryPath)) {
+ return [{ category: "other", folder: entry.name, fullPath: categoryPath }];
+ }
+
+ return readdirSync(categoryPath, { withFileTypes: true })
+ .filter(nested => nested.isDirectory())
+ .map(nested => ({
+ category: entry.name,
+ folder: nested.name,
+ fullPath: path.join(categoryPath, nested.name),
+ }))
+ .filter(item => hasPaletteOptions(item.fullPath));
+ })
+ .sort((a, b) => a.folder.localeCompare(b.folder));
+};
+
+const loadPalettesCatalog = (): CatalogItem[] => {
+ return discoverPaletteDirs().map(({ category, folder, fullPath }) => {
+ const slug = camelToKebab(folder),
+ packageName = `@tsparticles/palette-${slug}`,
+ title = parsePaletteName(fullPath, folder),
+ loader = `load${toPascal(folder)}Palette`,
+ scriptFile = findGeneratedScript(
+ path.join(fullPath, "dist"),
+ `tsparticles.palette.${slug}.min.js`,
+ /^tsparticles\.palette\..+\.min\.js$/u,
+ );
+
+ return {
+ id: folder,
+ slug,
+ title,
+ packageName,
+ mountPath: `/palette-${slug}`,
+ route: `/palettes/${folder}`,
+ image: `/images/palettes/${folder}.png`,
+ scriptFile,
+ loader,
+ optionValue: slug,
+ description: `${title} palette demo`,
+ staticPath: path.join(fullPath, "dist"),
+ category,
+ };
+ });
+};
+
+const makePaletteGroups = (items: CatalogItem[]): PaletteGroup[] => {
+ const groups = new Map();
+
+ for (const item of items) {
+ const key = item.category ?? "other",
+ list = groups.get(key) ?? [];
+
+ list.push(item);
+ groups.set(key, list);
+ }
+
+ return [...groups.entries()]
+ .sort(([a], [b]) => a.localeCompare(b))
+ .map(([key, groupItems]) => ({
+ title: toTitleCase(camelToKebab(key).replace(/-/g, " ")),
+ items: groupItems.sort((a, b) => a.title.localeCompare(b.title)),
+ }));
+};
+
+const presetsCatalog = loadPresetsCatalog(),
+ presetsMap = new Map(presetsCatalog.map(item => [item.id, item])),
+ palettesCatalog = loadPalettesCatalog(),
+ palettesMap = new Map(palettesCatalog.map(item => [item.id, item])),
+ paletteGroups = makePaletteGroups(palettesCatalog);
+
app.set("views", "./views");
app.set("view engine", "pug");
app.use(stylus.middleware("./public"));
@@ -65,7 +253,7 @@ app.use("/tsparticles-fractal-noise", express.static("./node_modules/@tsparticle
app.use("/tsparticles-noise-field", express.static("./node_modules/@tsparticles/noise-field"));
app.use("/tsparticles-all", express.static("./node_modules/@tsparticles/all"));
app.use("/tsparticles-basic", express.static("./node_modules/@tsparticles/basic"));
-app.use("/tsparticles-engine", express.static("./node_modules/@tsparticles/engine"));
+app.use("/@tsparticles/engine", express.static("./node_modules/@tsparticles/engine"));
app.use("/tsparticles-pjs", express.static("./node_modules/@tsparticles/pjs"));
app.use("/tsparticles-slim", express.static("./node_modules/@tsparticles/slim"));
app.use("/tsparticles-confetti", express.static("./node_modules/@tsparticles/confetti"));
@@ -78,6 +266,7 @@ app.use("/interaction-external-attract", express.static("./node_modules/@tsparti
app.use("/interaction-external-bounce", express.static("./node_modules/@tsparticles/interaction-external-bounce"));
app.use("/interaction-external-bubble", express.static("./node_modules/@tsparticles/interaction-external-bubble"));
app.use("/interaction-external-connect", express.static("./node_modules/@tsparticles/interaction-external-connect"));
+app.use("/interaction-external-destroy", express.static("./node_modules/@tsparticles/interaction-external-destroy"));
app.use("/interaction-external-drag", express.static("./node_modules/@tsparticles/interaction-external-drag"));
app.use("/interaction-external-grab", express.static("./node_modules/@tsparticles/interaction-external-grab"));
app.use("/interaction-external-pause", express.static("./node_modules/@tsparticles/interaction-external-pause"));
@@ -87,8 +276,8 @@ app.use("/interaction-external-repulse", express.static("./node_modules/@tsparti
app.use("/interaction-external-slow", express.static("./node_modules/@tsparticles/interaction-external-slow"));
app.use("/interaction-particles-attract", express.static("./node_modules/@tsparticles/interaction-particles-attract"));
app.use(
- "/interaction-particles-collisions",
- express.static("./node_modules/@tsparticles/interaction-particles-collisions")
+ "/interaction-particles-collisions",
+ express.static("./node_modules/@tsparticles/interaction-particles-collisions"),
);
app.use("/interaction-particles-links", express.static("./node_modules/@tsparticles/interaction-particles-links"));
app.use("/shape-circle", express.static("./node_modules/@tsparticles/shape-circle"));
@@ -201,130 +390,192 @@ app.use("/shape-spiral", express.static("./node_modules/@tsparticles/shape-spira
app.use("/shape-squircle", express.static("./node_modules/@tsparticles/shape-squircle"));
app.use("/stats.ts", express.static("./node_modules/stats.ts/"));
+for (const item of presetsCatalog) {
+ if (existsSync(item.staticPath)) {
+ app.use(item.mountPath, express.static(item.staticPath));
+ }
+}
+
+for (const item of palettesCatalog) {
+ if (existsSync(item.staticPath)) {
+ app.use(item.mountPath, express.static(item.staticPath));
+ }
+}
+
app.get("/", function (req, res) {
- logger.info("index requested");
+ logger.info("index requested");
- res.render("index");
+ res.render("index");
});
app.get("/basic", function (req, res) {
- logger.info("basic requested");
+ logger.info("basic requested");
- res.render("basic");
+ res.render("basic");
});
app.get("/bundle", function (req, res) {
- logger.info("bundle requested");
+ logger.info("bundle requested");
- res.render("bundle");
+ res.render("bundle");
});
app.get("/playground", function (req, res) {
- logger.info("playground requested");
+ logger.info("playground requested");
- res.render("playground");
+ res.render("playground");
});
app.get("/confetti", function (req, res) {
- logger.info("confetti requested");
+ logger.info("confetti requested");
- res.render("confetti");
+ res.render("confetti");
});
app.get("/fireworks", function (req, res) {
- logger.info("firefox requested");
+ logger.info("firefox requested");
- res.render("fireworks");
+ res.render("fireworks");
});
app.get("/domEmitters", function (req, res) {
- logger.info("dom emitters requested");
+ logger.info("dom emitters requested");
- res.render("domEmitters");
+ res.render("domEmitters");
});
app.get("/slim", function (req, res) {
- logger.info("slim requested");
+ logger.info("slim requested");
- res.render("slim");
+ res.render("slim");
});
app.get("/themes", function (req, res) {
- logger.info("themes requested");
+ logger.info("themes requested");
- res.render("themes");
+ res.render("themes");
});
app.get("/click", function (req, res) {
- logger.info("click requested");
+ logger.info("click requested");
- res.render("click");
+ res.render("click");
});
app.get("/noid", function (req, res) {
- logger.info("noid requested");
+ logger.info("noid requested");
- res.render("noid");
+ res.render("noid");
});
app.get("/pjs", function (req, res) {
- logger.info("pjs requested");
+ logger.info("pjs requested");
- res.render("pjs");
+ res.render("pjs");
});
app.get("/pjs2", function (req, res) {
- logger.info("pjs2 requested");
+ logger.info("pjs2 requested");
+
+ res.render("pjs2");
+});
+
+app.get("/presets", function (req, res) {
+ logger.info("presets requested");
+
+ res.render("presets", { presets: presetsCatalog });
+});
+
+app.get("/presets/:id", function (req, res) {
+ const item = presetsMap.get(req.params.id);
+
+ if (!item) {
+ res.status(404).send("Preset not found");
+
+ return;
+ }
- res.render("pjs2");
+ logger.info(`preset ${req.params.id} requested`);
+ res.render("preset", { item });
});
+for (const item of presetsCatalog) {
+ app.get(`/preset/${item.id}`, function (req, res) {
+ res.redirect(item.route);
+ });
+}
+
+app.get("/palettes", function (req, res) {
+ logger.info("palettes requested");
+
+ res.render("palettes", { paletteGroups });
+});
+
+app.get("/palettes/:id", function (req, res) {
+ const item = palettesMap.get(req.params.id);
+
+ if (!item) {
+ res.status(404).send("Palette not found");
+
+ return;
+ }
+
+ logger.info(`palette ${req.params.id} requested`);
+ res.render("palette", { item });
+});
+
+for (const item of palettesCatalog) {
+ app.get(`/palette/${item.id}`, function (req, res) {
+ res.redirect(item.route);
+ });
+}
+
const port = 3000;
if (cluster.isMaster) {
- for (let i = 0; i < numCpus; i++) {
- cluster.fork();
- }
+ for (let i = 0; i < numCpus; i++) {
+ cluster.fork();
+ }
- cluster.on("exit", (worker) => {
- logger.info(`worker ${worker.process.pid} died`);
+ cluster.on("exit", worker => {
+ logger.info(`worker ${worker.process.pid} died`);
- cluster.fork();
- });
+ cluster.fork();
+ });
- process.on("SIGHUP", function () {
- if (!cluster.workers) {
- return;
- }
+ process.on("SIGHUP", function () {
+ if (!cluster.workers) {
+ return;
+ }
- for (const worker of Object.values(cluster.workers)) {
- worker?.process.kill("SIGTERM");
- }
- });
+ for (const worker of Object.values(cluster.workers)) {
+ worker?.process.kill("SIGTERM");
+ }
+ });
- const liveReloadServer = livereload.createServer();
+ const liveReloadServer = livereload.createServer();
- liveReloadServer.server.once("connection", () => {
- setTimeout(() => {
- liveReloadServer.refresh("/");
- }, 100);
- });
+ liveReloadServer.server.once("connection", () => {
+ setTimeout(() => {
+ liveReloadServer.refresh("/");
+ }, 100);
+ });
- app.use(connectLiveReload());
+ app.use(connectLiveReload());
- /*const limiter = rateLimit({
+ /*const limiter = rateLimit({
windowMs: 1000, // 15 minutes
max: 100 // limit each IP to 100 requests per windowMs
});
app.use(limiter);*/
- //app.use(helmet()); // Safari requires https, probably a bug
+ //app.use(helmet()); // Safari requires https, probably a bug
} else {
- process.on("SIGHUP", function () {
- //no-op
- });
+ process.on("SIGHUP", function () {
+ //no-op
+ });
- app.use(connectLiveReload());
+ app.use(connectLiveReload());
- app.listen(port, () => logger.info(`Server working with pid ${process.pid} at localhost with port ${port}`));
+ app.listen(port, () => logger.info(`Server working with pid ${process.pid} at localhost with port ${port}`));
}
diff --git a/demo/vanilla/package.json b/demo/vanilla/package.json
index 948e1c9a75a..fca6470b286 100644
--- a/demo/vanilla/package.json
+++ b/demo/vanilla/package.json
@@ -1,7 +1,7 @@
{
"name": "@tsparticles/demo",
"private": true,
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "> TODO: description",
"author": "Matteo Bruni ",
"homepage": "https://particles.js.org",
@@ -68,6 +68,7 @@
"@tsparticles/interaction-external-bubble": "workspace:*",
"@tsparticles/interaction-external-cannon": "workspace:*",
"@tsparticles/interaction-external-connect": "workspace:*",
+ "@tsparticles/interaction-external-destroy": "workspace:*",
"@tsparticles/interaction-external-drag": "workspace:*",
"@tsparticles/interaction-external-grab": "workspace:*",
"@tsparticles/interaction-external-parallax": "workspace:*",
diff --git a/demo/vanilla/public/images/palettes/acidPair.png b/demo/vanilla/public/images/palettes/acidPair.png
new file mode 100644
index 00000000000..93188eb2bcb
Binary files /dev/null and b/demo/vanilla/public/images/palettes/acidPair.png differ
diff --git a/demo/vanilla/public/images/palettes/auroraBorealis.png b/demo/vanilla/public/images/palettes/auroraBorealis.png
new file mode 100644
index 00000000000..935f01d9819
Binary files /dev/null and b/demo/vanilla/public/images/palettes/auroraBorealis.png differ
diff --git a/demo/vanilla/public/images/palettes/autumnLeaves.png b/demo/vanilla/public/images/palettes/autumnLeaves.png
new file mode 100644
index 00000000000..82464c79fda
Binary files /dev/null and b/demo/vanilla/public/images/palettes/autumnLeaves.png differ
diff --git a/demo/vanilla/public/images/palettes/bioluminescence.png b/demo/vanilla/public/images/palettes/bioluminescence.png
new file mode 100644
index 00000000000..ac8ded6716f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/bioluminescence.png differ
diff --git a/demo/vanilla/public/images/palettes/bloodAndGore.png b/demo/vanilla/public/images/palettes/bloodAndGore.png
new file mode 100644
index 00000000000..148f0f3f18d
Binary files /dev/null and b/demo/vanilla/public/images/palettes/bloodAndGore.png differ
diff --git a/demo/vanilla/public/images/palettes/bokehCold.png b/demo/vanilla/public/images/palettes/bokehCold.png
new file mode 100644
index 00000000000..a7cee486fa9
Binary files /dev/null and b/demo/vanilla/public/images/palettes/bokehCold.png differ
diff --git a/demo/vanilla/public/images/palettes/bokehGold.png b/demo/vanilla/public/images/palettes/bokehGold.png
new file mode 100644
index 00000000000..a6b493f99f1
Binary files /dev/null and b/demo/vanilla/public/images/palettes/bokehGold.png differ
diff --git a/demo/vanilla/public/images/palettes/bokehPastel.png b/demo/vanilla/public/images/palettes/bokehPastel.png
new file mode 100644
index 00000000000..a8e0aaa6bdc
Binary files /dev/null and b/demo/vanilla/public/images/palettes/bokehPastel.png differ
diff --git a/demo/vanilla/public/images/palettes/bulletHit.png b/demo/vanilla/public/images/palettes/bulletHit.png
new file mode 100644
index 00000000000..2647fb41583
Binary files /dev/null and b/demo/vanilla/public/images/palettes/bulletHit.png differ
diff --git a/demo/vanilla/public/images/palettes/candlelight.png b/demo/vanilla/public/images/palettes/candlelight.png
new file mode 100644
index 00000000000..c28eec28129
Binary files /dev/null and b/demo/vanilla/public/images/palettes/candlelight.png differ
diff --git a/demo/vanilla/public/images/palettes/caustics.png b/demo/vanilla/public/images/palettes/caustics.png
new file mode 100644
index 00000000000..c0fea9134e1
Binary files /dev/null and b/demo/vanilla/public/images/palettes/caustics.png differ
diff --git a/demo/vanilla/public/images/palettes/cherryBlossom.png b/demo/vanilla/public/images/palettes/cherryBlossom.png
new file mode 100644
index 00000000000..6a8c327e4b8
Binary files /dev/null and b/demo/vanilla/public/images/palettes/cherryBlossom.png differ
diff --git a/demo/vanilla/public/images/palettes/cmySecondaries.png b/demo/vanilla/public/images/palettes/cmySecondaries.png
new file mode 100644
index 00000000000..b699f0ba839
Binary files /dev/null and b/demo/vanilla/public/images/palettes/cmySecondaries.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokeBlue.png b/demo/vanilla/public/images/palettes/coloredSmokeBlue.png
new file mode 100644
index 00000000000..2ef636c1b65
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokeBlue.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokeGreen.png b/demo/vanilla/public/images/palettes/coloredSmokeGreen.png
new file mode 100644
index 00000000000..4fb756ebcd7
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokeGreen.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokeMagenta.png b/demo/vanilla/public/images/palettes/coloredSmokeMagenta.png
new file mode 100644
index 00000000000..a2f7039b329
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokeMagenta.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokeOrange.png b/demo/vanilla/public/images/palettes/coloredSmokeOrange.png
new file mode 100644
index 00000000000..e62d3b5eab4
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokeOrange.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokePurple.png b/demo/vanilla/public/images/palettes/coloredSmokePurple.png
new file mode 100644
index 00000000000..b60b4043776
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokePurple.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokeRainbow.png b/demo/vanilla/public/images/palettes/coloredSmokeRainbow.png
new file mode 100644
index 00000000000..9f7cdad1817
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokeRainbow.png differ
diff --git a/demo/vanilla/public/images/palettes/coloredSmokeTeal.png b/demo/vanilla/public/images/palettes/coloredSmokeTeal.png
new file mode 100644
index 00000000000..6c0a1f7b740
Binary files /dev/null and b/demo/vanilla/public/images/palettes/coloredSmokeTeal.png differ
diff --git a/demo/vanilla/public/images/palettes/confetti.png b/demo/vanilla/public/images/palettes/confetti.png
new file mode 100644
index 00000000000..d91210255b9
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confetti.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiGold.png b/demo/vanilla/public/images/palettes/confettiGold.png
new file mode 100644
index 00000000000..d4a3265a7fc
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiGold.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiMonochromeBlue.png b/demo/vanilla/public/images/palettes/confettiMonochromeBlue.png
new file mode 100644
index 00000000000..7d1a4951681
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiMonochromeBlue.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiMonochromeGreen.png b/demo/vanilla/public/images/palettes/confettiMonochromeGreen.png
new file mode 100644
index 00000000000..da67849f53f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiMonochromeGreen.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiMonochromePink.png b/demo/vanilla/public/images/palettes/confettiMonochromePink.png
new file mode 100644
index 00000000000..15ffc85add5
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiMonochromePink.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiNeon.png b/demo/vanilla/public/images/palettes/confettiNeon.png
new file mode 100644
index 00000000000..466c891457f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiNeon.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiPastel.png b/demo/vanilla/public/images/palettes/confettiPastel.png
new file mode 100644
index 00000000000..3871c31f847
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiPastel.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiPatriotic.png b/demo/vanilla/public/images/palettes/confettiPatriotic.png
new file mode 100644
index 00000000000..765ac1da7dd
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiPatriotic.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiRainbow.png b/demo/vanilla/public/images/palettes/confettiRainbow.png
new file mode 100644
index 00000000000..2828f57fbb7
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiRainbow.png differ
diff --git a/demo/vanilla/public/images/palettes/confettiWinter.png b/demo/vanilla/public/images/palettes/confettiWinter.png
new file mode 100644
index 00000000000..a75d46cd637
Binary files /dev/null and b/demo/vanilla/public/images/palettes/confettiWinter.png differ
diff --git a/demo/vanilla/public/images/palettes/cosmicRadiation.png b/demo/vanilla/public/images/palettes/cosmicRadiation.png
new file mode 100644
index 00000000000..7ae4a222e03
Binary files /dev/null and b/demo/vanilla/public/images/palettes/cosmicRadiation.png differ
diff --git a/demo/vanilla/public/images/palettes/crtPhosphor.png b/demo/vanilla/public/images/palettes/crtPhosphor.png
new file mode 100644
index 00000000000..f384bcf1657
Binary files /dev/null and b/demo/vanilla/public/images/palettes/crtPhosphor.png differ
diff --git a/demo/vanilla/public/images/palettes/dandelionSeeds.png b/demo/vanilla/public/images/palettes/dandelionSeeds.png
new file mode 100644
index 00000000000..3523d435987
Binary files /dev/null and b/demo/vanilla/public/images/palettes/dandelionSeeds.png differ
diff --git a/demo/vanilla/public/images/palettes/darkMatter.png b/demo/vanilla/public/images/palettes/darkMatter.png
new file mode 100644
index 00000000000..756cd45cadd
Binary files /dev/null and b/demo/vanilla/public/images/palettes/darkMatter.png differ
diff --git a/demo/vanilla/public/images/palettes/deepOcean.png b/demo/vanilla/public/images/palettes/deepOcean.png
new file mode 100644
index 00000000000..725cc0f25f0
Binary files /dev/null and b/demo/vanilla/public/images/palettes/deepOcean.png differ
diff --git a/demo/vanilla/public/images/palettes/desertSand.png b/demo/vanilla/public/images/palettes/desertSand.png
new file mode 100644
index 00000000000..99c33b1d172
Binary files /dev/null and b/demo/vanilla/public/images/palettes/desertSand.png differ
diff --git a/demo/vanilla/public/images/palettes/dualityBlueYellow.png b/demo/vanilla/public/images/palettes/dualityBlueYellow.png
new file mode 100644
index 00000000000..823bbe72af1
Binary files /dev/null and b/demo/vanilla/public/images/palettes/dualityBlueYellow.png differ
diff --git a/demo/vanilla/public/images/palettes/dualityGreenMagenta.png b/demo/vanilla/public/images/palettes/dualityGreenMagenta.png
new file mode 100644
index 00000000000..5f59830a6b4
Binary files /dev/null and b/demo/vanilla/public/images/palettes/dualityGreenMagenta.png differ
diff --git a/demo/vanilla/public/images/palettes/dualityRedCyan.png b/demo/vanilla/public/images/palettes/dualityRedCyan.png
new file mode 100644
index 00000000000..1e6a3672ca2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/dualityRedCyan.png differ
diff --git a/demo/vanilla/public/images/palettes/dustHaze.png b/demo/vanilla/public/images/palettes/dustHaze.png
new file mode 100644
index 00000000000..fe0c7e366a0
Binary files /dev/null and b/demo/vanilla/public/images/palettes/dustHaze.png differ
diff --git a/demo/vanilla/public/images/palettes/earthyNature.png b/demo/vanilla/public/images/palettes/earthyNature.png
new file mode 100644
index 00000000000..e2a9384e2d9
Binary files /dev/null and b/demo/vanilla/public/images/palettes/earthyNature.png differ
diff --git a/demo/vanilla/public/images/palettes/embersAndAsh.png b/demo/vanilla/public/images/palettes/embersAndAsh.png
new file mode 100644
index 00000000000..ef426c029c3
Binary files /dev/null and b/demo/vanilla/public/images/palettes/embersAndAsh.png differ
diff --git a/demo/vanilla/public/images/palettes/explosionDebris.png b/demo/vanilla/public/images/palettes/explosionDebris.png
new file mode 100644
index 00000000000..e39e6222191
Binary files /dev/null and b/demo/vanilla/public/images/palettes/explosionDebris.png differ
diff --git a/demo/vanilla/public/images/palettes/fairyDust.png b/demo/vanilla/public/images/palettes/fairyDust.png
new file mode 100644
index 00000000000..63221f90c44
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fairyDust.png differ
diff --git a/demo/vanilla/public/images/palettes/fire.png b/demo/vanilla/public/images/palettes/fire.png
new file mode 100644
index 00000000000..798d9be641b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fire.png differ
diff --git a/demo/vanilla/public/images/palettes/fireSeed.png b/demo/vanilla/public/images/palettes/fireSeed.png
new file mode 100644
index 00000000000..05ebf0c0702
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireSeed.png differ
diff --git a/demo/vanilla/public/images/palettes/fireflies.png b/demo/vanilla/public/images/palettes/fireflies.png
new file mode 100644
index 00000000000..3eb19d6928c
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireflies.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksBlue.png b/demo/vanilla/public/images/palettes/fireworksBlue.png
new file mode 100644
index 00000000000..5b9030f5e8f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksBlue.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksBlueStroke.png b/demo/vanilla/public/images/palettes/fireworksBlueStroke.png
new file mode 100644
index 00000000000..346ffe09dd7
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksBlueStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksCopper.png b/demo/vanilla/public/images/palettes/fireworksCopper.png
new file mode 100644
index 00000000000..d4eb3dc639e
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksCopper.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksCopperStroke.png b/demo/vanilla/public/images/palettes/fireworksCopperStroke.png
new file mode 100644
index 00000000000..b235b118244
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksCopperStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksGold.png b/demo/vanilla/public/images/palettes/fireworksGold.png
new file mode 100644
index 00000000000..cccdaddd506
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksGold.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksGoldStroke.png b/demo/vanilla/public/images/palettes/fireworksGoldStroke.png
new file mode 100644
index 00000000000..8daa00f81be
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksGoldStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksGreen.png b/demo/vanilla/public/images/palettes/fireworksGreen.png
new file mode 100644
index 00000000000..b05a8dca2d0
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksGreen.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksGreenStroke.png b/demo/vanilla/public/images/palettes/fireworksGreenStroke.png
new file mode 100644
index 00000000000..a55da8ceae4
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksGreenStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksIce.png b/demo/vanilla/public/images/palettes/fireworksIce.png
new file mode 100644
index 00000000000..358b4140201
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksIce.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksIceStroke.png b/demo/vanilla/public/images/palettes/fireworksIceStroke.png
new file mode 100644
index 00000000000..33f10f74ccc
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksIceStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksMulticolor.png b/demo/vanilla/public/images/palettes/fireworksMulticolor.png
new file mode 100644
index 00000000000..2c37712e174
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksMulticolor.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksMulticolorStroke.png b/demo/vanilla/public/images/palettes/fireworksMulticolorStroke.png
new file mode 100644
index 00000000000..ebac1efd13c
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksMulticolorStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksNeon.png b/demo/vanilla/public/images/palettes/fireworksNeon.png
new file mode 100644
index 00000000000..662c53090cc
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksNeon.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksNeonStroke.png b/demo/vanilla/public/images/palettes/fireworksNeonStroke.png
new file mode 100644
index 00000000000..3493a80c4df
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksNeonStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksPastel.png b/demo/vanilla/public/images/palettes/fireworksPastel.png
new file mode 100644
index 00000000000..b010fd694b7
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksPastel.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksPastelStroke.png b/demo/vanilla/public/images/palettes/fireworksPastelStroke.png
new file mode 100644
index 00000000000..2dfded55e4f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksPastelStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksPurple.png b/demo/vanilla/public/images/palettes/fireworksPurple.png
new file mode 100644
index 00000000000..9ce991d2b4b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksPurple.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksPurpleStroke.png b/demo/vanilla/public/images/palettes/fireworksPurpleStroke.png
new file mode 100644
index 00000000000..b342f524ed1
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksPurpleStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksRainbowStroke.png b/demo/vanilla/public/images/palettes/fireworksRainbowStroke.png
new file mode 100644
index 00000000000..8f2381d4ef6
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksRainbowStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksRed.png b/demo/vanilla/public/images/palettes/fireworksRed.png
new file mode 100644
index 00000000000..f3c53d2191b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksRed.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksRedStroke.png b/demo/vanilla/public/images/palettes/fireworksRedStroke.png
new file mode 100644
index 00000000000..0791d2bc726
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksRedStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksSilver.png b/demo/vanilla/public/images/palettes/fireworksSilver.png
new file mode 100644
index 00000000000..e4be624654f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksSilver.png differ
diff --git a/demo/vanilla/public/images/palettes/fireworksSilverStroke.png b/demo/vanilla/public/images/palettes/fireworksSilverStroke.png
new file mode 100644
index 00000000000..92e759c9972
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fireworksSilverStroke.png differ
diff --git a/demo/vanilla/public/images/palettes/foamAndBubbles.png b/demo/vanilla/public/images/palettes/foamAndBubbles.png
new file mode 100644
index 00000000000..4e8d0eb095e
Binary files /dev/null and b/demo/vanilla/public/images/palettes/foamAndBubbles.png differ
diff --git a/demo/vanilla/public/images/palettes/fogCoastal.png b/demo/vanilla/public/images/palettes/fogCoastal.png
new file mode 100644
index 00000000000..5d53840d9cb
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fogCoastal.png differ
diff --git a/demo/vanilla/public/images/palettes/fogMorning.png b/demo/vanilla/public/images/palettes/fogMorning.png
new file mode 100644
index 00000000000..84129319ae3
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fogMorning.png differ
diff --git a/demo/vanilla/public/images/palettes/forestCanopy.png b/demo/vanilla/public/images/palettes/forestCanopy.png
new file mode 100644
index 00000000000..6c05b894de2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/forestCanopy.png differ
diff --git a/demo/vanilla/public/images/palettes/fullFireGradient.png b/demo/vanilla/public/images/palettes/fullFireGradient.png
new file mode 100644
index 00000000000..637d931fb2b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fullFireGradient.png differ
diff --git a/demo/vanilla/public/images/palettes/fullSpectrum.png b/demo/vanilla/public/images/palettes/fullSpectrum.png
new file mode 100644
index 00000000000..a034337a0f2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/fullSpectrum.png differ
diff --git a/demo/vanilla/public/images/palettes/galaxyDust.png b/demo/vanilla/public/images/palettes/galaxyDust.png
new file mode 100644
index 00000000000..dccc1809535
Binary files /dev/null and b/demo/vanilla/public/images/palettes/galaxyDust.png differ
diff --git a/demo/vanilla/public/images/palettes/glassBurst.png b/demo/vanilla/public/images/palettes/glassBurst.png
new file mode 100644
index 00000000000..dd26978bd75
Binary files /dev/null and b/demo/vanilla/public/images/palettes/glassBurst.png differ
diff --git a/demo/vanilla/public/images/palettes/glitch.png b/demo/vanilla/public/images/palettes/glitch.png
new file mode 100644
index 00000000000..1ff3f461572
Binary files /dev/null and b/demo/vanilla/public/images/palettes/glitch.png differ
diff --git a/demo/vanilla/public/images/palettes/heatDuality.png b/demo/vanilla/public/images/palettes/heatDuality.png
new file mode 100644
index 00000000000..cdda466d527
Binary files /dev/null and b/demo/vanilla/public/images/palettes/heatDuality.png differ
diff --git a/demo/vanilla/public/images/palettes/heatHaze.png b/demo/vanilla/public/images/palettes/heatHaze.png
new file mode 100644
index 00000000000..feaf6926fe7
Binary files /dev/null and b/demo/vanilla/public/images/palettes/heatHaze.png differ
diff --git a/demo/vanilla/public/images/palettes/hologram.png b/demo/vanilla/public/images/palettes/hologram.png
new file mode 100644
index 00000000000..0fe15745898
Binary files /dev/null and b/demo/vanilla/public/images/palettes/hologram.png differ
diff --git a/demo/vanilla/public/images/palettes/holographicShimmer.png b/demo/vanilla/public/images/palettes/holographicShimmer.png
new file mode 100644
index 00000000000..7c29d94f2c2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/holographicShimmer.png differ
diff --git a/demo/vanilla/public/images/palettes/holyLight.png b/demo/vanilla/public/images/palettes/holyLight.png
new file mode 100644
index 00000000000..1df4d0667fc
Binary files /dev/null and b/demo/vanilla/public/images/palettes/holyLight.png differ
diff --git a/demo/vanilla/public/images/palettes/iceMagic.png b/demo/vanilla/public/images/palettes/iceMagic.png
new file mode 100644
index 00000000000..459be323648
Binary files /dev/null and b/demo/vanilla/public/images/palettes/iceMagic.png differ
diff --git a/demo/vanilla/public/images/palettes/iceTriad.png b/demo/vanilla/public/images/palettes/iceTriad.png
new file mode 100644
index 00000000000..adf6c1b2c1f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/iceTriad.png differ
diff --git a/demo/vanilla/public/images/palettes/inkInWater.png b/demo/vanilla/public/images/palettes/inkInWater.png
new file mode 100644
index 00000000000..472de36809e
Binary files /dev/null and b/demo/vanilla/public/images/palettes/inkInWater.png differ
diff --git a/demo/vanilla/public/images/palettes/jellyfishGlow.png b/demo/vanilla/public/images/palettes/jellyfishGlow.png
new file mode 100644
index 00000000000..5cdea82a8cf
Binary files /dev/null and b/demo/vanilla/public/images/palettes/jellyfishGlow.png differ
diff --git a/demo/vanilla/public/images/palettes/laserScatter.png b/demo/vanilla/public/images/palettes/laserScatter.png
new file mode 100644
index 00000000000..7ba6f36b1ca
Binary files /dev/null and b/demo/vanilla/public/images/palettes/laserScatter.png differ
diff --git a/demo/vanilla/public/images/palettes/lavaLamp.png b/demo/vanilla/public/images/palettes/lavaLamp.png
new file mode 100644
index 00000000000..0986a580e8a
Binary files /dev/null and b/demo/vanilla/public/images/palettes/lavaLamp.png differ
diff --git a/demo/vanilla/public/images/palettes/lensFlareDust.png b/demo/vanilla/public/images/palettes/lensFlareDust.png
new file mode 100644
index 00000000000..94e97e0bd99
Binary files /dev/null and b/demo/vanilla/public/images/palettes/lensFlareDust.png differ
diff --git a/demo/vanilla/public/images/palettes/lightning.png b/demo/vanilla/public/images/palettes/lightning.png
new file mode 100644
index 00000000000..b063803b6a4
Binary files /dev/null and b/demo/vanilla/public/images/palettes/lightning.png differ
diff --git a/demo/vanilla/public/images/palettes/lofiWarm.png b/demo/vanilla/public/images/palettes/lofiWarm.png
new file mode 100644
index 00000000000..8fffd74dc4b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/lofiWarm.png differ
diff --git a/demo/vanilla/public/images/palettes/matrixRain.png b/demo/vanilla/public/images/palettes/matrixRain.png
new file mode 100644
index 00000000000..07296b8014f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/matrixRain.png differ
diff --git a/demo/vanilla/public/images/palettes/metalSparks.png b/demo/vanilla/public/images/palettes/metalSparks.png
new file mode 100644
index 00000000000..ef0723aa2f2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/metalSparks.png differ
diff --git a/demo/vanilla/public/images/palettes/meteorImpact.png b/demo/vanilla/public/images/palettes/meteorImpact.png
new file mode 100644
index 00000000000..40ab1f2702b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/meteorImpact.png differ
diff --git a/demo/vanilla/public/images/palettes/moltenMetal.png b/demo/vanilla/public/images/palettes/moltenMetal.png
new file mode 100644
index 00000000000..afe96000e9b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/moltenMetal.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeBlues.png b/demo/vanilla/public/images/palettes/monochromeBlues.png
new file mode 100644
index 00000000000..7377a6c1be8
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeBlues.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeBrown.png b/demo/vanilla/public/images/palettes/monochromeBrown.png
new file mode 100644
index 00000000000..e61fc717fde
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeBrown.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeCyan.png b/demo/vanilla/public/images/palettes/monochromeCyan.png
new file mode 100644
index 00000000000..8491bfe01f0
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeCyan.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeGold.png b/demo/vanilla/public/images/palettes/monochromeGold.png
new file mode 100644
index 00000000000..d8c109cd361
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeGold.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeGreens.png b/demo/vanilla/public/images/palettes/monochromeGreens.png
new file mode 100644
index 00000000000..cda990765d1
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeGreens.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeNoir.png b/demo/vanilla/public/images/palettes/monochromeNoir.png
new file mode 100644
index 00000000000..a2208d749ff
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeNoir.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeOranges.png b/demo/vanilla/public/images/palettes/monochromeOranges.png
new file mode 100644
index 00000000000..a5fbdf9fc55
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeOranges.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromePinks.png b/demo/vanilla/public/images/palettes/monochromePinks.png
new file mode 100644
index 00000000000..40650a30b1d
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromePinks.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromePurples.png b/demo/vanilla/public/images/palettes/monochromePurples.png
new file mode 100644
index 00000000000..bbfa926616b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromePurples.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeReds.png b/demo/vanilla/public/images/palettes/monochromeReds.png
new file mode 100644
index 00000000000..37048e20807
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeReds.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeTeal.png b/demo/vanilla/public/images/palettes/monochromeTeal.png
new file mode 100644
index 00000000000..82a3d13479a
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeTeal.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeWhite.png b/demo/vanilla/public/images/palettes/monochromeWhite.png
new file mode 100644
index 00000000000..8e7c3ab8c98
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeWhite.png differ
diff --git a/demo/vanilla/public/images/palettes/monochromeYellows.png b/demo/vanilla/public/images/palettes/monochromeYellows.png
new file mode 100644
index 00000000000..65b268a7cf3
Binary files /dev/null and b/demo/vanilla/public/images/palettes/monochromeYellows.png differ
diff --git a/demo/vanilla/public/images/palettes/mudAndDirt.png b/demo/vanilla/public/images/palettes/mudAndDirt.png
new file mode 100644
index 00000000000..abf6f019c62
Binary files /dev/null and b/demo/vanilla/public/images/palettes/mudAndDirt.png differ
diff --git a/demo/vanilla/public/images/palettes/neonCity.png b/demo/vanilla/public/images/palettes/neonCity.png
new file mode 100644
index 00000000000..cfc78013d9c
Binary files /dev/null and b/demo/vanilla/public/images/palettes/neonCity.png differ
diff --git a/demo/vanilla/public/images/palettes/networkNodes.png b/demo/vanilla/public/images/palettes/networkNodes.png
new file mode 100644
index 00000000000..071a87f847e
Binary files /dev/null and b/demo/vanilla/public/images/palettes/networkNodes.png differ
diff --git a/demo/vanilla/public/images/palettes/nuclearGlow.png b/demo/vanilla/public/images/palettes/nuclearGlow.png
new file mode 100644
index 00000000000..96f3dc841d5
Binary files /dev/null and b/demo/vanilla/public/images/palettes/nuclearGlow.png differ
diff --git a/demo/vanilla/public/images/palettes/oilSlick.png b/demo/vanilla/public/images/palettes/oilSlick.png
new file mode 100644
index 00000000000..eac92ae60a2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/oilSlick.png differ
diff --git a/demo/vanilla/public/images/palettes/okabeItoAccessible.png b/demo/vanilla/public/images/palettes/okabeItoAccessible.png
new file mode 100644
index 00000000000..9e8ce01ee1f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/okabeItoAccessible.png differ
diff --git a/demo/vanilla/public/images/palettes/pastelCool.png b/demo/vanilla/public/images/palettes/pastelCool.png
new file mode 100644
index 00000000000..d8c0a14b3ef
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pastelCool.png differ
diff --git a/demo/vanilla/public/images/palettes/pastelDream.png b/demo/vanilla/public/images/palettes/pastelDream.png
new file mode 100644
index 00000000000..6d3079994d6
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pastelDream.png differ
diff --git a/demo/vanilla/public/images/palettes/pastelMint.png b/demo/vanilla/public/images/palettes/pastelMint.png
new file mode 100644
index 00000000000..db1b48fb3ee
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pastelMint.png differ
diff --git a/demo/vanilla/public/images/palettes/pastelSunset.png b/demo/vanilla/public/images/palettes/pastelSunset.png
new file mode 100644
index 00000000000..0f3fe03a3e8
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pastelSunset.png differ
diff --git a/demo/vanilla/public/images/palettes/pastelWarm.png b/demo/vanilla/public/images/palettes/pastelWarm.png
new file mode 100644
index 00000000000..c365533d0ef
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pastelWarm.png differ
diff --git a/demo/vanilla/public/images/palettes/plasmaArc.png b/demo/vanilla/public/images/palettes/plasmaArc.png
new file mode 100644
index 00000000000..99a9800f5fd
Binary files /dev/null and b/demo/vanilla/public/images/palettes/plasmaArc.png differ
diff --git a/demo/vanilla/public/images/palettes/poisonAndVenom.png b/demo/vanilla/public/images/palettes/poisonAndVenom.png
new file mode 100644
index 00000000000..29b6e07633c
Binary files /dev/null and b/demo/vanilla/public/images/palettes/poisonAndVenom.png differ
diff --git a/demo/vanilla/public/images/palettes/pollenAndSpores.png b/demo/vanilla/public/images/palettes/pollenAndSpores.png
new file mode 100644
index 00000000000..8551741e63f
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pollenAndSpores.png differ
diff --git a/demo/vanilla/public/images/palettes/portal.png b/demo/vanilla/public/images/palettes/portal.png
new file mode 100644
index 00000000000..4384a32b4c3
Binary files /dev/null and b/demo/vanilla/public/images/palettes/portal.png differ
diff --git a/demo/vanilla/public/images/palettes/prismScatter.png b/demo/vanilla/public/images/palettes/prismScatter.png
new file mode 100644
index 00000000000..e72e156afa8
Binary files /dev/null and b/demo/vanilla/public/images/palettes/prismScatter.png differ
diff --git a/demo/vanilla/public/images/palettes/prismSpectrum.png b/demo/vanilla/public/images/palettes/prismSpectrum.png
new file mode 100644
index 00000000000..19c2f4c8448
Binary files /dev/null and b/demo/vanilla/public/images/palettes/prismSpectrum.png differ
diff --git a/demo/vanilla/public/images/palettes/pulsar.png b/demo/vanilla/public/images/palettes/pulsar.png
new file mode 100644
index 00000000000..d6e21a9f3c4
Binary files /dev/null and b/demo/vanilla/public/images/palettes/pulsar.png differ
diff --git a/demo/vanilla/public/images/palettes/rain.png b/demo/vanilla/public/images/palettes/rain.png
new file mode 100644
index 00000000000..87fe0f766e2
Binary files /dev/null and b/demo/vanilla/public/images/palettes/rain.png differ
diff --git a/demo/vanilla/public/images/palettes/rainbow.png b/demo/vanilla/public/images/palettes/rainbow.png
new file mode 100644
index 00000000000..7d1965abbdc
Binary files /dev/null and b/demo/vanilla/public/images/palettes/rainbow.png differ
diff --git a/demo/vanilla/public/images/palettes/rgbPrimaries.png b/demo/vanilla/public/images/palettes/rgbPrimaries.png
new file mode 100644
index 00000000000..464c46c1c08
Binary files /dev/null and b/demo/vanilla/public/images/palettes/rgbPrimaries.png differ
diff --git a/demo/vanilla/public/images/palettes/risingBubbles.png b/demo/vanilla/public/images/palettes/risingBubbles.png
new file mode 100644
index 00000000000..c7680369411
Binary files /dev/null and b/demo/vanilla/public/images/palettes/risingBubbles.png differ
diff --git a/demo/vanilla/public/images/palettes/rockAndGravel.png b/demo/vanilla/public/images/palettes/rockAndGravel.png
new file mode 100644
index 00000000000..a284f77529d
Binary files /dev/null and b/demo/vanilla/public/images/palettes/rockAndGravel.png differ
diff --git a/demo/vanilla/public/images/palettes/rustAndCorrosion.png b/demo/vanilla/public/images/palettes/rustAndCorrosion.png
new file mode 100644
index 00000000000..5ef3867259b
Binary files /dev/null and b/demo/vanilla/public/images/palettes/rustAndCorrosion.png differ
diff --git a/demo/vanilla/public/images/palettes/shockwave.png b/demo/vanilla/public/images/palettes/shockwave.png
new file mode 100644
index 00000000000..1cad2afe4a4
Binary files /dev/null and b/demo/vanilla/public/images/palettes/shockwave.png differ
diff --git a/demo/vanilla/public/images/palettes/shockwaveBlast.png b/demo/vanilla/public/images/palettes/shockwaveBlast.png
new file mode 100644
index 00000000000..240fe245072
Binary files /dev/null and b/demo/vanilla/public/images/palettes/shockwaveBlast.png differ
diff --git a/demo/vanilla/public/images/palettes/skinAndOrganic.png b/demo/vanilla/public/images/palettes/skinAndOrganic.png
new file mode 100644
index 00000000000..4811eea6e2d
Binary files /dev/null and b/demo/vanilla/public/images/palettes/skinAndOrganic.png differ
diff --git a/demo/vanilla/public/images/palettes/smokeCold.png b/demo/vanilla/public/images/palettes/smokeCold.png
new file mode 100644
index 00000000000..01280939873
Binary files /dev/null and b/demo/vanilla/public/images/palettes/smokeCold.png differ
diff --git a/demo/vanilla/public/images/palettes/smokeWarm.png b/demo/vanilla/public/images/palettes/smokeWarm.png
new file mode 100644
index 00000000000..8187f2e9fe9
Binary files /dev/null and b/demo/vanilla/public/images/palettes/smokeWarm.png differ
diff --git a/demo/vanilla/public/images/palettes/snowfall.png b/demo/vanilla/public/images/palettes/snowfall.png
new file mode 100644
index 00000000000..21cf79075ed
Binary files /dev/null and b/demo/vanilla/public/images/palettes/snowfall.png differ
diff --git a/demo/vanilla/public/images/palettes/solarWind.png b/demo/vanilla/public/images/palettes/solarWind.png
new file mode 100644
index 00000000000..da41a3b7d0a
Binary files /dev/null and b/demo/vanilla/public/images/palettes/solarWind.png differ
diff --git a/demo/vanilla/public/images/palettes/splatterDark.png b/demo/vanilla/public/images/palettes/splatterDark.png
new file mode 100644
index 00000000000..aa0151309ee
Binary files /dev/null and b/demo/vanilla/public/images/palettes/splatterDark.png differ
diff --git a/demo/vanilla/public/images/palettes/springBloom.png b/demo/vanilla/public/images/palettes/springBloom.png
new file mode 100644
index 00000000000..51a1f394a37
Binary files /dev/null and b/demo/vanilla/public/images/palettes/springBloom.png differ
diff --git a/demo/vanilla/public/images/palettes/sunriseGold.png b/demo/vanilla/public/images/palettes/sunriseGold.png
new file mode 100644
index 00000000000..c5f40e24096
Binary files /dev/null and b/demo/vanilla/public/images/palettes/sunriseGold.png differ
diff --git a/demo/vanilla/public/images/palettes/sunsetBinary.png b/demo/vanilla/public/images/palettes/sunsetBinary.png
new file mode 100644
index 00000000000..635a6459f44
Binary files /dev/null and b/demo/vanilla/public/images/palettes/sunsetBinary.png differ
diff --git a/demo/vanilla/public/images/palettes/supernova.png b/demo/vanilla/public/images/palettes/supernova.png
new file mode 100644
index 00000000000..41aff1d0ece
Binary files /dev/null and b/demo/vanilla/public/images/palettes/supernova.png differ
diff --git a/demo/vanilla/public/images/palettes/thermalMap.png b/demo/vanilla/public/images/palettes/thermalMap.png
new file mode 100644
index 00000000000..ae5dc677e8a
Binary files /dev/null and b/demo/vanilla/public/images/palettes/thermalMap.png differ
diff --git a/demo/vanilla/public/images/palettes/thunderstorm.png b/demo/vanilla/public/images/palettes/thunderstorm.png
new file mode 100644
index 00000000000..d71c2cedb27
Binary files /dev/null and b/demo/vanilla/public/images/palettes/thunderstorm.png differ
diff --git a/demo/vanilla/public/images/palettes/vaporwave.png b/demo/vanilla/public/images/palettes/vaporwave.png
new file mode 100644
index 00000000000..f1c04eeb799
Binary files /dev/null and b/demo/vanilla/public/images/palettes/vaporwave.png differ
diff --git a/demo/vanilla/public/images/palettes/vibrant.png b/demo/vanilla/public/images/palettes/vibrant.png
new file mode 100644
index 00000000000..ef0dae99b54
Binary files /dev/null and b/demo/vanilla/public/images/palettes/vibrant.png differ
diff --git a/demo/vanilla/public/images/palettes/vibrantElectric.png b/demo/vanilla/public/images/palettes/vibrantElectric.png
new file mode 100644
index 00000000000..9da66264f16
Binary files /dev/null and b/demo/vanilla/public/images/palettes/vibrantElectric.png differ
diff --git a/demo/vanilla/public/images/palettes/vibrantNeon.png b/demo/vanilla/public/images/palettes/vibrantNeon.png
new file mode 100644
index 00000000000..1ef0640b2ad
Binary files /dev/null and b/demo/vanilla/public/images/palettes/vibrantNeon.png differ
diff --git a/demo/vanilla/public/images/palettes/vibrantRetro.png b/demo/vanilla/public/images/palettes/vibrantRetro.png
new file mode 100644
index 00000000000..0edf43fba6c
Binary files /dev/null and b/demo/vanilla/public/images/palettes/vibrantRetro.png differ
diff --git a/demo/vanilla/public/images/palettes/vibrantTropical.png b/demo/vanilla/public/images/palettes/vibrantTropical.png
new file mode 100644
index 00000000000..d2184f3d2a5
Binary files /dev/null and b/demo/vanilla/public/images/palettes/vibrantTropical.png differ
diff --git a/demo/vanilla/public/images/palettes/volcanicAsh.png b/demo/vanilla/public/images/palettes/volcanicAsh.png
new file mode 100644
index 00000000000..a4473fa7c56
Binary files /dev/null and b/demo/vanilla/public/images/palettes/volcanicAsh.png differ
diff --git a/demo/vanilla/public/images/palettes/water.png b/demo/vanilla/public/images/palettes/water.png
new file mode 100644
index 00000000000..d5d7ca62129
Binary files /dev/null and b/demo/vanilla/public/images/palettes/water.png differ
diff --git a/demo/vanilla/public/images/palettes/waterSplash.png b/demo/vanilla/public/images/palettes/waterSplash.png
new file mode 100644
index 00000000000..aa64d2f6146
Binary files /dev/null and b/demo/vanilla/public/images/palettes/waterSplash.png differ
diff --git a/demo/vanilla/public/images/presets/ambient.png b/demo/vanilla/public/images/presets/ambient.png
new file mode 100644
index 00000000000..e77d1558e07
Binary files /dev/null and b/demo/vanilla/public/images/presets/ambient.png differ
diff --git a/demo/vanilla/public/images/presets/bigCircles.png b/demo/vanilla/public/images/presets/bigCircles.png
index 122748c275b..98b8234a4e6 100644
Binary files a/demo/vanilla/public/images/presets/bigCircles.png and b/demo/vanilla/public/images/presets/bigCircles.png differ
diff --git a/demo/vanilla/public/images/presets/confettiCannon.png b/demo/vanilla/public/images/presets/confettiCannon.png
new file mode 100644
index 00000000000..927a3af0530
Binary files /dev/null and b/demo/vanilla/public/images/presets/confettiCannon.png differ
diff --git a/demo/vanilla/public/images/presets/confettiExplosions.png b/demo/vanilla/public/images/presets/confettiExplosions.png
new file mode 100644
index 00000000000..01184559220
Binary files /dev/null and b/demo/vanilla/public/images/presets/confettiExplosions.png differ
diff --git a/demo/vanilla/public/images/presets/confettiFalling.png b/demo/vanilla/public/images/presets/confettiFalling.png
new file mode 100644
index 00000000000..2d51b74327c
Binary files /dev/null and b/demo/vanilla/public/images/presets/confettiFalling.png differ
diff --git a/demo/vanilla/public/images/presets/confettiParade.png b/demo/vanilla/public/images/presets/confettiParade.png
new file mode 100644
index 00000000000..59cece24201
Binary files /dev/null and b/demo/vanilla/public/images/presets/confettiParade.png differ
diff --git a/demo/vanilla/public/images/presets/hyperspace.png b/demo/vanilla/public/images/presets/hyperspace.png
new file mode 100644
index 00000000000..a688842b276
Binary files /dev/null and b/demo/vanilla/public/images/presets/hyperspace.png differ
diff --git a/demo/vanilla/public/images/presets/matrix.png b/demo/vanilla/public/images/presets/matrix.png
new file mode 100644
index 00000000000..e34ffc9a4c6
Binary files /dev/null and b/demo/vanilla/public/images/presets/matrix.png differ
diff --git a/demo/vanilla/public/images/presets/snow.png b/demo/vanilla/public/images/presets/snow.png
index 502cce488d2..8839c98773e 100644
Binary files a/demo/vanilla/public/images/presets/snow.png and b/demo/vanilla/public/images/presets/snow.png differ
diff --git a/demo/vanilla/public/images/presets/squares.png b/demo/vanilla/public/images/presets/squares.png
new file mode 100644
index 00000000000..227449eacee
Binary files /dev/null and b/demo/vanilla/public/images/presets/squares.png differ
diff --git a/demo/vanilla/public/images/presets/stars.png b/demo/vanilla/public/images/presets/stars.png
index 950cf23b9c6..414fcd75ac6 100644
Binary files a/demo/vanilla/public/images/presets/stars.png and b/demo/vanilla/public/images/presets/stars.png differ
diff --git a/demo/vanilla/public/images/presets/triangles.png b/demo/vanilla/public/images/presets/triangles.png
index 4f8d20ff614..9d97aafb648 100644
Binary files a/demo/vanilla/public/images/presets/triangles.png and b/demo/vanilla/public/images/presets/triangles.png differ
diff --git a/demo/vanilla/views/basic.pug b/demo/vanilla/views/basic.pug
index 9508f0b7e6f..888f50869b0 100644
--- a/demo/vanilla/views/basic.pug
+++ b/demo/vanilla/views/basic.pug
@@ -22,7 +22,7 @@ html(lang="en")
body
#tsparticles
- script(src="/tsparticles-engine/tsparticles.engine.js")
+ script(src="/@tsparticles/engine/tsparticles.engine.js")
script(src="/tsparticles-basic/tsparticles.basic.js")
script(src="/plugin-move/tsparticles.plugin.move.js")
script(src="/shape-circle/tsparticles.shape.circle.js")
diff --git a/demo/vanilla/views/index.pug b/demo/vanilla/views/index.pug
index c434682786b..2bbbd69b8d8 100644
--- a/demo/vanilla/views/index.pug
+++ b/demo/vanilla/views/index.pug
@@ -33,6 +33,9 @@ html(lang="en")
#sidebar.col-3.p-0.h-100(style="overflow: auto; z-index: 10000;")
.row.p-1
.col
+ .d-flex.gap-2.mb-2
+ a.btn.btn-outline-info.btn-sm(href="/presets" target="_blank") Presets Catalog
+ a.btn.btn-outline-warning.btn-sm(href="/palettes" target="_blank") Palettes Catalog
.input-group
select.custom-select#presets
@@ -115,7 +118,7 @@ html(lang="en")
script(src="/tsparticles-perlin-noise/tsparticles.perlin.noise.min.js")
script(src="/tsparticles-simplex-noise/tsparticles.simplex.noise.min.js")
script(src="/tsparticles-fractal-noise/tsparticles.fractal.noise.min.js")
- script(src="/tsparticles-engine/tsparticles.engine.min.js")
+ script(src="/@tsparticles/engine/tsparticles.engine.min.js")
script(src="/canvas-utils/tsparticles.canvas.utils.min.js")
script(src="/path-utils/tsparticles.path.utils.min.js")
script(src="/tsparticles-noise-field/tsparticles.noise.field.min.js")
@@ -130,6 +133,7 @@ html(lang="en")
script(src="/interaction-external-bubble/tsparticles.interaction.external.bubble.min.js")
script(src="/interaction-external-cannon/tsparticles.interaction.external.cannon.min.js")
script(src="/interaction-external-connect/tsparticles.interaction.external.connect.min.js")
+ script(src="/interaction-external-destroy/tsparticles.interaction.external.destroy.min.js")
script(src="/interaction-external-drag/tsparticles.interaction.external.drag.min.js")
script(src="/interaction-external-grab/tsparticles.interaction.external.grab.min.js")
script(src="/interaction-external-parallax/tsparticles.interaction.external.parallax.min.js")
diff --git a/demo/vanilla/views/palette.pug b/demo/vanilla/views/palette.pug
new file mode 100644
index 00000000000..01c13cf28a7
--- /dev/null
+++ b/demo/vanilla/views/palette.pug
@@ -0,0 +1,73 @@
+doctype html
+html(lang="en")
+ head
+ meta(charset="utf-8")
+ meta(name="description", content="tsParticles")
+ meta(name="author", content="Matteo Bruni")
+ meta(name="apple-mobile-web-app-capable" content="yes")
+ meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no")
+
+ meta(name="twitter:card" content="summary_large_image")
+ meta(name="twitter:creator" content="@HollowMatt_ITA")
+ meta(name="twitter:image:src" content="https://particles.js.org/images/demo2.png")
+ meta(property="og:title" content="tsParticles - A lightweight TypeScript library for creating particles")
+ meta(property="og:site_name" content="tsParticles")
+ meta(property="og:url" content="https://particles.js.org/")
+ meta(property="og:description" content="A lightweight TypeScript library for creating particles.")
+ meta(property="og:image" content="https://particles.js.org/images/demo2.png")
+
+ title= `tsParticles ${item.title}`
+
+ link(rel="stylesheet" href="/stylesheets/presets.css")
+ body
+ #stats
+ #tsparticles
+
+ script(src="/stats.ts/dist/stats.min.js")
+ script(src="/tsparticles-basic/tsparticles.basic.bundle.min.js")
+ script(src=`${item.mountPath}/${item.scriptFile}`)
+ script.
+ (async (engine) => {
+ await loadBasic(engine);
+ await #{item.loader}(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: { enable: true, speed: 2 },
+ },
+ palette: "#{item.optionValue}",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+ })(tsParticles);
+
+ const stats = new Stats();
+
+ stats.showPanel(0);
+
+ stats.dom.style.position = "absolute";
+ stats.dom.style.left = "3px";
+ stats.dom.style.top = "3px";
+ stats.dom.id = "stats-graph";
+ stats.dom.style.display = "none";
+
+ const initStats = function () {
+ const update = function () {
+ stats.begin();
+ stats.end();
+
+ requestAnimationFrame(update);
+ };
+
+ requestAnimationFrame(update);
+ };
+
+ document.body.querySelector('#stats').appendChild(stats.dom);
+
+ initStats();
diff --git a/demo/vanilla/views/palettes.pug b/demo/vanilla/views/palettes.pug
new file mode 100644
index 00000000000..65a9bcdabdb
--- /dev/null
+++ b/demo/vanilla/views/palettes.pug
@@ -0,0 +1,62 @@
+doctype html
+html(lang="en")
+ head
+ meta(charset="utf-8")
+ meta(name="description", content= "tsParticles")
+ meta(name="author", content= "Matteo Bruni")
+ meta(name="apple-mobile-web-app-capable" content="yes")
+ meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no")
+
+ meta(name="twitter:card" content="summary_large_image")
+ meta(name="twitter:creator" content="@HollowMatt_ITA")
+ meta(name="twitter:image:src" content="https://particles.js.org/images/demo2.png")
+ meta(property="og:title" content="tsParticles - A lightweight TypeScript library for creating particles")
+ meta(property="og:site_name" content="tsParticles")
+ meta(property="og:url" content="https://particles.js.org/")
+ meta(property="og:description" content="A lightweight TypeScript library for creating particles.")
+ meta(property="og:image" content="https://particles.js.org/images/demo2.png")
+
+ title tsParticles Palettes
+ link(href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css")
+ link(href="/fontawesome/css/all.css" rel="stylesheet" type="text/css")
+ style.
+ .btn-link:not(.collapsed) .collapse-icon { transform: rotate(90deg); }
+ .collapse-icon { transform: rotate(0deg); }
+
+ body
+ .container-fluid.m-0.px-3.py-4
+ .row.mb-3
+ .col-12.d-flex.justify-content-between.align-items-center
+ h2.mb-0 Palettes
+ a.btn.btn-outline-secondary(href="/") Back to main demo
+ .vstack.gap-2#palettesAccordion
+ each group, groupIndex in paletteGroups
+ - const collapseId = `collapse-group-${groupIndex}`
+ - const headingId = `heading-group-${groupIndex}`
+ - const isFirst = groupIndex === 0
+ .card.border
+ .card-header.p-0(id=headingId)
+ button(
+ class=`btn btn-link text-start text-decoration-none w-100 px-3 py-3 d-flex align-items-center gap-2 ${isFirst ? '' : 'collapsed'}`
+ type="button"
+ data-bs-toggle="collapse"
+ data-bs-target=`#${collapseId}`
+ aria-expanded=isFirst ? "true" : "false"
+ aria-controls=collapseId
+ )
+ i.fas.fa-chevron-right.collapse-icon.text-secondary(style="transition: transform .2s; font-size: .75rem;")
+ span.fw-semibold.fs-5= group.title
+ span.ms-auto.badge.bg-secondary.rounded-pill= group.items.length
+ .collapse(class=isFirst ? 'show' : '' id=collapseId aria-labelledby=headingId)
+ .card-body
+ .row
+ each item in group.items
+ .col-12.col-md-6.col-xl-4.mt-3
+ .card.h-100
+ img.card-img-top(src=item.image alt=item.title)
+ .card-body
+ h5.card-title= item.title
+ p.card-text= item.description
+ a.btn.btn-primary(href=item.route target="_blank") See demo
+
+ script(src="/bootstrap/js/bootstrap.bundle.min.js")
diff --git a/demo/vanilla/views/playground.pug b/demo/vanilla/views/playground.pug
index 74afba55768..c32e72f3d97 100644
--- a/demo/vanilla/views/playground.pug
+++ b/demo/vanilla/views/playground.pug
@@ -106,7 +106,7 @@ html(lang="en")
script(src="/ace/src-min/ace.js")
script(src="/lodash/lodash.min.js")
script(src="/stats.ts/dist/stats.min.js")
- script(src="/tsparticles-engine/tsparticles.engine.js")
+ script(src="/@tsparticles/engine/tsparticles.engine.js")
script(src="/tsparticles-configs/tsparticles.configs.min.js")
script(src="/tsparticles-particles.js/tsparticles.pjs.js")
script(src="/tsparticles-slim/tsparticles.slim.js")
@@ -115,6 +115,7 @@ html(lang="en")
script(src="/interaction-external-bounce/tsparticles.interaction.external.bounce.js")
script(src="/interaction-external-bubble/tsparticles.interaction.external.bubble.js")
script(src="/interaction-external-connect/tsparticles.interaction.external.connect.js")
+ script(src="/interaction-external-destroy/tsparticles.interaction.external.destroy.js")
script(src="/interaction-external-drag/tsparticles.interaction.external.drag.js")
script(src="/interaction-external-grab/tsparticles.interaction.external.grab.js")
script(src="/interaction-external-pause/tsparticles.interaction.external.pause.js")
diff --git a/demo/vanilla/views/preset.pug b/demo/vanilla/views/preset.pug
new file mode 100644
index 00000000000..db6b239e33d
--- /dev/null
+++ b/demo/vanilla/views/preset.pug
@@ -0,0 +1,61 @@
+doctype html
+html(lang="en")
+ head
+ meta(charset="utf-8")
+ meta(name="description", content="tsParticles")
+ meta(name="author", content="Matteo Bruni")
+ meta(name="apple-mobile-web-app-capable" content="yes")
+ meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no")
+
+ meta(name="twitter:card" content="summary_large_image")
+ meta(name="twitter:creator" content="@HollowMatt_ITA")
+ meta(name="twitter:image:src" content="https://particles.js.org/images/demo2.png")
+ meta(property="og:title" content="tsParticles - A lightweight TypeScript library for creating particles")
+ meta(property="og:site_name" content="tsParticles")
+ meta(property="og:url" content="https://particles.js.org/")
+ meta(property="og:description" content="A lightweight TypeScript library for creating particles.")
+ meta(property="og:image" content="https://particles.js.org/images/demo2.png")
+
+ title= `tsParticles ${item.title}`
+
+ link(rel="stylesheet" href="/stylesheets/presets.css")
+ body
+ #stats
+ #tsparticles
+
+ script(src="/stats.ts/dist/stats.min.js")
+ script(src=`${item.mountPath}/${item.scriptFile}`)
+ script.
+ (async (engine) => {
+ await #{item.loader}(engine);
+
+ await engine.load({
+ id: "tsparticles",
+ options: {
+ preset: "#{item.optionValue}",
+ },
+ });
+ })(tsParticles);
+
+ const stats = new Stats();
+
+ stats.showPanel(0);
+ stats.dom.style.position = "absolute";
+ stats.dom.style.left = "3px";
+ stats.dom.style.top = "3px";
+ stats.dom.id = "stats-graph";
+
+ const initStats = function () {
+ const update = function () {
+ stats.begin();
+ stats.end();
+
+ requestAnimationFrame(update);
+ };
+
+ requestAnimationFrame(update);
+ };
+
+ document.body.querySelector('#stats').appendChild(stats.dom);
+
+ initStats();
diff --git a/demo/vanilla/views/presets.pug b/demo/vanilla/views/presets.pug
new file mode 100644
index 00000000000..98218a8cae3
--- /dev/null
+++ b/demo/vanilla/views/presets.pug
@@ -0,0 +1,39 @@
+doctype html
+html(lang="en")
+ head
+ meta(charset="utf-8")
+ meta(name="description", content= "tsParticles")
+ meta(name="author", content= "Matteo Bruni")
+ meta(name="apple-mobile-web-app-capable" content="yes")
+ meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no")
+
+ meta(name="twitter:card" content="summary_large_image")
+ meta(name="twitter:creator" content="@HollowMatt_ITA")
+ meta(name="twitter:image:src" content="https://particles.js.org/images/demo2.png")
+ meta(property="og:title" content="tsParticles - A lightweight TypeScript library for creating particles")
+ meta(property="og:site_name" content="tsParticles")
+ meta(property="og:url" content="https://particles.js.org/")
+ meta(property="og:description" content="A lightweight TypeScript library for creating particles.")
+ meta(property="og:image" content="https://particles.js.org/images/demo2.png")
+
+ title tsParticles Presets
+ link(href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css")
+ link(href="/fontawesome/css/all.css" rel="stylesheet" type="text/css")
+
+ body
+ .container-fluid.m-0.px-3.py-4
+ .row.mb-2
+ .col-12.d-flex.justify-content-between.align-items-center
+ h2.mb-0 Presets
+ a.btn.btn-outline-secondary(href="/") Back to main demo
+ .row
+ each item in presets
+ .col-12.col-md-6.col-xl-4.mt-3
+ .card.h-100
+ img.card-img-top(src=item.image alt=item.title)
+ .card-body
+ h5.card-title= item.title
+ p.card-text= item.description
+ a.btn.btn-primary(href=item.route target="_blank") See demo
+
+ script(src="/bootstrap/js/bootstrap.bundle.min.js")
diff --git a/demo/vanilla/views/slim.pug b/demo/vanilla/views/slim.pug
index ae7312f2ca0..39c9116c362 100644
--- a/demo/vanilla/views/slim.pug
+++ b/demo/vanilla/views/slim.pug
@@ -168,7 +168,7 @@ html(lang="en")
script(src="/fontawesome/js/all.js")
script(src="/jsoneditor/jsoneditor.js")
script(src="/stats.ts/dist/stats.min.js")
- script(src="/tsparticles-engine/tsparticles.engine.min.js")
+ script(src="/@tsparticles/engine/tsparticles.engine.min.js")
script(src="/tsparticles-configs/tsparticles.configs.min.js")
script(src="/tsparticles-slim/tsparticles.slim.min.js")
script(src="/tsparticles/tsparticles.min.js")
@@ -176,6 +176,7 @@ html(lang="en")
script(src="/interaction-external-bounce/tsparticles.interaction.external.bounce.min.js")
script(src="/interaction-external-bubble/tsparticles.interaction.external.bubble.min.js")
script(src="/interaction-external-connect/tsparticles.interaction.external.connect.min.js")
+ script(src="/interaction-external-destroy/tsparticles.interaction.external.destroy.min.js")
script(src="/interaction-external-drag/tsparticles.interaction.external.drag.min.js")
script(src="/interaction-external-grab/tsparticles.interaction.external.grab.min.js")
script(src="/interaction-external-parallax/tsparticles.interaction.external.parallax.min.js")
diff --git a/demo/vanilla_new/CHANGELOG.md b/demo/vanilla_new/CHANGELOG.md
index 74fbfd3c203..3f74bd8e008 100644
--- a/demo/vanilla_new/CHANGELOG.md
+++ b/demo/vanilla_new/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/demo-new
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/demo-new
diff --git a/demo/vanilla_new/package.json b/demo/vanilla_new/package.json
index d1158213199..79afe334eb2 100644
--- a/demo/vanilla_new/package.json
+++ b/demo/vanilla_new/package.json
@@ -1,7 +1,7 @@
{
"name": "@tsparticles/demo-new",
"private": true,
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles Demo Website",
"main": "index.html",
"scripts": {
diff --git a/demo/vite/CHANGELOG.md b/demo/vite/CHANGELOG.md
index 9cc338a73ed..946a24ff72a 100644
--- a/demo/vite/CHANGELOG.md
+++ b/demo/vite/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/vite-demo
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/vite-demo
diff --git a/demo/vite/package.json b/demo/vite/package.json
index a4ffc8461d2..24c586d0752 100644
--- a/demo/vite/package.json
+++ b/demo/vite/package.json
@@ -1,7 +1,7 @@
{
"name": "@tsparticles/vite-demo",
"private": true,
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"type": "module",
"scripts": {
"dev": "vite",
@@ -11,7 +11,9 @@
"dependencies": {
"@tsparticles/all": "workspace:*",
"@tsparticles/configs": "workspace:*",
- "@tsparticles/engine": "workspace:*"
+ "@tsparticles/engine": "workspace:*",
+ "@tsparticles/palette-confetti": "workspace:*",
+ "@tsparticles/preset-big-circles": "workspace:*"
},
"devDependencies": {
"typescript": "^6.0.2",
diff --git a/demo/vite/src/main.ts b/demo/vite/src/main.ts
index f7af9e7f982..35eeee62fea 100644
--- a/demo/vite/src/main.ts
+++ b/demo/vite/src/main.ts
@@ -2,16 +2,27 @@ import "./style.css";
import { type Engine, getRandom, tsParticles } from "@tsparticles/engine";
import { loadAll } from "@tsparticles/all";
import configs from "@tsparticles/configs";
+import { loadConfettiPalette } from "@tsparticles/palette-confetti";
+import { loadBigCirclesPreset } from "@tsparticles/preset-big-circles";
(async (engine: Engine) => {
- await loadAll(engine);
+ await loadAll(engine);
+ await loadBigCirclesPreset(engine);
+ await loadConfettiPalette(engine);
- const keys = Object.keys(configs),
- randomKey = keys[Math.floor(getRandom() * keys.length)] as keyof typeof configs,
- options = configs[randomKey];
+ const keys = Object.keys(configs),
+ randomKey = keys[Math.floor(getRandom() * keys.length)] as keyof typeof configs,
+ options = configs[randomKey];
- await engine.load({
- id: "tsparticles",
- options,
- });
+ await engine.load({
+ id: "tsparticles",
+ options: {
+ ...options,
+ particles: {
+ ...options.particles,
+ palette: "confetti",
+ },
+ preset: "big-circles",
+ },
+ });
})(tsParticles);
diff --git a/demo/vue2/.babelrc b/demo/vue2/.babelrc
new file mode 100644
index 00000000000..836545d0c61
--- /dev/null
+++ b/demo/vue2/.babelrc
@@ -0,0 +1,28 @@
+{
+ "plugins": [
+ [
+ "@babel/proposal-decorators",
+ {
+ "legacy": true
+ }
+ ],
+ [
+ "@babel/proposal-class-properties",
+ {
+ "loose": true
+ }
+ ],
+ [
+ "@babel/plugin-transform-private-methods",
+ {
+ "loose": true
+ }
+ ],
+ [
+ "@babel/plugin-transform-private-property-in-object",
+ {
+ "loose": true
+ }
+ ]
+ ]
+}
diff --git a/demo/vue2/.browserslistrc b/demo/vue2/.browserslistrc
new file mode 100644
index 00000000000..d6471a38cc6
--- /dev/null
+++ b/demo/vue2/.browserslistrc
@@ -0,0 +1,2 @@
+> 1%
+last 2 versions
diff --git a/demo/vue2/.eslintrc.js b/demo/vue2/.eslintrc.js
new file mode 100644
index 00000000000..006b4a4cd92
--- /dev/null
+++ b/demo/vue2/.eslintrc.js
@@ -0,0 +1,19 @@
+module.exports = {
+ root: true,
+ env: {
+ browser: true,
+ node: true,
+ },
+ extends: [
+ "plugin:vue/recommended",
+ "eslint:recommended",
+ "prettier",
+ ],
+ parserOptions: {
+ ecmaVersion: 2020,
+ sourceType: "module",
+ },
+ rules: {
+ "no-console": "off",
+ },
+};
diff --git a/demo/vue2/CHANGELOG.md b/demo/vue2/CHANGELOG.md
new file mode 100644
index 00000000000..da7abe3a924
--- /dev/null
+++ b/demo/vue2/CHANGELOG.md
@@ -0,0 +1,542 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/vue2-demo
+
+# 3.0.0 (2023-12-22)
+
+### Features
+
+- improving init function for v3 ([24a83a0](https://github.com/tsparticles/vue2/commit/24a83a043c552dad4fa42ced026367698fe73da3))
+- preparing v3 ([7d7b0b9](https://github.com/tsparticles/vue2/commit/7d7b0b9e78894a19ce9e064c1ea05260f1d7e4e8))
+
+# [2.12.0](https://github.com/tsparticles/vue2/compare/vue2-particles-demo@2.11.0...vue2-particles-demo@2.12.0) (2023-08-04)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.11.0](https://github.com/tsparticles/vue2/compare/vue2-particles-demo@2.10.0...vue2-particles-demo@2.11.0) (2023-07-14)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# 2.10.0 (2023-06-04)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.9.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.9.2...vue2-particles-demo@2.9.3) (2023-02-12)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.9.2](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.9.1...vue2-particles-demo@2.9.2) (2023-02-12)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.9.1](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.9.0...vue2-particles-demo@2.9.1) (2023-02-11)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.9.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.8.0...vue2-particles-demo@2.9.0) (2023-02-10)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.8.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.7.1...vue2-particles-demo@2.8.0) (2023-01-18)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.7.1](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.7.0...vue2-particles-demo@2.7.1) (2022-12-25)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.7.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.6.0...vue2-particles-demo@2.7.0) (2022-12-23)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.6.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.5.3...vue2-particles-demo@2.6.0) (2022-12-06)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.5.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.5.2...vue2-particles-demo@2.5.3) (2022-11-07)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.5.2](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.5.1...vue2-particles-demo@2.5.2) (2022-11-07)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.5.1](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.5.0...vue2-particles-demo@2.5.1) (2022-11-03)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.5.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.4.0...vue2-particles-demo@2.5.0) (2022-11-02)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.4.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.3.4...vue2-particles-demo@2.4.0) (2022-10-30)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.3.4](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.3.3...vue2-particles-demo@2.3.4) (2022-09-30)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.3.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.3.2...vue2-particles-demo@2.3.3) (2022-09-30)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.3.2](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.3.1...vue2-particles-demo@2.3.2) (2022-09-21)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.3.1](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.3.0...vue2-particles-demo@2.3.1) (2022-09-13)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.3.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.2.4...vue2-particles-demo@2.3.0) (2022-09-11)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.2.4](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.2.2...vue2-particles-demo@2.2.4) (2022-08-26)
+
+### Bug Fixes
+
+- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/matteobruni/tsparticles/issues/4606) ([91f7890](https://github.com/matteobruni/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4))
+
+## [2.2.3](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.2.2...vue2-particles-demo@2.2.3) (2022-08-21)
+
+### Bug Fixes
+
+- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/matteobruni/tsparticles/issues/4606) ([ac97f83](https://github.com/matteobruni/tsparticles/commit/ac97f83d470efcb51a3b1942edd7536574c54bad))
+
+## [2.2.2](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.2.1...vue2-particles-demo@2.2.2) (2022-08-16)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## [2.2.1](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.2.0...vue2-particles-demo@2.2.1) (2022-08-12)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+# [2.2.0](https://github.com/matteobruni/tsparticles/compare/vue2-particles-demo@2.1.4...vue2-particles-demo@2.2.0) (2022-08-11)
+
+**Note:** Version bump only for package vue2-particles-demo
+
+## 2.1.4 (2022-07-28)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+- fixed package.json typos ([5c0cb15](https://github.com/matteobruni/tsparticles/commit/5c0cb15e21efa547b5253a57d4497686eecfbe61))
+
+### Features
+
+- added confetti cannon preset ([625eeff](https://github.com/matteobruni/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478))
+- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/matteobruni/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4))
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- changed angular and vue component name and syntax, changed version to 2.0.0 for breaking changes ([58d58f9](https://github.com/matteobruni/tsparticles/commit/58d58f9a37a116cab7ad656331f59ee9236ccf1b))
+- created vue3 component, closes [#832](https://github.com/matteobruni/tsparticles/issues/832) ([e6430e9](https://github.com/matteobruni/tsparticles/commit/e6430e9162b6cb1ac72c38c02c70521d2e77d949))
+- preparing react-particles and switching alternate packages ([49e749e](https://github.com/matteobruni/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8))
+
+## [2.1.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.1.2...particles.vue-demo@2.1.3) (2022-07-01)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [2.1.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.1.1...particles.vue-demo@2.1.2) (2022-07-01)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [2.1.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.1.0...particles.vue-demo@2.1.1) (2022-07-01)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [2.1.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.0.6...particles.vue-demo@2.1.0) (2022-06-18)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [2.0.6](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.0.5...particles.vue-demo@2.0.6) (2022-04-16)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [2.0.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.0.4...particles.vue-demo@2.0.5) (2022-04-14)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [2.0.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.28.1...particles.vue-demo@2.0.4) (2022-04-06)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.27.1...particles.vue-demo@2.0.3) (2022-03-11)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.4...particles.vue-demo@2.0.2) (2022-02-21)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.28.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.28.0...particles.vue-demo@1.28.1) (2022-04-06)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.28.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.27.4...particles.vue-demo@1.28.0) (2022-04-04)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.27.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.27.3...particles.vue-demo@1.27.4) (2022-03-20)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.27.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.27.2...particles.vue-demo@1.27.3) (2022-03-18)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.27.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.27.1...particles.vue-demo@1.27.2) (2022-03-14)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.27.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.27.0...particles.vue-demo@1.27.1) (2022-03-09)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.27.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.6...particles.vue-demo@1.27.0) (2022-03-08)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.26.6](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.5...particles.vue-demo@1.26.6) (2022-03-03)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.26.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.4...particles.vue-demo@1.26.5) (2022-02-24)
+
+### Bug Fixes
+
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+
+## [2.0.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.0.0...particles.vue-demo@2.0.1) (2022-02-15)
+
+## [1.26.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.3...particles.vue-demo@1.26.4) (2022-02-20)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.26.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.2...particles.vue-demo@1.26.3) (2022-02-19)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.26.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.1...particles.vue-demo@1.26.2) (2022-02-16)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [2.0.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.1...particles.vue-demo@2.0.0) (2022-02-15)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.24.2...particles.vue-demo@2.0.0-beta.5) (2022-01-30)
+
+## [1.26.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.26.0...particles.vue-demo@1.26.1) (2022-02-14)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.26.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.25.2...particles.vue-demo@1.26.0) (2022-02-10)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.25.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.25.1...particles.vue-demo@1.25.2) (2022-02-07)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.25.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.25.0...particles.vue-demo@1.25.1) (2022-02-06)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.25.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.24.3...particles.vue-demo@1.25.0) (2022-02-04)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.24.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.24.2...particles.vue-demo@1.24.3) (2022-02-02)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8))
+
+# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.0.0-beta.3...particles.vue-demo@2.0.0-beta.4) (2021-12-07)
+
+### Features
+
+- async presets ([86f3038](https://github.com/matteobruni/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6))
+
+# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.5...particles.vue-demo@2.0.0-beta.3) (2021-12-04)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.4...particles.vue-demo@2.0.0-beta.2) (2021-10-06)
+
+## [1.24.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.24.1...particles.vue-demo@1.24.2) (2022-01-29)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.24.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.24.0...particles.vue-demo@1.24.1) (2022-01-26)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.24.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.23.0...particles.vue-demo@1.24.0) (2022-01-08)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.23.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.6...particles.vue-demo@1.23.0) (2021-12-29)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.22.6](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.5...particles.vue-demo@1.22.6) (2021-12-24)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.22.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.4...particles.vue-demo@1.22.5) (2021-11-28)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.22.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.3...particles.vue-demo@1.22.4) (2021-11-17)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@2.0.0-beta.0...particles.vue-demo@2.0.0-beta.1) (2021-10-06)
+
+## [1.22.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.2...particles.vue-demo@1.22.3) (2021-11-05)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.22.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.1...particles.vue-demo@1.22.2) (2021-10-31)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.22.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.22.0...particles.vue-demo@1.22.1) (2021-10-30)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.22.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.21.0...particles.vue-demo@1.22.0) (2021-10-28)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.21.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.4...particles.vue-demo@1.21.0) (2021-10-14)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.20.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.3...particles.vue-demo@1.20.4) (2021-10-06)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.3...particles.vue-demo@2.0.0-beta.0) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.20.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.2...particles.vue-demo@1.20.3) (2021-10-03)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.20.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.1...particles.vue-demo@1.20.2) (2021-09-27)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.20.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.20.0...particles.vue-demo@1.20.1) (2021-09-20)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.20.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.19.1...particles.vue-demo@1.20.0) (2021-09-18)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.19.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.19.0...particles.vue-demo@1.19.1) (2021-09-15)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.19.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.18.3...particles.vue-demo@1.19.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+
+## [1.18.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.18.2...particles.vue-demo@1.18.3) (2021-08-10)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.18.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.18.1...particles.vue-demo@1.18.2) (2021-07-31)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.18.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.18.0...particles.vue-demo@1.18.1) (2021-07-29)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.18.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.17.0...particles.vue-demo@1.18.0) (2021-07-29)
+
+**Note:** Version bump only for package particles.vue-demo
+
+## [1.3.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0...particles.vue-demo@1.3.1) (2020-10-06)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-beta.5...particles.vue-demo@1.3.0) (2020-10-05)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-beta.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-beta.4...particles.vue-demo@1.3.0-beta.5) (2020-10-04)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-beta.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-beta.3...particles.vue-demo@1.3.0-beta.4) (2020-10-04)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-beta.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-beta.2...particles.vue-demo@1.3.0-beta.3) (2020-10-03)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-beta.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-beta.1...particles.vue-demo@1.3.0-beta.2) (2020-10-03)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-beta.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-beta.0...particles.vue-demo@1.3.0-beta.1) (2020-10-03)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-beta.0](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.12...particles.vue-demo@1.3.0-beta.0) (2020-10-02)
+
+### Features
+
+- created vue3 component, closes [#832](https://github.com/matteobruni/tsparticles/issues/832) ([e6430e9](https://github.com/matteobruni/tsparticles/commit/e6430e9162b6cb1ac72c38c02c70521d2e77d949))
+
+# [1.3.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.9...particles.vue-demo@1.3.0-alpha.14) (2020-08-22)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.12...particles.vue-demo@1.3.0-alpha.13) (2020-08-17)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.8...particles.vue-demo@1.3.0-alpha.12) (2020-08-16)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.10...particles.vue-demo@1.3.0-alpha.11) (2020-08-13)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.9...particles.vue-demo@1.3.0-alpha.10) (2020-08-13)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.8...particles.vue-demo@1.3.0-alpha.9) (2020-08-13)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.7...particles.vue-demo@1.3.0-alpha.8) (2020-08-13)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.6...particles.vue-demo@1.3.0-alpha.7) (2020-08-12)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.5...particles.vue-demo@1.3.0-alpha.6) (2020-08-11)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.4...particles.vue-demo@1.3.0-alpha.5) (2020-08-11)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.3...particles.vue-demo@1.3.0-alpha.4) (2020-08-11)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.2...particles.vue-demo@1.3.0-alpha.3) (2020-08-10)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.3.0-alpha.1...particles.vue-demo@1.3.0-alpha.2) (2020-08-09)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.3.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.7...particles.vue-demo@1.3.0-alpha.1) (2020-08-08)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.14](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.13...particles.vue-demo@1.2.0-alpha.14) (2020-07-05)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.13](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.12...particles.vue-demo@1.2.0-alpha.13) (2020-07-05)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.12](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.11...particles.vue-demo@1.2.0-alpha.12) (2020-07-04)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.11](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.1.2...particles.vue-demo@1.2.0-alpha.11) (2020-07-02)
+
+### Features
+
+- changed angular and vue component name and syntax, changed version to 2.0.0 for breaking changes ([58d58f9](https://github.com/matteobruni/tsparticles/commit/58d58f9a37a116cab7ad656331f59ee9236ccf1b))
+
+# [1.2.0-alpha.10](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.9...particles.vue-demo@1.2.0-alpha.10) (2020-06-29)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.9](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.8...particles.vue-demo@1.2.0-alpha.9) (2020-06-29)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.8](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.7...particles.vue-demo@1.2.0-alpha.8) (2020-06-26)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.7](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.6...particles.vue-demo@1.2.0-alpha.7) (2020-06-26)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.6](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.2.0-alpha.5...particles.vue-demo@1.2.0-alpha.6) (2020-06-24)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.5](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.1.1...particles.vue-demo@1.2.0-alpha.5) (2020-06-23)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.4](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.1.0...particles.vue-demo@1.2.0-alpha.4) (2020-06-22)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.3](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.1.0...particles.vue-demo@1.2.0-alpha.3) (2020-06-21)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.2](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.1.0...particles.vue-demo@1.2.0-alpha.2) (2020-06-21)
+
+**Note:** Version bump only for package particles.vue-demo
+
+# [1.2.0-alpha.1](https://github.com/matteobruni/tsparticles/compare/particles.vue-demo@1.1.0...particles.vue-demo@1.2.0-alpha.1) (2020-06-20)
+
+**Note:** Version bump only for package particles.vue-demo
diff --git a/demo/vue2/LICENSE b/demo/vue2/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/demo/vue2/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/demo/vue2/README.md b/demo/vue2/README.md
new file mode 100644
index 00000000000..0f5302526e9
--- /dev/null
+++ b/demo/vue2/README.md
@@ -0,0 +1,11 @@
+# `vue`
+
+> TODO: description
+
+## Usage
+
+```javascript
+const vue = require('vue');
+
+// TODO: DEMONSTRATE API
+```
diff --git a/demo/vue2/babel.config.js b/demo/vue2/babel.config.js
new file mode 100644
index 00000000000..bf023190a10
--- /dev/null
+++ b/demo/vue2/babel.config.js
@@ -0,0 +1,8 @@
+module.exports = {
+ presets: [
+ [ '@vue/cli-plugin-babel/preset', {
+ "polyfills": [ "es7.object.entries", "es6.promise" ],
+ "useBuiltIns": "entry"
+ } ],
+ ]
+}
diff --git a/demo/vue2/package.json b/demo/vue2/package.json
new file mode 100644
index 00000000000..bfcf8e6ff5d
--- /dev/null
+++ b/demo/vue2/package.json
@@ -0,0 +1,66 @@
+{
+ "name": "@tsparticles/vue2-demo",
+ "private": true,
+ "version": "4.0.0-beta.12",
+ "description": "VueJS Demo",
+ "author": "Matteo Bruni ",
+ "homepage": "https://particles.js.org",
+ "license": "MIT",
+ "main": "lib/vue.js",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git"
+ },
+ "scripts": {
+ "dev": "vue-cli-service serve",
+ "serve": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "build:ci": "vue-cli-service build",
+ "clean": "rm -rf dist/*",
+ "lint": "eslint . --fix"
+ },
+ "bugs": {
+ "url": "https://github.com/tsparticles/vue2/issues"
+ },
+ "dependencies": {
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/vue2": "workspace:^",
+ "tsparticles": "workspace:^",
+ "vue": "^2.7.14",
+ "vue-class-component": "^7.2.6",
+ "vue-property-decorator": "^9.1.2"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.22.19",
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
+ "@babel/plugin-proposal-decorators": "^7.22.15",
+ "@babel/plugin-transform-private-methods": "^7.27.1",
+ "@babel/plugin-transform-private-property-in-object": "^7.27.1",
+ "@rollup/plugin-json": "^6.0.0",
+ "@rollup/plugin-node-resolve": "^15.2.1",
+ "@rollup/plugin-replace": "^5.0.2",
+ "@typescript-eslint/eslint-plugin": "^6.7.0",
+ "@typescript-eslint/parser": "^6.7.0",
+ "@vue/cli-plugin-babel": "^5.0.8",
+ "@vue/cli-plugin-typescript": "^5.0.8",
+ "@vue/cli-service": "^5.0.8",
+ "babel-loader": "^8.3.0",
+ "eslint": "^8.49.0",
+ "eslint-config-prettier": "^9.1.2",
+ "eslint-plugin-vue": "^9.33.0",
+ "fork-ts-checker-webpack-plugin": "^8.0.0",
+ "postcss": "^8.4.29",
+ "prettier": "^3.0.3",
+ "rollup": "^2.79.1",
+ "rollup-plugin-terser": "^7.0.2",
+ "rollup-plugin-typescript": "^1.0.1",
+ "rollup-plugin-typescript2": "^0.35.0",
+ "rollup-plugin-vue": "^5.1.9",
+ "tslib": "^2.6.2",
+ "typescript": "^5.2.2",
+ "vue-loader": "^15.10.2",
+ "vue-template-compiler": "^2.7.14",
+ "webpack": "^4.46.0"
+ }
+}
diff --git a/demo/vue2/public/favicon.ico b/demo/vue2/public/favicon.ico
new file mode 100644
index 00000000000..df36fcfb725
Binary files /dev/null and b/demo/vue2/public/favicon.ico differ
diff --git a/demo/vue2/public/index.html b/demo/vue2/public/index.html
new file mode 100644
index 00000000000..41235286563
--- /dev/null
+++ b/demo/vue2/public/index.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+ <%= htmlWebpackPlugin.options.title %>
+
+
+
+
+
+
+
diff --git a/demo/vue2/rollup.config.js b/demo/vue2/rollup.config.js
new file mode 100644
index 00000000000..3a9b8624432
--- /dev/null
+++ b/demo/vue2/rollup.config.js
@@ -0,0 +1,40 @@
+import vue from 'rollup-plugin-vue';
+import typescript from 'rollup-plugin-typescript2';
+import json from '@rollup/plugin-json';
+import {terser} from 'rollup-plugin-terser';
+
+export default [{
+ input: 'src/components/Particles/Particles.vue',
+ output: {
+ format: 'esm',
+ file: 'dist/particles.vue.js'
+ },
+ external: ['vue'],
+ plugins: [
+ typescript({
+ //tsconfig: true//,
+ // experimentalDecorators: true,
+ // module: 'es2015'
+ }),
+ vue(),
+ json()
+ ]
+},
+ {
+ input: 'src/components/Particles/Particles.vue',
+ output: {
+ format: 'esm',
+ file: 'dist/particles.vue.min.js'
+ },
+ external: ['vue'],
+ plugins: [
+ typescript({
+ //tsconfig: true//,
+ // experimentalDecorators: true,
+ // module: 'es2015'
+ }),
+ vue(),
+ json(),
+ terser()
+ ]
+ }];
diff --git a/demo/vue2/src/App.vue b/demo/vue2/src/App.vue
new file mode 100644
index 00000000000..2410c72765c
--- /dev/null
+++ b/demo/vue2/src/App.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
diff --git a/demo/vue2/src/assets/logo.png b/demo/vue2/src/assets/logo.png
new file mode 100644
index 00000000000..3d88bc581a6
Binary files /dev/null and b/demo/vue2/src/assets/logo.png differ
diff --git a/demo/vue2/src/main.ts b/demo/vue2/src/main.ts
new file mode 100644
index 00000000000..f982552ccd5
--- /dev/null
+++ b/demo/vue2/src/main.ts
@@ -0,0 +1,17 @@
+import Vue from "vue";
+import App from "./App.vue";
+import Particles from "@tsparticles/vue2";
+import { Engine } from "@tsparticles/engine";
+import { loadFull } from "tsparticles";
+
+Vue.config.productionTip = false;
+
+Vue.use(Particles, {
+ init: async (engine: Engine) => {
+ await loadFull(engine);
+ },
+});
+
+new Vue({
+ render: h => h(App),
+}).$mount("#app");
diff --git a/demo/vue2/src/shims-tsx.d.ts b/demo/vue2/src/shims-tsx.d.ts
new file mode 100644
index 00000000000..c656c68b877
--- /dev/null
+++ b/demo/vue2/src/shims-tsx.d.ts
@@ -0,0 +1,13 @@
+import Vue, { VNode } from 'vue'
+
+declare global {
+ namespace JSX {
+ // tslint:disable no-empty-interface
+ interface Element extends VNode {}
+ // tslint:disable no-empty-interface
+ interface ElementClass extends Vue {}
+ interface IntrinsicElements {
+ [elem: string]: any
+ }
+ }
+}
diff --git a/demo/vue2/src/shims-vue.d.ts b/demo/vue2/src/shims-vue.d.ts
new file mode 100644
index 00000000000..6f1c224168a
--- /dev/null
+++ b/demo/vue2/src/shims-vue.d.ts
@@ -0,0 +1,6 @@
+declare module '*.vue' {
+ import Vue from 'vue'
+ export default Vue
+}
+
+declare module "@tsparticles/vue2";
diff --git a/demo/vue2/tsconfig.json b/demo/vue2/tsconfig.json
new file mode 100644
index 00000000000..ab9730fc819
--- /dev/null
+++ b/demo/vue2/tsconfig.json
@@ -0,0 +1,40 @@
+{
+ "compilerOptions": {
+ "target": "es2015",
+ "module": "es2015",
+ "strict": true,
+ "jsx": "preserve",
+ "importHelpers": true,
+ "moduleResolution": "node",
+ "experimentalDecorators": true,
+ "esModuleInterop": true,
+ "allowSyntheticDefaultImports": true,
+ "resolveJsonModule": true,
+ "sourceMap": true,
+ "baseUrl": ".",
+ "types": [
+ "webpack-env"
+ ],
+ "paths": {
+ "@/*": [
+ "src/*"
+ ]
+ },
+ "lib": [
+ "esnext",
+ "dom",
+ "dom.iterable",
+ "scripthost"
+ ]
+ },
+ "include": [
+ "src/**/*.ts",
+ "src/**/*.tsx",
+ "src/**/*.vue",
+ "tests/**/*.ts",
+ "tests/**/*.tsx"
+ ],
+ "exclude": [
+ "node_modules"
+ ]
+}
diff --git a/demo/vue3/.gitignore b/demo/vue3/.gitignore
new file mode 100644
index 00000000000..38adffa64e8
--- /dev/null
+++ b/demo/vue3/.gitignore
@@ -0,0 +1,28 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+.DS_Store
+dist
+dist-ssr
+coverage
+*.local
+
+/cypress/videos/
+/cypress/screenshots/
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/demo/vue3/CHANGELOG.md b/demo/vue3/CHANGELOG.md
new file mode 100644
index 00000000000..55a21642255
--- /dev/null
+++ b/demo/vue3/CHANGELOG.md
@@ -0,0 +1,140 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+### Features
+
+- added nuxt 3 wrapper ([0651770](https://github.com/tsparticles/tsparticles/commit/06517700e8a15d3274fcedead040721b90654dd4))
+- seen working Vue3 package after updates and merge back ([bb2b01a](https://github.com/tsparticles/tsparticles/commit/bb2b01a25780662a7325d3990695db97610a5148))
+
+## [3.0.1](https://github.com/tsparticles/vue3/compare/v3.0.0...v3.0.1) (2024-03-06)
+
+**Note:** Version bump only for package vue3-demo
+
+# [3.0.0](https://github.com/tsparticles/vue3/compare/v2.12.0...v3.0.0) (2023-12-22)
+
+### Bug Fixes
+
+- **example:** clean up Vite example and remove dead code ([7064feb](https://github.com/tsparticles/vue3/commit/7064feb638a503a0bb158c49d0a76d16142bede2))
+- **example:** remove console#log ([e537e3a](https://github.com/tsparticles/vue3/commit/e537e3ae2fb2fbc101f6ef18f2f5dec518407f34))
+
+### Features
+
+- updated for v3 ([c49ca9f](https://github.com/tsparticles/vue3/commit/c49ca9f1aec1f7ddaa0de7806291a5c4c78eb848))
+
+# [2.12.0](https://github.com/tsparticles/vue3/compare/v2.11.1...v2.12.0) (2023-08-04)
+
+**Note:** Version bump only for package vue3-demo
+
+## [2.11.1](https://github.com/tsparticles/vue3/compare/v2.11.0...v2.11.1) (2023-07-27)
+
+### Bug Fixes
+
+- fixed issue with engine not loading correctly, closes: [#26](https://github.com/tsparticles/vue3/issues/26) ([94e5215](https://github.com/tsparticles/vue3/commit/94e521546b7ed008d7b980e999ca30d0ce3d49db))
+
+# [2.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14)
+
+**Note:** Version bump only for package vue3-demo
+
+## 2.10.1 (2023-06-04)
+
+### Features
+
+- adding vue-particles tag ([8b12d56](https://github.com/tsparticles/vue3/commit/8b12d5654515d52729ea7902f5e16806ddd48422))
+
+## [0.9.3](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.9.2...vue3-demo@0.9.3) (2023-02-12)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.9.2](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.9.1...vue3-demo@0.9.2) (2023-02-12)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.9.1](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.9.0...vue3-demo@0.9.1) (2023-02-11)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.9.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.8.0...vue3-demo@0.9.0) (2023-02-10)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.8.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.7.1...vue3-demo@0.8.0) (2023-01-18)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.7.1](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.7.0...vue3-demo@0.7.1) (2022-12-25)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.7.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.6.0...vue3-demo@0.7.0) (2022-12-23)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.6.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.5.3...vue3-demo@0.6.0) (2022-12-06)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.5.3](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.5.2...vue3-demo@0.5.3) (2022-11-07)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.5.2](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.5.1...vue3-demo@0.5.2) (2022-11-07)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.5.1](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.5.0...vue3-demo@0.5.1) (2022-11-03)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.5.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.4.0...vue3-demo@0.5.0) (2022-11-02)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.4.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.3.4...vue3-demo@0.4.0) (2022-10-30)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.3.4](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.3.3...vue3-demo@0.3.4) (2022-09-30)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.3.3](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.3.2...vue3-demo@0.3.3) (2022-09-30)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.3.2](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.3.1...vue3-demo@0.3.2) (2022-09-21)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.3.1](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.3.0...vue3-demo@0.3.1) (2022-09-13)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.3.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.2.4...vue3-demo@0.3.0) (2022-09-11)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.2.4](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.2.2...vue3-demo@0.2.4) (2022-08-26)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.2.3](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.2.2...vue3-demo@0.2.3) (2022-08-21)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.2.2](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.2.1...vue3-demo@0.2.2) (2022-08-16)
+
+**Note:** Version bump only for package vue3-demo
+
+## [0.2.1](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.2.0...vue3-demo@0.2.1) (2022-08-12)
+
+**Note:** Version bump only for package vue3-demo
+
+# [0.2.0](https://github.com/matteobruni/tsparticles/compare/vue3-demo@0.1.4...vue3-demo@0.2.0) (2022-08-11)
+
+### Bug Fixes
+
+- fixed correctly both [#4031](https://github.com/matteobruni/tsparticles/issues/4031) and [#4385](https://github.com/matteobruni/tsparticles/issues/4385) ([6b57b69](https://github.com/matteobruni/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79))
diff --git a/demo/vue3/README.md b/demo/vue3/README.md
new file mode 100644
index 00000000000..1bdb0a715a8
--- /dev/null
+++ b/demo/vue3/README.md
@@ -0,0 +1,40 @@
+# Vue 3 tsParticles Demo
+
+Demo app for `@tsparticles/vue3`.
+
+## Setup
+
+```bash
+pnpm install
+```
+
+## Development
+
+```bash
+pnpm run dev
+```
+
+## Build
+
+```bash
+pnpm run build
+```
+
+## Lint
+
+```bash
+pnpm run lint
+```
+
+## How init works
+
+The plugin is registered once in `src/main.ts`:
+
+- `app.use(Particles, { init: registerParticles })`
+- `registerParticles` is defined in `src/particlesInit.ts`
+
+The init function is where app developers decide which tsParticles packages to load.
+
+## Related package
+
+For Nuxt projects use `@tsparticles/nuxt3` or `@tsparticles/nuxt4`.
diff --git a/demo/vue3/env.d.ts b/demo/vue3/env.d.ts
new file mode 100644
index 00000000000..11f02fe2a00
--- /dev/null
+++ b/demo/vue3/env.d.ts
@@ -0,0 +1 @@
+///
diff --git a/demo/vue3/eslint.config.js b/demo/vue3/eslint.config.js
new file mode 100644
index 00000000000..d2a235930fe
--- /dev/null
+++ b/demo/vue3/eslint.config.js
@@ -0,0 +1,32 @@
+import js from "@eslint/js";
+import globals from "globals";
+import tsParser from "@typescript-eslint/parser";
+import vuePlugin from "eslint-plugin-vue";
+import vueParser from "vue-eslint-parser";
+
+export default [
+ {
+ ignores: ["dist/**", "node_modules/**"],
+ },
+ js.configs.recommended,
+ ...vuePlugin.configs["flat/recommended"],
+ {
+ files: ["**/*.{js,mjs,cjs,ts,tsx,vue}"],
+ languageOptions: {
+ parser: vueParser,
+ ecmaVersion: "latest",
+ sourceType: "module",
+ globals: {
+ ...globals.browser,
+ ...globals.node,
+ },
+ parserOptions: {
+ parser: tsParser,
+ extraFileExtensions: [".vue"],
+ },
+ },
+ rules: {
+ "no-unused-vars": "off",
+ },
+ },
+];
diff --git a/demo/vue3/index.html b/demo/vue3/index.html
new file mode 100644
index 00000000000..11603f878f1
--- /dev/null
+++ b/demo/vue3/index.html
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+ Vite App
+
+
+
+
+
+
diff --git a/demo/vue3/package.json b/demo/vue3/package.json
new file mode 100644
index 00000000000..06fc169c2d5
--- /dev/null
+++ b/demo/vue3/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "@tsparticles/vue3-demo",
+ "version": "4.0.0-beta.12",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "run-p type-check build-only",
+ "build:ci": "run-p type-check build-only",
+ "preview": "vite preview --port 4173",
+ "build-only": "vite build",
+ "type-check": "vue-tsc --noEmit",
+ "lint": "eslint . --fix"
+ },
+ "dependencies": {
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/vue3": "workspace:^",
+ "tsparticles": "workspace:^",
+ "vue": "^3.5.32",
+ "vue-router": "^5.0.4"
+ },
+ "devDependencies": {
+ "@eslint/js": "^10.0.1",
+ "@rushstack/eslint-patch": "^1.16.1",
+ "@tsconfig/node18": "^18.2.6",
+ "@types/node": "^25.6.0",
+ "@typescript-eslint/parser": "^8.58.1",
+ "@vitejs/plugin-vue": "^6.0.5",
+ "@vitejs/plugin-vue-jsx": "^5.1.5",
+ "@vue/eslint-config-prettier": "^10.2.0",
+ "@vue/eslint-config-typescript": "^14.7.0",
+ "@vue/tsconfig": "^0.9.1",
+ "eslint": "^10.2.0",
+ "eslint-plugin-vue": "^10.8.0",
+ "globals": "^17.5.0",
+ "minimatch": "^10.2.5",
+ "npm-run-all": "^4.1.5",
+ "prettier": "^3.8.2",
+ "typescript": "^6.0.2",
+ "vite": "^8.0.8",
+ "vue-eslint-parser": "^10.4.0",
+ "vue-tsc": "^3.2.6"
+ }
+}
diff --git a/demo/vue3/public/favicon.ico b/demo/vue3/public/favicon.ico
new file mode 100644
index 00000000000..df36fcfb725
Binary files /dev/null and b/demo/vue3/public/favicon.ico differ
diff --git a/demo/vue3/src/App.vue b/demo/vue3/src/App.vue
new file mode 100644
index 00000000000..a6ceb2b23ef
--- /dev/null
+++ b/demo/vue3/src/App.vue
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+
diff --git a/demo/vue3/src/assets/base.css b/demo/vue3/src/assets/base.css
new file mode 100644
index 00000000000..71dc55a3cb5
--- /dev/null
+++ b/demo/vue3/src/assets/base.css
@@ -0,0 +1,74 @@
+/* color palette from */
+:root {
+ --vt-c-white: #ffffff;
+ --vt-c-white-soft: #f8f8f8;
+ --vt-c-white-mute: #f2f2f2;
+
+ --vt-c-black: #181818;
+ --vt-c-black-soft: #222222;
+ --vt-c-black-mute: #282828;
+
+ --vt-c-indigo: #2c3e50;
+
+ --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
+ --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
+ --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
+ --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
+
+ --vt-c-text-light-1: var(--vt-c-indigo);
+ --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
+ --vt-c-text-dark-1: var(--vt-c-white);
+ --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
+}
+
+/* semantic color variables for this project */
+:root {
+ --color-background: var(--vt-c-white);
+ --color-background-soft: var(--vt-c-white-soft);
+ --color-background-mute: var(--vt-c-white-mute);
+
+ --color-border: var(--vt-c-divider-light-2);
+ --color-border-hover: var(--vt-c-divider-light-1);
+
+ --color-heading: var(--vt-c-text-light-1);
+ --color-text: var(--vt-c-text-light-1);
+
+ --section-gap: 160px;
+}
+
+@media (prefers-color-scheme: dark) {
+ :root {
+ --color-background: var(--vt-c-black);
+ --color-background-soft: var(--vt-c-black-soft);
+ --color-background-mute: var(--vt-c-black-mute);
+
+ --color-border: var(--vt-c-divider-dark-2);
+ --color-border-hover: var(--vt-c-divider-dark-1);
+
+ --color-heading: var(--vt-c-text-dark-1);
+ --color-text: var(--vt-c-text-dark-2);
+ }
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: border-box;
+ margin: 0;
+ position: relative;
+ font-weight: normal;
+}
+
+body {
+ min-height: 100vh;
+ color: var(--color-text);
+ background: var(--color-background);
+ transition: color 0.5s, background-color 0.5s;
+ line-height: 1.6;
+ font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
+ Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
+ font-size: 15px;
+ text-rendering: optimizeLegibility;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
diff --git a/demo/vue3/src/assets/logo.svg b/demo/vue3/src/assets/logo.svg
new file mode 100644
index 00000000000..bc826fed80a
--- /dev/null
+++ b/demo/vue3/src/assets/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/demo/vue3/src/assets/main.css b/demo/vue3/src/assets/main.css
new file mode 100644
index 00000000000..c133f9156b4
--- /dev/null
+++ b/demo/vue3/src/assets/main.css
@@ -0,0 +1,35 @@
+@import "./base.css";
+
+#app {
+ max-width: 1280px;
+ margin: 0 auto;
+ padding: 2rem;
+
+ font-weight: normal;
+}
+
+a,
+.green {
+ text-decoration: none;
+ color: hsla(160, 100%, 37%, 1);
+ transition: 0.4s;
+}
+
+@media (hover: hover) {
+ a:hover {
+ background-color: hsla(160, 100%, 37%, 0.2);
+ }
+}
+
+@media (min-width: 1024px) {
+ body {
+ display: flex;
+ place-items: center;
+ }
+
+ #app {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ padding: 0 2rem;
+ }
+}
diff --git a/demo/vue3/src/main.ts b/demo/vue3/src/main.ts
new file mode 100644
index 00000000000..6c556ae2c0b
--- /dev/null
+++ b/demo/vue3/src/main.ts
@@ -0,0 +1,13 @@
+import { createApp } from "vue";
+import Particles from "@tsparticles/vue3";
+import App from "./App.vue";
+import "./assets/main.css";
+import { registerParticles } from "./particlesInit";
+
+const app = createApp(App);
+
+app.use(Particles, {
+ init: registerParticles,
+});
+
+app.mount("#app");
diff --git a/demo/vue3/src/particlesInit.ts b/demo/vue3/src/particlesInit.ts
new file mode 100644
index 00000000000..e0dd7895538
--- /dev/null
+++ b/demo/vue3/src/particlesInit.ts
@@ -0,0 +1,6 @@
+import type { Engine } from "@tsparticles/engine";
+import { loadFull } from "tsparticles";
+
+export async function registerParticles(engine: Engine): Promise {
+ await loadFull(engine);
+}
diff --git a/demo/vue3/tsconfig.config.json b/demo/vue3/tsconfig.config.json
new file mode 100644
index 00000000000..966afc297b3
--- /dev/null
+++ b/demo/vue3/tsconfig.config.json
@@ -0,0 +1,8 @@
+{
+ "extends": "@vue/tsconfig/tsconfig.dom.json",
+ "include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
+ "compilerOptions": {
+ "composite": true,
+ "types": ["node"]
+ }
+}
diff --git a/demo/vue3/tsconfig.json b/demo/vue3/tsconfig.json
new file mode 100644
index 00000000000..7e19e009b9c
--- /dev/null
+++ b/demo/vue3/tsconfig.json
@@ -0,0 +1,20 @@
+{
+ "extends": [
+ "@tsconfig/node18/tsconfig.json",
+ "@vue/tsconfig/tsconfig.dom.json"
+ ],
+ "include": [
+ "env.d.ts",
+ "src/**/*",
+ "src/**/*.vue"
+ ],
+ "compilerOptions": {
+ "allowJs": true,
+ "paths": {
+ "@/*": [
+ "./src/*"
+ ]
+ },
+ "resolveJsonModule": true
+ }
+}
diff --git a/demo/vue3/vite.config.ts b/demo/vue3/vite.config.ts
new file mode 100644
index 00000000000..f828a4c4d06
--- /dev/null
+++ b/demo/vue3/vite.config.ts
@@ -0,0 +1,15 @@
+import { fileURLToPath, URL } from "url";
+
+import { defineConfig } from "vite";
+import vue from "@vitejs/plugin-vue";
+import vueJsx from "@vitejs/plugin-vue-jsx";
+
+// https://vitejs.dev/config/
+export default defineConfig({
+ plugins: [vue(), vueJsx()],
+ resolve: {
+ alias: {
+ "@": fileURLToPath(new URL("./src", import.meta.url)),
+ },
+ },
+});
diff --git a/demo/webcomponents/CHANGELOG.md b/demo/webcomponents/CHANGELOG.md
new file mode 100644
index 00000000000..7939081bb9a
--- /dev/null
+++ b/demo/webcomponents/CHANGELOG.md
@@ -0,0 +1,351 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.9.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.9.2...@tsparticles/webcomponents-demo@2.9.3) (2023-02-12)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.9.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.9.1...@tsparticles/webcomponents-demo@2.9.2) (2023-02-12)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.9.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.9.0...@tsparticles/webcomponents-demo@2.9.1) (2023-02-11)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.9.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.8.0...@tsparticles/webcomponents-demo@2.9.0) (2023-02-10)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.8.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.7.1...@tsparticles/webcomponents-demo@2.8.0) (2023-01-18)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.7.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.7.0...@tsparticles/webcomponents-demo@2.7.1) (2022-12-25)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.7.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.6.0...@tsparticles/webcomponents-demo@2.7.0) (2022-12-23)
+
+### Features
+
+- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/matteobruni/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475))
+
+# [2.6.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.5.3...@tsparticles/webcomponents-demo@2.6.0) (2022-12-06)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.5.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.5.2...@tsparticles/webcomponents-demo@2.5.3) (2022-11-07)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.5.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.5.1...@tsparticles/webcomponents-demo@2.5.2) (2022-11-07)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.5.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.5.0...@tsparticles/webcomponents-demo@2.5.1) (2022-11-03)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.5.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.4.0...@tsparticles/webcomponents-demo@2.5.0) (2022-11-02)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.4.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.3.4...@tsparticles/webcomponents-demo@2.4.0) (2022-10-30)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.3.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.3.3...@tsparticles/webcomponents-demo@2.3.4) (2022-09-30)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.3.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.3.2...@tsparticles/webcomponents-demo@2.3.3) (2022-09-30)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.3.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.3.1...@tsparticles/webcomponents-demo@2.3.2) (2022-09-21)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.3.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.3.0...@tsparticles/webcomponents-demo@2.3.1) (2022-09-13)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.3.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.2.4...@tsparticles/webcomponents-demo@2.3.0) (2022-09-11)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.2.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.2.2...@tsparticles/webcomponents-demo@2.2.4) (2022-08-26)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.2.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.2.2...@tsparticles/webcomponents-demo@2.2.3) (2022-08-21)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.2.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.2.1...@tsparticles/webcomponents-demo@2.2.2) (2022-08-16)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.2.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.2.0...@tsparticles/webcomponents-demo@2.2.1) (2022-08-12)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.2.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.1.4...@tsparticles/webcomponents-demo@2.2.0) (2022-08-11)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.1.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.1.3...@tsparticles/webcomponents-demo@2.1.4) (2022-07-28)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.1.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.1.2...@tsparticles/webcomponents-demo@2.1.3) (2022-07-01)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.1.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.1.1...@tsparticles/webcomponents-demo@2.1.2) (2022-07-01)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.1.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.1.0...@tsparticles/webcomponents-demo@2.1.1) (2022-07-01)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.1.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.0.6...@tsparticles/webcomponents-demo@2.1.0) (2022-06-18)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.0.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.0.5...@tsparticles/webcomponents-demo@2.0.6) (2022-04-16)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.0.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.0.4...@tsparticles/webcomponents-demo@2.0.5) (2022-04-14)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [2.0.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.28.1...@tsparticles/webcomponents-demo@2.0.4) (2022-04-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.27.1...@tsparticles/webcomponents-demo@2.0.3) (2022-03-11)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [2.0.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.4...@tsparticles/webcomponents-demo@2.0.2) (2022-02-21)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.28.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.28.0...@tsparticles/webcomponents-demo@1.28.1) (2022-04-06)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.28.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.27.4...@tsparticles/webcomponents-demo@1.28.0) (2022-04-04)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.27.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.27.3...@tsparticles/webcomponents-demo@1.27.4) (2022-03-20)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.27.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.27.2...@tsparticles/webcomponents-demo@1.27.3) (2022-03-18)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.27.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.27.1...@tsparticles/webcomponents-demo@1.27.2) (2022-03-14)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.27.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.27.0...@tsparticles/webcomponents-demo@1.27.1) (2022-03-09)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.27.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.6...@tsparticles/webcomponents-demo@1.27.0) (2022-03-08)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.26.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.5...@tsparticles/webcomponents-demo@1.26.6) (2022-03-03)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.26.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.4...@tsparticles/webcomponents-demo@1.26.5) (2022-02-24)
+
+### Bug Fixes
+
+- fixed emitters issues ([c9d9a51](https://github.com/matteobruni/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5))
+
+## [2.0.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.0.0...@tsparticles/webcomponents-demo@2.0.1) (2022-02-15)
+
+## [1.26.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.3...@tsparticles/webcomponents-demo@1.26.4) (2022-02-20)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.26.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.2...@tsparticles/webcomponents-demo@1.26.3) (2022-02-19)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.26.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.1...@tsparticles/webcomponents-demo@1.26.2) (2022-02-16)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.0.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.1...@tsparticles/webcomponents-demo@2.0.0) (2022-02-15)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.24.2...@tsparticles/webcomponents-demo@2.0.0-beta.5) (2022-01-30)
+
+## [1.26.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.26.0...@tsparticles/webcomponents-demo@1.26.1) (2022-02-14)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.26.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.25.2...@tsparticles/webcomponents-demo@1.26.0) (2022-02-10)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.25.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.25.1...@tsparticles/webcomponents-demo@1.25.2) (2022-02-07)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.25.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.25.0...@tsparticles/webcomponents-demo@1.25.1) (2022-02-06)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.25.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.24.3...@tsparticles/webcomponents-demo@1.25.0) (2022-02-04)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.24.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.24.2...@tsparticles/webcomponents-demo@1.24.3) (2022-02-02)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/matteobruni/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8))
+
+# [2.0.0-beta.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.0.0-beta.3...@tsparticles/webcomponents-demo@2.0.0-beta.4) (2021-12-07)
+
+## [1.24.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.24.1...@tsparticles/webcomponents-demo@1.24.2) (2022-01-29)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.24.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.24.0...@tsparticles/webcomponents-demo@1.24.1) (2022-01-26)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.24.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.23.0...@tsparticles/webcomponents-demo@1.24.0) (2022-01-08)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.23.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.6...@tsparticles/webcomponents-demo@1.23.0) (2021-12-29)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.22.6](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.5...@tsparticles/webcomponents-demo@1.22.6) (2021-12-24)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.0.0-beta.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.5...@tsparticles/webcomponents-demo@2.0.0-beta.3) (2021-12-04)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.4...@tsparticles/webcomponents-demo@2.0.0-beta.2) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+# [2.0.0-beta.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@2.0.0-beta.0...@tsparticles/webcomponents-demo@2.0.0-beta.1) (2021-10-06)
+
+## [1.22.5](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.4...@tsparticles/webcomponents-demo@1.22.5) (2021-11-28)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.22.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.3...@tsparticles/webcomponents-demo@1.22.4) (2021-11-17)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.22.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.2...@tsparticles/webcomponents-demo@1.22.3) (2021-11-05)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.22.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.1...@tsparticles/webcomponents-demo@1.22.2) (2021-10-31)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.22.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.22.0...@tsparticles/webcomponents-demo@1.22.1) (2021-10-30)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.22.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.21.0...@tsparticles/webcomponents-demo@1.22.0) (2021-10-28)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.21.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.4...@tsparticles/webcomponents-demo@1.21.0) (2021-10-14)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.20.4](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.3...@tsparticles/webcomponents-demo@1.20.4) (2021-10-06)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [2.0.0-beta.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.3...@tsparticles/webcomponents-demo@2.0.0-beta.0) (2021-10-06)
+
+### Features
+
+- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/matteobruni/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777))
+
+## [1.20.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.2...@tsparticles/webcomponents-demo@1.20.3) (2021-10-03)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.20.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.1...@tsparticles/webcomponents-demo@1.20.2) (2021-09-27)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.20.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.20.0...@tsparticles/webcomponents-demo@1.20.1) (2021-09-20)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.20.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.19.1...@tsparticles/webcomponents-demo@1.20.0) (2021-09-18)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.19.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.19.0...@tsparticles/webcomponents-demo@1.19.1) (2021-09-15)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.19.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.18.3...@tsparticles/webcomponents-demo@1.19.0) (2021-08-23)
+
+### Bug Fixes
+
+- **deps:** pin dependencies ([23be870](https://github.com/matteobruni/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47))
+
+## [1.18.3](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.18.2...@tsparticles/webcomponents-demo@1.18.3) (2021-08-10)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.18.2](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.18.1...@tsparticles/webcomponents-demo@1.18.2) (2021-07-31)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+## [1.18.1](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.18.0...@tsparticles/webcomponents-demo@1.18.1) (2021-07-29)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
+
+# [1.18.0](https://github.com/matteobruni/tsparticles/compare/@tsparticles/webcomponents-demo@1.17.0...@tsparticles/webcomponents-demo@1.18.0) (2021-07-29)
+
+**Note:** Version bump only for package @tsparticles/webcomponents-demo
diff --git a/demo/webcomponents/README.md b/demo/webcomponents/README.md
new file mode 100644
index 00000000000..18fcede3ae0
--- /dev/null
+++ b/demo/webcomponents/README.md
@@ -0,0 +1,11 @@
+# `main`
+
+> TODO: description
+
+## Usage
+
+```javascript
+const main = require('main');
+
+// TODO: DEMONSTRATE API
+```
diff --git a/demo/webcomponents/app.js b/demo/webcomponents/app.js
new file mode 100644
index 00000000000..8dffd2dedce
--- /dev/null
+++ b/demo/webcomponents/app.js
@@ -0,0 +1,24 @@
+const express = require("express");
+const helmet = require("helmet");
+const stylus = require("stylus");
+
+const app = express();
+
+// app.use(helmet()); // Safari requires https, probably a bug
+
+const port = 3005;
+
+app.set("views", "./views");
+app.set("view engine", "pug");
+app.use(stylus.middleware("./public"));
+app.use(express.static("./public"));
+app.use("/tsparticles", express.static("./node_modules/tsparticles"));
+app.use("/@tsparticles/configs", express.static("./node_modules/@tsparticles/configs"));
+app.use("/@tsparticles/webcomponents", express.static("./node_modules/@tsparticles/webcomponents/dist"));
+app.use("/webcomponentsjs", express.static("./node_modules/@webcomponents/webcomponentsjs/"));
+
+app.get("/", function (req, res) {
+ res.render("index");
+});
+
+app.listen(port, () => console.log(`Demo app listening on port ${port}!`));
diff --git a/demo/webcomponents/package.json b/demo/webcomponents/package.json
new file mode 100644
index 00000000000..09a2caa5431
--- /dev/null
+++ b/demo/webcomponents/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "@tsparticles/webcomponents-demo",
+ "private": true,
+ "version": "4.0.0-beta.12",
+ "description": "> TODO: description",
+ "author": "Matteo Bruni ",
+ "homepage": "https://particles.js.org",
+ "license": "MIT",
+ "main": "lib/main.js",
+ "files": [
+ "app.js"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git"
+ },
+ "bugs": {
+ "url": "https://github.com/tsparticles/webcomponents/issues"
+ },
+ "scripts": {
+ "start": "pnpm run build && node ./app.js",
+ "build": "pnpm run build:style && pnpm run build:index",
+ "build:ci": "pnpm run build:style && pnpm run build:index",
+ "build:index": "echo \"pug ./views/index.pug\"",
+ "build:style": "stylus ./public/stylesheets/main.styl"
+ },
+ "devDependencies": {
+ "@fortawesome/fontawesome-free": "^6.4.0",
+ "@tsparticles/configs": "workspace:^",
+ "@tsparticles/engine": "workspace:^",
+ "@tsparticles/webcomponents": "workspace:^",
+ "@typescript-eslint/eslint-plugin": "^6.0.0",
+ "@typescript-eslint/parser": "^6.0.0",
+ "@webcomponents/webcomponentsjs": "^2.8.0",
+ "eslint": "^8.40.0",
+ "eslint-config-prettier": "^9.0.0",
+ "express": "^4.18.2",
+ "helmet": "^7.0.0",
+ "prettier": "^3.0.0",
+ "pug": "^3.0.2",
+ "stylus": "^0.62.0",
+ "tsparticles": "workspace:^",
+ "typescript": "^5.0.4"
+ }
+}
diff --git a/demo/webcomponents/public/presets/default.json b/demo/webcomponents/public/presets/default.json
new file mode 100644
index 00000000000..fb273f62038
--- /dev/null
+++ b/demo/webcomponents/public/presets/default.json
@@ -0,0 +1,110 @@
+{
+ "fpsLimit": 120,
+ "fullScreen": {
+ "enable": true,
+ "zIndex": 0
+ },
+ "particles": {
+ "number": {
+ "value": 80,
+ "density": {
+ "enable": true
+ }
+ },
+ "color": {
+ "value": "#ff0000",
+ "animation": {
+ "enable": true,
+ "speed": 20,
+ "sync": true
+ }
+ },
+ "shape": {
+ "type": "circle"
+ },
+ "opacity": {
+ "value": 0.5,
+ "random": false,
+ "anim": {
+ "enable": false,
+ "speed": 3,
+ "opacity_min": 0.1,
+ "sync": false
+ }
+ },
+ "size": {
+ "value": 3,
+ "random": true,
+ "anim": {
+ "enable": false,
+ "speed": 20,
+ "size_min": 0.1,
+ "sync": false
+ }
+ },
+ "links": {
+ "enable": true,
+ "distance": 100,
+ "color": "#ffffff",
+ "opacity": 0.4,
+ "width": 1
+ },
+ "move": {
+ "enable": true,
+ "speed": 6,
+ "direction": "none",
+ "random": false,
+ "straight": false,
+ "out_mode": "out",
+ "attract": {
+ "enable": false,
+ "rotateX": 600,
+ "rotateY": 1200
+ }
+ }
+ },
+ "interactivity": {
+ "events": {
+ "onhover": {
+ "enable": true,
+ "mode": "repulse"
+ },
+ "onclick": {
+ "enable": true,
+ "mode": "push"
+ },
+ "resize": true
+ },
+ "modes": {
+ "grab": {
+ "distance": 400,
+ "line_linked": {
+ "opacity": 1
+ }
+ },
+ "bubble": {
+ "distance": 400,
+ "size": 40,
+ "duration": 2,
+ "opacity": 0.8
+ },
+ "repulse": {
+ "distance": 200
+ },
+ "push": {
+ "particles_nb": 4
+ },
+ "remove": {
+ "particles_nb": 2
+ }
+ }
+ },
+ "retina_detect": true,
+ "background": {
+ "color": "#000000",
+ "image": "",
+ "position": "50% 50%",
+ "repeat": "no-repeat",
+ "size": "cover"
+ }
+}
diff --git a/demo/webcomponents/public/stylesheets/.gitignore b/demo/webcomponents/public/stylesheets/.gitignore
new file mode 100644
index 00000000000..231886279c4
--- /dev/null
+++ b/demo/webcomponents/public/stylesheets/.gitignore
@@ -0,0 +1 @@
+*.css
\ No newline at end of file
diff --git a/demo/webcomponents/public/stylesheets/main.styl b/demo/webcomponents/public/stylesheets/main.styl
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/demo/webcomponents/views/.gitignore b/demo/webcomponents/views/.gitignore
new file mode 100644
index 00000000000..0b84df0f025
--- /dev/null
+++ b/demo/webcomponents/views/.gitignore
@@ -0,0 +1 @@
+*.html
\ No newline at end of file
diff --git a/demo/webcomponents/views/index.pug b/demo/webcomponents/views/index.pug
new file mode 100644
index 00000000000..7918ccddcde
--- /dev/null
+++ b/demo/webcomponents/views/index.pug
@@ -0,0 +1,29 @@
+doctype html
+html(lang="en")
+ head
+ meta(charset="utf-8")
+ meta(name="description" content= "tsParticles")
+ meta(name="author" content= "Matteo Bruni")
+ meta(name="apple-mobile-web-app-capable" content="yes")
+ meta(name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no")
+
+ meta(name="twitter:card" content="summary_large_image")
+ meta(name="twitter:creator" content="@HollowMatt_ITA")
+ meta(name="twitter:image:src" content="https://particles.js.org/images/demo2.png")
+ meta(property="og:title" content="tsParticles - A lightweight TypeScript library for creating particles")
+ meta(property="og:site_name" content="tsParticles")
+ meta(property="og:url" content="https://particles.js.org/")
+ meta(property="og:description" content="A lightweight TypeScript library for creating particles.")
+ meta(property="og:image" content="https://particles.js.org/images/demo2.png")
+
+ title tsParticles
+
+ link(href="/stylesheets/main.css" rel="stylesheet" type="text/css")
+
+ body
+ web-particles(id="tsparticles" url="/@tsparticles/configs/basic.json")
+
+ script(src="/tsparticles/tsparticles.bundle.min.js")
+ script(src="/webcomponentsjs/custom-elements-es5-adapter.js")
+ script(src="/webcomponentsjs/webcomponents-loader.js")
+ script(src="/@tsparticles/webcomponents/web-particles.js" type="module")
diff --git a/effects/bubble/.browserslistrc b/effects/bubble/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/effects/bubble/.browserslistrc
+++ b/effects/bubble/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/effects/bubble/CHANGELOG.md b/effects/bubble/CHANGELOG.md
index 7ee678d577a..f4e1661a42b 100644
--- a/effects/bubble/CHANGELOG.md
+++ b/effects/bubble/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/effect-bubble
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/effect-bubble
diff --git a/effects/bubble/package.dist.json b/effects/bubble/package.dist.json
index 1701f9a0afd..aabaa1749ad 100644
--- a/effects/bubble/package.dist.json
+++ b/effects/bubble/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-bubble",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles bubble effect",
"homepage": "https://particles.js.org",
"repository": {
@@ -99,7 +99,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/effects/bubble/package.json b/effects/bubble/package.json
index 004286b0c3d..003b66d0661 100644
--- a/effects/bubble/package.json
+++ b/effects/bubble/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-bubble",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles bubble effect",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/effects/filter/.browserslistrc b/effects/filter/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/effects/filter/.browserslistrc
+++ b/effects/filter/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/effects/filter/CHANGELOG.md b/effects/filter/CHANGELOG.md
index 428f448ea22..fdffb393718 100644
--- a/effects/filter/CHANGELOG.md
+++ b/effects/filter/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/effect-filter
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/effect-filter
diff --git a/effects/filter/package.dist.json b/effects/filter/package.dist.json
index bc5966ada96..11bd3ef573a 100644
--- a/effects/filter/package.dist.json
+++ b/effects/filter/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-filter",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles filter effect",
"homepage": "https://particles.js.org",
"repository": {
@@ -99,7 +99,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/effects/filter/package.json b/effects/filter/package.json
index 9f3bdf5fce5..2cd25ec77be 100644
--- a/effects/filter/package.json
+++ b/effects/filter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-filter",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles filter effect",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/effects/particles/.browserslistrc b/effects/particles/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/effects/particles/.browserslistrc
+++ b/effects/particles/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/effects/particles/CHANGELOG.md b/effects/particles/CHANGELOG.md
index 21a8d9aef5a..61343f76492 100644
--- a/effects/particles/CHANGELOG.md
+++ b/effects/particles/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/effect-particles
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/effect-particles
diff --git a/effects/particles/package.dist.json b/effects/particles/package.dist.json
index 93c19cdb2e2..b2a2e3817ce 100644
--- a/effects/particles/package.dist.json
+++ b/effects/particles/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-particles",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles particles effect",
"homepage": "https://particles.js.org",
"repository": {
@@ -99,7 +99,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/effects/particles/package.json b/effects/particles/package.json
index 8f099de4a9e..248987659db 100644
--- a/effects/particles/package.json
+++ b/effects/particles/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-particles",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles particles effect",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/effects/shadow/.browserslistrc b/effects/shadow/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/effects/shadow/.browserslistrc
+++ b/effects/shadow/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/effects/shadow/CHANGELOG.md b/effects/shadow/CHANGELOG.md
index 30f2767f8b8..29f49e3ed44 100644
--- a/effects/shadow/CHANGELOG.md
+++ b/effects/shadow/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/effect-shadow
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/effect-shadow
diff --git a/effects/shadow/package.dist.json b/effects/shadow/package.dist.json
index 9029d30ab04..1cc19148958 100644
--- a/effects/shadow/package.dist.json
+++ b/effects/shadow/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-shadow",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles shadow effect",
"homepage": "https://particles.js.org",
"repository": {
@@ -99,7 +99,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/effects/shadow/package.json b/effects/shadow/package.json
index cf26bca7e8d..312c663833f 100644
--- a/effects/shadow/package.json
+++ b/effects/shadow/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-shadow",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles shadow effect",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/effects/trail/.browserslistrc b/effects/trail/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/effects/trail/.browserslistrc
+++ b/effects/trail/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/effects/trail/CHANGELOG.md b/effects/trail/CHANGELOG.md
index 25aa113501f..f57a8cddd8b 100644
--- a/effects/trail/CHANGELOG.md
+++ b/effects/trail/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/effect-trail
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/effect-trail
diff --git a/effects/trail/package.dist.json b/effects/trail/package.dist.json
index c437c30d101..b725f7f82d6 100644
--- a/effects/trail/package.dist.json
+++ b/effects/trail/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-trail",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles trail effect",
"homepage": "https://particles.js.org",
"repository": {
@@ -99,7 +99,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/effects/trail/package.json b/effects/trail/package.json
index 6ea11dbf470..8fa344641ad 100644
--- a/effects/trail/package.json
+++ b/effects/trail/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/effect-trail",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles trail effect",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/engine/.browserslistrc b/engine/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/engine/.browserslistrc
+++ b/engine/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/engine/CHANGELOG.md b/engine/CHANGELOG.md
index 60e5cc25308..c383f588c1d 100644
--- a/engine/CHANGELOG.md
+++ b/engine/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/engine
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/engine
diff --git a/engine/package.dist.json b/engine/package.dist.json
index ebdb59dbf53..5732ae35a40 100644
--- a/engine/package.dist.json
+++ b/engine/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/engine",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/engine/package.json b/engine/package.json
index d9eacc758d5..3f8c8ee455c 100644
--- a/engine/package.json
+++ b/engine/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/engine",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/attract/.browserslistrc b/interactions/external/attract/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/attract/.browserslistrc
+++ b/interactions/external/attract/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/attract/CHANGELOG.md b/interactions/external/attract/CHANGELOG.md
index f56fe9b65c2..a204438b675 100644
--- a/interactions/external/attract/CHANGELOG.md
+++ b/interactions/external/attract/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-attract
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-attract
diff --git a/interactions/external/attract/package.dist.json b/interactions/external/attract/package.dist.json
index 09aa2b0af05..cbcb34b7e14 100644
--- a/interactions/external/attract/package.dist.json
+++ b/interactions/external/attract/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-attract",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles attract external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/attract/package.json b/interactions/external/attract/package.json
index 9dffe6fba55..c633e5acf48 100644
--- a/interactions/external/attract/package.json
+++ b/interactions/external/attract/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-attract",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles attract external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/bounce/.browserslistrc b/interactions/external/bounce/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/bounce/.browserslistrc
+++ b/interactions/external/bounce/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/bounce/CHANGELOG.md b/interactions/external/bounce/CHANGELOG.md
index d0c90d4b4ba..7b5031ad24e 100644
--- a/interactions/external/bounce/CHANGELOG.md
+++ b/interactions/external/bounce/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-bounce
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-bounce
diff --git a/interactions/external/bounce/package.dist.json b/interactions/external/bounce/package.dist.json
index 21be33d1c4e..6fa97804454 100644
--- a/interactions/external/bounce/package.dist.json
+++ b/interactions/external/bounce/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-bounce",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles bounce external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/bounce/package.json b/interactions/external/bounce/package.json
index 8c22f550f60..aae7fe12276 100644
--- a/interactions/external/bounce/package.json
+++ b/interactions/external/bounce/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-bounce",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles bounce external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/bubble/.browserslistrc b/interactions/external/bubble/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/bubble/.browserslistrc
+++ b/interactions/external/bubble/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/bubble/CHANGELOG.md b/interactions/external/bubble/CHANGELOG.md
index 79fc02ce99c..0c044997ea5 100644
--- a/interactions/external/bubble/CHANGELOG.md
+++ b/interactions/external/bubble/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-bubble
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-bubble
diff --git a/interactions/external/bubble/package.dist.json b/interactions/external/bubble/package.dist.json
index 08a3c34e0b4..4855436a8e1 100644
--- a/interactions/external/bubble/package.dist.json
+++ b/interactions/external/bubble/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-bubble",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles bubble external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/bubble/package.json b/interactions/external/bubble/package.json
index f49fd28b7ef..0ed5348b414 100644
--- a/interactions/external/bubble/package.json
+++ b/interactions/external/bubble/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-bubble",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles bubble external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/cannon/.browserslistrc b/interactions/external/cannon/.browserslistrc
index 8e3f6e2d618..9cce1e55dd9 100644
--- a/interactions/external/cannon/.browserslistrc
+++ b/interactions/external/cannon/.browserslistrc
@@ -1,3 +1 @@
-since 2021
-not dead
-
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/cannon/CHANGELOG.md b/interactions/external/cannon/CHANGELOG.md
index ecafb4ee37d..031703a07f6 100644
--- a/interactions/external/cannon/CHANGELOG.md
+++ b/interactions/external/cannon/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-cannon
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-cannon
diff --git a/interactions/external/cannon/package.dist.json b/interactions/external/cannon/package.dist.json
index 8dc4926e807..6a1b6c0ff4d 100644
--- a/interactions/external/cannon/package.dist.json
+++ b/interactions/external/cannon/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-cannon",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles cannon external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/cannon/package.json b/interactions/external/cannon/package.json
index 13d280ddc11..7fd29bf53a3 100644
--- a/interactions/external/cannon/package.json
+++ b/interactions/external/cannon/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-cannon",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles cannon external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/connect/.browserslistrc b/interactions/external/connect/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/connect/.browserslistrc
+++ b/interactions/external/connect/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/connect/CHANGELOG.md b/interactions/external/connect/CHANGELOG.md
index f23daff722b..0faa37b4c24 100644
--- a/interactions/external/connect/CHANGELOG.md
+++ b/interactions/external/connect/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-connect
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-connect
diff --git a/interactions/external/connect/package.dist.json b/interactions/external/connect/package.dist.json
index 3aa381a7dae..02550151bda 100644
--- a/interactions/external/connect/package.dist.json
+++ b/interactions/external/connect/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-connect",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles connect external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -95,8 +95,8 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/canvas-utils": "4.0.0-beta.11",
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/canvas-utils": "4.0.0-beta.12",
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/connect/package.json b/interactions/external/connect/package.json
index 010f0f319f9..2bb90cb5167 100644
--- a/interactions/external/connect/package.json
+++ b/interactions/external/connect/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-connect",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles connect external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/destroy/.browserslistrc b/interactions/external/destroy/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/interactions/external/destroy/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/destroy/.npmignore b/interactions/external/destroy/.npmignore
new file mode 100644
index 00000000000..6fca42d6aaf
--- /dev/null
+++ b/interactions/external/destroy/.npmignore
@@ -0,0 +1 @@
+report.html
diff --git a/interactions/external/destroy/CHANGELOG.md b/interactions/external/destroy/CHANGELOG.md
new file mode 100644
index 00000000000..39bea1314c6
--- /dev/null
+++ b/interactions/external/destroy/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+### Features
+
+- added explode destroy mode and destroy external interactor ([e6dfdd8](https://github.com/tsparticles/tsparticles/commit/e6dfdd88c3295cceffbf813ff809587b30b54417))
diff --git a/interactions/external/destroy/LICENSE b/interactions/external/destroy/LICENSE
new file mode 100644
index 00000000000..8d6347b491c
--- /dev/null
+++ b/interactions/external/destroy/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020-2025 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/interactions/external/destroy/README.md b/interactions/external/destroy/README.md
new file mode 100644
index 00000000000..1c937c6221b
--- /dev/null
+++ b/interactions/external/destroy/README.md
@@ -0,0 +1,121 @@
+[](https://particles.js.org)
+
+# tsParticles External Destroy Interaction
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/interaction-external-destroy)
+[](https://www.npmjs.com/package/@tsparticles/interaction-external-destroy)
+[](https://www.npmjs.com/package/@tsparticles/interaction-external-destroy) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) interaction plugin for destroy effect around mouse or HTML
+elements.
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Call the package loader function(s) before `tsParticles.load(...)`
+3. Apply the package options in your `tsParticles.load(...)` config
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+The CDN/Vanilla version JS has one required file in vanilla configuration:
+
+Including the `tsparticles.interaction.external.destroy.min.js` file will export the function to load the interaction
+plugin:
+
+```javascript
+loadExternalDestroyInteraction;
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` and the interaction plugin like this:
+
+```javascript
+(async () => {
+ await loadInteractivityPlugin(tsParticles);
+ await loadExternalDestroyInteraction(tsParticles);
+
+ await tsParticles.load({
+ id: "tsparticles",
+ options: {
+ /* options */
+ },
+ });
+})();
+```
+
+### ESM / CommonJS
+
+This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this:
+
+```shell
+$ npm install @tsparticles/interaction-external-destroy
+```
+
+or
+
+```shell
+$ yarn add @tsparticles/interaction-external-destroy
+```
+
+Then you need to import it in the app, like this:
+
+```javascript
+const { tsParticles } = require("@tsparticles/engine");
+const { loadInteractivityPlugin } = require("@tsparticles/plugin-interactivity");
+const { loadExternalDestroyInteraction } = require("@tsparticles/interaction-external-destroy");
+
+(async () => {
+ await loadInteractivityPlugin(tsParticles);
+ await loadExternalDestroyInteraction(tsParticles);
+})();
+```
+
+or
+
+```javascript
+import { tsParticles } from "@tsparticles/engine";
+import { loadInteractivityPlugin } from "@tsparticles/plugin-interactivity";
+import { loadExternalDestroyInteraction } from "@tsparticles/interaction-external-destroy";
+
+(async () => {
+ await loadInteractivityPlugin(tsParticles);
+ await loadExternalDestroyInteraction(tsParticles);
+})();
+```
+
+## Option mapping
+
+- Event mode key: `interactivity.events.onHover.mode` with value `"destroy"`
+- Mode options key: `interactivity.modes.destroy`
+
+```json
+{
+ "interactivity": {
+ "events": {
+ "onHover": {
+ "enable": true,
+ "mode": "destroy"
+ }
+ },
+ "modes": {
+ "destroy": {
+ "distance": 200
+ }
+ }
+ }
+}
+```
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadInteractivityPlugin(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- All packages catalog:
+- Main docs:
diff --git a/interactions/external/destroy/eslint.config.js b/interactions/external/destroy/eslint.config.js
new file mode 100644
index 00000000000..248b4d3dd36
--- /dev/null
+++ b/interactions/external/destroy/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/interactions/external/destroy/package.dist.json b/interactions/external/destroy/package.dist.json
new file mode 100644
index 00000000000..7c6576a114f
--- /dev/null
+++ b/interactions/external/destroy/package.dist.json
@@ -0,0 +1,100 @@
+{
+ "name": "@tsparticles/interaction-external-destroy",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles destroy external interaction",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "interactions/external/destroy"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-plugin",
+ "@tsparticles/interaction"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "sideEffects": false,
+ "jsdelivr": "tsparticles.interaction.external.destroy.min.js",
+ "unpkg": "tsparticles.interaction.external.destroy.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "default": "./esm/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "peerDepdendencies": {
+ "@tsparticles/engine": "4.0.0-beta.1",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.1"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module",
+ "peerDependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
+ }
+}
diff --git a/interactions/external/destroy/package.json b/interactions/external/destroy/package.json
new file mode 100644
index 00000000000..9d6290300b1
--- /dev/null
+++ b/interactions/external/destroy/package.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/interaction-external-destroy",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles destroy external interaction",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "version": "tsparticles-cli build -d && git add package.dist.json && tsparticles-cli build -p -l && git add .",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "interactions/external/destroy"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-plugin",
+ "@tsparticles/interaction"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "files": [
+ "dist"
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "default": "./dist/esm/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "peerDependencies": {
+ "@tsparticles/engine": "workspace:*",
+ "@tsparticles/plugin-interactivity": "workspace:*"
+ },
+ "devDependencies": {
+ "@tsparticles/engine": "workspace:*",
+ "@tsparticles/plugin-interactivity": "workspace:*"
+ },
+ "publishConfig": {
+ "access": "public",
+ "directory": "dist",
+ "linkDirectory": true
+ },
+ "type": "module"
+}
diff --git a/interactions/external/destroy/src/Destroyer.ts b/interactions/external/destroy/src/Destroyer.ts
new file mode 100644
index 00000000000..fa7f6f0edd0
--- /dev/null
+++ b/interactions/external/destroy/src/Destroyer.ts
@@ -0,0 +1,100 @@
+import type { DestroyContainer, DestroyMode, IDestroyMode } from "./Types.js";
+import {
+ ExternalInteractorBase,
+ type IInteractivityData,
+ type IModes,
+ type InteractivityParticle,
+ type Modes,
+ isDivModeEnabled,
+ mouseMoveEvent,
+} from "@tsparticles/plugin-interactivity";
+import { type RecursivePartial, isInArray } from "@tsparticles/engine";
+import { divDestroy, mouseDestroy } from "./Utils.js";
+import { Destroy } from "./Options/Classes/Destroy.js";
+
+const destroyMode = "destroy";
+
+export class Destroyer extends ExternalInteractorBase {
+ private _maxDistance;
+
+ constructor(container: DestroyContainer) {
+ super(container);
+
+ this._maxDistance = 0;
+ }
+
+ get maxDistance(): number {
+ return this._maxDistance;
+ }
+
+ clear(): void {
+ // do nothing
+ }
+
+ init(): void {
+ const container = this.container,
+ destroy = container.actualOptions.interactivity?.modes.destroy;
+
+ if (!destroy) {
+ return;
+ }
+
+ this._maxDistance = destroy.distance;
+
+ container.retina.destroyModeDistance = destroy.distance * container.retina.pixelRatio;
+ }
+
+ interact(interactivityData: IInteractivityData): void {
+ const container = this.container,
+ options = container.actualOptions,
+ events = options.interactivity?.events,
+ mouseMoveStatus = interactivityData.status === mouseMoveEvent;
+
+ if (!events) {
+ return;
+ }
+
+ const hoverEnabled = events.onHover.enable,
+ hoverMode = events.onHover.mode,
+ divs = events.onDiv;
+
+ if (mouseMoveStatus && hoverEnabled && isInArray(destroyMode, hoverMode)) {
+ mouseDestroy(this.container, interactivityData);
+ } else {
+ divDestroy(this.container, divs, destroyMode);
+ }
+ }
+
+ isEnabled(interactivityData: IInteractivityData, particle?: InteractivityParticle): boolean {
+ const container = this.container,
+ options = container.actualOptions,
+ mouse = interactivityData.mouse,
+ events = (particle?.interactivity ?? options.interactivity)?.events;
+
+ if (!events) {
+ return false;
+ }
+
+ const divs = events.onDiv;
+
+ return (
+ (!!mouse.position && events.onHover.enable && isInArray(destroyMode, events.onHover.mode)) ||
+ isDivModeEnabled(destroyMode, divs)
+ );
+ }
+
+ loadModeOptions(
+ options: Modes & DestroyMode,
+ ...sources: RecursivePartial<(IModes & IDestroyMode) | undefined>[]
+ ): void {
+ options.destroy ??= new Destroy();
+
+ for (const source of sources) {
+ options.destroy.load(source?.destroy);
+ }
+ }
+
+ reset(): void {
+ // do nothing
+ }
+}
diff --git a/interactions/external/destroy/src/Options/Classes/Destroy.ts b/interactions/external/destroy/src/Options/Classes/Destroy.ts
new file mode 100644
index 00000000000..3ea6300377d
--- /dev/null
+++ b/interactions/external/destroy/src/Options/Classes/Destroy.ts
@@ -0,0 +1,20 @@
+import { type IOptionLoader, type RecursivePartial, isNull } from "@tsparticles/engine";
+import type { IDestroy } from "../Interfaces/IDestroy.js";
+
+export class Destroy implements IDestroy, IOptionLoader {
+ distance: number;
+
+ constructor() {
+ this.distance = 200;
+ }
+
+ load(data?: RecursivePartial): void {
+ if (isNull(data)) {
+ return;
+ }
+
+ if (data.distance !== undefined) {
+ this.distance = data.distance;
+ }
+ }
+}
diff --git a/interactions/external/destroy/src/Options/Classes/DestroyOptions.ts b/interactions/external/destroy/src/Options/Classes/DestroyOptions.ts
new file mode 100644
index 00000000000..47299350c4e
--- /dev/null
+++ b/interactions/external/destroy/src/Options/Classes/DestroyOptions.ts
@@ -0,0 +1,8 @@
+import type { DestroyMode } from "../../Types.js";
+import type { InteractivityOptions } from "@tsparticles/plugin-interactivity";
+
+export type DestroyOptions = InteractivityOptions & {
+ interactivity?: {
+ modes: DestroyMode;
+ };
+};
diff --git a/interactions/external/destroy/src/Options/Interfaces/IDestroy.ts b/interactions/external/destroy/src/Options/Interfaces/IDestroy.ts
new file mode 100644
index 00000000000..a187f08919f
--- /dev/null
+++ b/interactions/external/destroy/src/Options/Interfaces/IDestroy.ts
@@ -0,0 +1,3 @@
+export interface IDestroy {
+ distance: number;
+}
diff --git a/interactions/external/destroy/src/Types.ts b/interactions/external/destroy/src/Types.ts
new file mode 100644
index 00000000000..a4a7965edd5
--- /dev/null
+++ b/interactions/external/destroy/src/Types.ts
@@ -0,0 +1,19 @@
+import type { Destroy } from "./Options/Classes/Destroy.js";
+import type { DestroyOptions } from "./Options/Classes/DestroyOptions.js";
+import type { IDestroy } from "./Options/Interfaces/IDestroy.js";
+import type { InteractivityContainer } from "@tsparticles/plugin-interactivity";
+
+export interface IDestroyMode {
+ destroy: IDestroy;
+}
+
+export interface DestroyMode {
+ destroy?: Destroy;
+}
+
+export type DestroyContainer = InteractivityContainer & {
+ actualOptions: DestroyOptions;
+ retina: {
+ destroyModeDistance?: number;
+ };
+};
diff --git a/interactions/external/destroy/src/Utils.ts b/interactions/external/destroy/src/Utils.ts
new file mode 100644
index 00000000000..3d6165b0932
--- /dev/null
+++ b/interactions/external/destroy/src/Utils.ts
@@ -0,0 +1,86 @@
+import { Circle, Rectangle, type SingleOrMultiple, double, safeDocument } from "@tsparticles/engine";
+import { type DivEvent, DivType, type IInteractivityData, divModeExecute } from "@tsparticles/plugin-interactivity";
+import type { DestroyContainer } from "./Types.js";
+
+const half = 0.5,
+ toleranceFactor = 10,
+ minRadius = 0;
+
+/**
+ *
+ * @param container
+ * @param area
+ */
+function processDestroy(container: DestroyContainer, area: Circle | Rectangle): void {
+ const query = container.particles.grid.query(area);
+
+ for (const particle of query) {
+ particle.destroy();
+ }
+}
+
+/**
+ *
+ * @param container
+ * @param selector
+ * @param div
+ */
+function singleSelectorDestroy(container: DestroyContainer, selector: string, div: DivEvent): void {
+ const query = safeDocument().querySelectorAll(selector);
+
+ if (!query.length) {
+ return;
+ }
+
+ query.forEach(item => {
+ const elem = item as HTMLElement,
+ pxRatio = container.retina.pixelRatio,
+ pos = {
+ x: (elem.offsetLeft + elem.offsetWidth * half) * pxRatio,
+ y: (elem.offsetTop + elem.offsetHeight * half) * pxRatio,
+ },
+ radius = elem.offsetWidth * half * pxRatio,
+ tolerance = toleranceFactor * pxRatio,
+ area =
+ div.type === DivType.circle
+ ? new Circle(pos.x, pos.y, radius + tolerance)
+ : new Rectangle(
+ elem.offsetLeft * pxRatio - tolerance,
+ elem.offsetTop * pxRatio - tolerance,
+ elem.offsetWidth * pxRatio + tolerance * double,
+ elem.offsetHeight * pxRatio + tolerance * double,
+ );
+
+ processDestroy(container, area);
+ });
+}
+
+/**
+ *
+ * @param container
+ * @param divs
+ * @param destroyMode
+ */
+export function divDestroy(container: DestroyContainer, divs: SingleOrMultiple, destroyMode: string): void {
+ divModeExecute(destroyMode, divs, (selector, div): void => {
+ singleSelectorDestroy(container, selector, div);
+ });
+}
+
+/**
+ *
+ * @param container
+ * @param interactivityData
+ */
+export function mouseDestroy(container: DestroyContainer, interactivityData: IInteractivityData): void {
+ const pxRatio = container.retina.pixelRatio,
+ tolerance = toleranceFactor * pxRatio,
+ mousePos = interactivityData.mouse.position,
+ radius = container.retina.destroyModeDistance;
+
+ if (!radius || radius < minRadius || !mousePos) {
+ return;
+ }
+
+ processDestroy(container, new Circle(mousePos.x, mousePos.y, radius + tolerance));
+}
diff --git a/interactions/external/destroy/src/index.ts b/interactions/external/destroy/src/index.ts
new file mode 100644
index 00000000000..47c67cfa113
--- /dev/null
+++ b/interactions/external/destroy/src/index.ts
@@ -0,0 +1,26 @@
+import { type Engine } from "@tsparticles/engine";
+import type { InteractivityEngine } from "@tsparticles/plugin-interactivity";
+
+declare const __VERSION__: string;
+
+/**
+ * @param engine -
+ */
+export async function loadExternalDestroyInteraction(engine: Engine): Promise {
+ engine.checkVersion(__VERSION__);
+
+ await engine.pluginManager.register(async (e: InteractivityEngine) => {
+ const { ensureInteractivityPluginLoaded } = await import("@tsparticles/plugin-interactivity");
+
+ ensureInteractivityPluginLoaded(e);
+
+ e.pluginManager.addInteractor?.("externalDestroy", async container => {
+ const { Destroyer } = await import("./Destroyer.js");
+
+ return new Destroyer(container);
+ });
+ });
+}
+
+export * from "./Options/Classes/Destroy.js";
+export type * from "./Options/Interfaces/IDestroy.js";
diff --git a/interactions/external/destroy/tsconfig.base.json b/interactions/external/destroy/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/interactions/external/destroy/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/interactions/external/destroy/tsconfig.browser.json b/interactions/external/destroy/tsconfig.browser.json
new file mode 100644
index 00000000000..80d78351a7d
--- /dev/null
+++ b/interactions/external/destroy/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/interactions/external/destroy/tsconfig.json b/interactions/external/destroy/tsconfig.json
new file mode 100644
index 00000000000..630bf828704
--- /dev/null
+++ b/interactions/external/destroy/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/interactions/external/destroy/tsconfig.module.json b/interactions/external/destroy/tsconfig.module.json
new file mode 100644
index 00000000000..bb5035a8403
--- /dev/null
+++ b/interactions/external/destroy/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/interactions/external/destroy/tsconfig.types.json b/interactions/external/destroy/tsconfig.types.json
new file mode 100644
index 00000000000..570e9e9d8c6
--- /dev/null
+++ b/interactions/external/destroy/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/interactions/external/destroy/typedoc.json b/interactions/external/destroy/typedoc.json
new file mode 100644
index 00000000000..9052e2e4f0e
--- /dev/null
+++ b/interactions/external/destroy/typedoc.json
@@ -0,0 +1,13 @@
+{
+ "projectDocuments": ["../markdown/**/*.md"],
+ "entryPoints": ["./src/"],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Destroy External Interaction",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/interactions/external/destroy/webpack.config.js b/interactions/external/destroy/webpack.config.js
new file mode 100644
index 00000000000..3487b5f7f67
--- /dev/null
+++ b/interactions/external/destroy/webpack.config.js
@@ -0,0 +1,18 @@
+import { loadParticlesInteractionExternal } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import fs from "fs-extra";
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = await fs.readJson(rootPkgPath),
+ version = pkg.version;
+
+export default loadParticlesInteractionExternal({
+ moduleName: "destroy",
+ pluginName: "Destroy",
+ version,
+ dir: __dirname,
+ progress: false,
+});
diff --git a/interactions/external/drag/.browserslistrc b/interactions/external/drag/.browserslistrc
index 8e3f6e2d618..9cce1e55dd9 100644
--- a/interactions/external/drag/.browserslistrc
+++ b/interactions/external/drag/.browserslistrc
@@ -1,3 +1 @@
-since 2021
-not dead
-
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/drag/CHANGELOG.md b/interactions/external/drag/CHANGELOG.md
index ea0e6f49b8f..2d41c057f53 100644
--- a/interactions/external/drag/CHANGELOG.md
+++ b/interactions/external/drag/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-drag
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-drag
diff --git a/interactions/external/drag/package.dist.json b/interactions/external/drag/package.dist.json
index fac2e77b573..60e9cc5875b 100644
--- a/interactions/external/drag/package.dist.json
+++ b/interactions/external/drag/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-drag",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles drag external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/drag/package.json b/interactions/external/drag/package.json
index b47139200ef..bf557f64163 100644
--- a/interactions/external/drag/package.json
+++ b/interactions/external/drag/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-drag",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles drag external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/grab/.browserslistrc b/interactions/external/grab/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/grab/.browserslistrc
+++ b/interactions/external/grab/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/grab/CHANGELOG.md b/interactions/external/grab/CHANGELOG.md
index fc316fc771a..06902537b64 100644
--- a/interactions/external/grab/CHANGELOG.md
+++ b/interactions/external/grab/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-grab
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-grab
diff --git a/interactions/external/grab/package.dist.json b/interactions/external/grab/package.dist.json
index a4c4d6f43ee..194c9ab2c26 100644
--- a/interactions/external/grab/package.dist.json
+++ b/interactions/external/grab/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-grab",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles grab external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -95,8 +95,8 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/canvas-utils": "4.0.0-beta.11",
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/canvas-utils": "4.0.0-beta.12",
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/grab/package.json b/interactions/external/grab/package.json
index ee12e93a38c..07302a0d535 100644
--- a/interactions/external/grab/package.json
+++ b/interactions/external/grab/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-grab",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles grab external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/parallax/.browserslistrc b/interactions/external/parallax/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/parallax/.browserslistrc
+++ b/interactions/external/parallax/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/parallax/CHANGELOG.md b/interactions/external/parallax/CHANGELOG.md
index 92f5c4b4a0a..2debb9ed25d 100644
--- a/interactions/external/parallax/CHANGELOG.md
+++ b/interactions/external/parallax/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-parallax
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-parallax
diff --git a/interactions/external/parallax/package.dist.json b/interactions/external/parallax/package.dist.json
index 9b16e8db08b..f3c67b49388 100644
--- a/interactions/external/parallax/package.dist.json
+++ b/interactions/external/parallax/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-parallax",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles parallax external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/parallax/package.json b/interactions/external/parallax/package.json
index 300159f5d0a..d05c4950760 100644
--- a/interactions/external/parallax/package.json
+++ b/interactions/external/parallax/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-parallax",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles parallax external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/particle/.browserslistrc b/interactions/external/particle/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/particle/.browserslistrc
+++ b/interactions/external/particle/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/particle/CHANGELOG.md b/interactions/external/particle/CHANGELOG.md
index dc438d95c9a..dce0fdbbc11 100644
--- a/interactions/external/particle/CHANGELOG.md
+++ b/interactions/external/particle/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-particle
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-particle
diff --git a/interactions/external/particle/package.dist.json b/interactions/external/particle/package.dist.json
index c824d67f813..cfdb85e5909 100644
--- a/interactions/external/particle/package.dist.json
+++ b/interactions/external/particle/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-particle",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles particle external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/particle/package.json b/interactions/external/particle/package.json
index d2e5b9df9b5..c66bac62994 100644
--- a/interactions/external/particle/package.json
+++ b/interactions/external/particle/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-particle",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles particle external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/pause/.browserslistrc b/interactions/external/pause/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/pause/.browserslistrc
+++ b/interactions/external/pause/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/pause/CHANGELOG.md b/interactions/external/pause/CHANGELOG.md
index 1caa02ddf33..349728fc8ed 100644
--- a/interactions/external/pause/CHANGELOG.md
+++ b/interactions/external/pause/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-pause
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-pause
diff --git a/interactions/external/pause/package.dist.json b/interactions/external/pause/package.dist.json
index 1eb4fbe427a..f191e89d80f 100644
--- a/interactions/external/pause/package.dist.json
+++ b/interactions/external/pause/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-pause",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles pause external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/pause/package.json b/interactions/external/pause/package.json
index 82d85baa6cc..b92d83802df 100644
--- a/interactions/external/pause/package.json
+++ b/interactions/external/pause/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-pause",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles pause external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/pop/.browserslistrc b/interactions/external/pop/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/pop/.browserslistrc
+++ b/interactions/external/pop/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/pop/CHANGELOG.md b/interactions/external/pop/CHANGELOG.md
index a21d0ef0d34..5c77b9b9a1c 100644
--- a/interactions/external/pop/CHANGELOG.md
+++ b/interactions/external/pop/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-pop
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-pop
diff --git a/interactions/external/pop/package.dist.json b/interactions/external/pop/package.dist.json
index 1daf7fb8cf8..f0fffdcbe0c 100644
--- a/interactions/external/pop/package.dist.json
+++ b/interactions/external/pop/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-pop",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles pop external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/pop/package.json b/interactions/external/pop/package.json
index 7531a1498c3..5fbd32e9d3a 100644
--- a/interactions/external/pop/package.json
+++ b/interactions/external/pop/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-pop",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles pop external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/push/.browserslistrc b/interactions/external/push/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/push/.browserslistrc
+++ b/interactions/external/push/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/push/CHANGELOG.md b/interactions/external/push/CHANGELOG.md
index 7dac3edc9d2..1c3b812e141 100644
--- a/interactions/external/push/CHANGELOG.md
+++ b/interactions/external/push/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-push
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-push
diff --git a/interactions/external/push/package.dist.json b/interactions/external/push/package.dist.json
index b05caac1a03..610f9f1c530 100644
--- a/interactions/external/push/package.dist.json
+++ b/interactions/external/push/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-push",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles push external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/push/package.json b/interactions/external/push/package.json
index d1475a0e424..4f8ae10e8a6 100644
--- a/interactions/external/push/package.json
+++ b/interactions/external/push/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-push",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles push external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/remove/.browserslistrc b/interactions/external/remove/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/remove/.browserslistrc
+++ b/interactions/external/remove/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/remove/CHANGELOG.md b/interactions/external/remove/CHANGELOG.md
index f679887a98d..f1610ae2f0a 100644
--- a/interactions/external/remove/CHANGELOG.md
+++ b/interactions/external/remove/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-remove
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-remove
diff --git a/interactions/external/remove/package.dist.json b/interactions/external/remove/package.dist.json
index 6e9042c760d..e190a67ae39 100644
--- a/interactions/external/remove/package.dist.json
+++ b/interactions/external/remove/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-remove",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles remove external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/remove/package.json b/interactions/external/remove/package.json
index 9f994821c77..2056c4ff078 100644
--- a/interactions/external/remove/package.json
+++ b/interactions/external/remove/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-remove",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles remove external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/repulse/.browserslistrc b/interactions/external/repulse/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/repulse/.browserslistrc
+++ b/interactions/external/repulse/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/repulse/CHANGELOG.md b/interactions/external/repulse/CHANGELOG.md
index 665ad2a0ec1..7ad3d6db364 100644
--- a/interactions/external/repulse/CHANGELOG.md
+++ b/interactions/external/repulse/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-repulse
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-repulse
diff --git a/interactions/external/repulse/package.dist.json b/interactions/external/repulse/package.dist.json
index 023da17038b..e05087dc917 100644
--- a/interactions/external/repulse/package.dist.json
+++ b/interactions/external/repulse/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-repulse",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles repulse external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/repulse/package.json b/interactions/external/repulse/package.json
index ecb595ea34d..fdc15316bc4 100644
--- a/interactions/external/repulse/package.json
+++ b/interactions/external/repulse/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-repulse",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles repulse external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/slow/.browserslistrc b/interactions/external/slow/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/slow/.browserslistrc
+++ b/interactions/external/slow/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/slow/CHANGELOG.md b/interactions/external/slow/CHANGELOG.md
index 3ce85fcda57..2fc8d5a0edc 100644
--- a/interactions/external/slow/CHANGELOG.md
+++ b/interactions/external/slow/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-slow
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-slow
diff --git a/interactions/external/slow/package.dist.json b/interactions/external/slow/package.dist.json
index 101751bb590..1545bb8eccc 100644
--- a/interactions/external/slow/package.dist.json
+++ b/interactions/external/slow/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-slow",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles slow external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/slow/package.json b/interactions/external/slow/package.json
index 91a966800dc..a1d46116b9f 100644
--- a/interactions/external/slow/package.json
+++ b/interactions/external/slow/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-slow",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles slow external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/external/trail/.browserslistrc b/interactions/external/trail/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/external/trail/.browserslistrc
+++ b/interactions/external/trail/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/external/trail/CHANGELOG.md b/interactions/external/trail/CHANGELOG.md
index 7fc2c7437e5..5e22371def7 100644
--- a/interactions/external/trail/CHANGELOG.md
+++ b/interactions/external/trail/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-external-trail
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-external-trail
diff --git a/interactions/external/trail/package.dist.json b/interactions/external/trail/package.dist.json
index f2cde89a1e7..e65eed1e721 100644
--- a/interactions/external/trail/package.dist.json
+++ b/interactions/external/trail/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-trail",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles trail external interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/external/trail/package.json b/interactions/external/trail/package.json
index daff56502af..7578857d9ff 100644
--- a/interactions/external/trail/package.json
+++ b/interactions/external/trail/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-external-trail",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles trail external interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/light/.browserslistrc b/interactions/light/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/light/.browserslistrc
+++ b/interactions/light/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/light/CHANGELOG.md b/interactions/light/CHANGELOG.md
index 300c080a4c9..30cda852988 100644
--- a/interactions/light/CHANGELOG.md
+++ b/interactions/light/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-light
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-light
diff --git a/interactions/light/package.dist.json b/interactions/light/package.dist.json
index c81625fb4c6..1a909689615 100644
--- a/interactions/light/package.dist.json
+++ b/interactions/light/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-light",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles Light interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -100,8 +100,8 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/interactions/light/package.json b/interactions/light/package.json
index 9d2d61d00c3..febd957ef61 100644
--- a/interactions/light/package.json
+++ b/interactions/light/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-light",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles Light interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/particles/attract/.browserslistrc b/interactions/particles/attract/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/particles/attract/.browserslistrc
+++ b/interactions/particles/attract/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/particles/attract/CHANGELOG.md b/interactions/particles/attract/CHANGELOG.md
index 3cc96752641..9e0310a29bf 100644
--- a/interactions/particles/attract/CHANGELOG.md
+++ b/interactions/particles/attract/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-particles-attract
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-particles-attract
diff --git a/interactions/particles/attract/package.dist.json b/interactions/particles/attract/package.dist.json
index 4e634d22ec0..e1fd7285e36 100644
--- a/interactions/particles/attract/package.dist.json
+++ b/interactions/particles/attract/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-attract",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles attract particles interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -86,8 +86,8 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/interactions/particles/attract/package.json b/interactions/particles/attract/package.json
index 7df609fc4ef..6edc809ad69 100644
--- a/interactions/particles/attract/package.json
+++ b/interactions/particles/attract/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-attract",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles attract particles interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/particles/collisions/.browserslistrc b/interactions/particles/collisions/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/particles/collisions/.browserslistrc
+++ b/interactions/particles/collisions/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/particles/collisions/CHANGELOG.md b/interactions/particles/collisions/CHANGELOG.md
index f826aa8d8a8..ce0df2b6379 100644
--- a/interactions/particles/collisions/CHANGELOG.md
+++ b/interactions/particles/collisions/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-particles-collisions
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-particles-collisions
diff --git a/interactions/particles/collisions/package.dist.json b/interactions/particles/collisions/package.dist.json
index a27407c2052..50f14cc0f09 100644
--- a/interactions/particles/collisions/package.dist.json
+++ b/interactions/particles/collisions/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-collisions",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles collisions particles interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -94,7 +94,7 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/particles/collisions/package.json b/interactions/particles/collisions/package.json
index 144e848372e..e3405220866 100644
--- a/interactions/particles/collisions/package.json
+++ b/interactions/particles/collisions/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-collisions",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles collisions particles interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/particles/links/.browserslistrc b/interactions/particles/links/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/particles/links/.browserslistrc
+++ b/interactions/particles/links/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/particles/links/CHANGELOG.md b/interactions/particles/links/CHANGELOG.md
index b9938d3f18c..82b168e065c 100644
--- a/interactions/particles/links/CHANGELOG.md
+++ b/interactions/particles/links/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-particles-links
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-particles-links
diff --git a/interactions/particles/links/package.dist.json b/interactions/particles/links/package.dist.json
index 1c9b6d05c33..1fb8c6a1554 100644
--- a/interactions/particles/links/package.dist.json
+++ b/interactions/particles/links/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-links",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles links particles interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -95,8 +95,8 @@
},
"type": "module",
"peerDependencies": {
- "@tsparticles/canvas-utils": "4.0.0-beta.11",
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/canvas-utils": "4.0.0-beta.12",
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
}
}
diff --git a/interactions/particles/links/package.json b/interactions/particles/links/package.json
index 9211e750f3a..07107a9d093 100644
--- a/interactions/particles/links/package.json
+++ b/interactions/particles/links/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-links",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles links particles interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/interactions/particles/repulse/.browserslistrc b/interactions/particles/repulse/.browserslistrc
index fb811e7a9d2..9cce1e55dd9 100644
--- a/interactions/particles/repulse/.browserslistrc
+++ b/interactions/particles/repulse/.browserslistrc
@@ -1,2 +1 @@
-since 2021
-not dead
+extends @tsparticles/browserslist-config
diff --git a/interactions/particles/repulse/CHANGELOG.md b/interactions/particles/repulse/CHANGELOG.md
index 47c538c4bb0..b5dfa32650d 100644
--- a/interactions/particles/repulse/CHANGELOG.md
+++ b/interactions/particles/repulse/CHANGELOG.md
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/interaction-particles-repulse
+
# [4.0.0-beta.11](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.10...v4.0.0-beta.11) (2026-04-08)
**Note:** Version bump only for package @tsparticles/interaction-particles-repulse
diff --git a/interactions/particles/repulse/package.dist.json b/interactions/particles/repulse/package.dist.json
index cb03b8b9e3d..3852fff5156 100644
--- a/interactions/particles/repulse/package.dist.json
+++ b/interactions/particles/repulse/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-repulse",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles repulse particles interaction",
"homepage": "https://particles.js.org",
"repository": {
@@ -100,8 +100,8 @@
"./package.json": "./package.json"
},
"peerDependencies": {
- "@tsparticles/engine": "4.0.0-beta.11",
- "@tsparticles/plugin-interactivity": "4.0.0-beta.11"
+ "@tsparticles/engine": "4.0.0-beta.12",
+ "@tsparticles/plugin-interactivity": "4.0.0-beta.12"
},
"publishConfig": {
"access": "public"
diff --git a/interactions/particles/repulse/package.json b/interactions/particles/repulse/package.json
index 94e0581d976..e8517f8cb43 100644
--- a/interactions/particles/repulse/package.json
+++ b/interactions/particles/repulse/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/interaction-particles-repulse",
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"description": "tsParticles repulse particles interaction",
"homepage": "https://particles.js.org",
"scripts": {
diff --git a/lerna.json b/lerna.json
index 4abe06b97ee..9b23b6e77be 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,5 +1,5 @@
{
- "version": "4.0.0-beta.11",
+ "version": "4.0.0-beta.12",
"npmClient": "pnpm",
"conventionalCommits": true,
"command": {
diff --git a/markdown/Options/Particles/Destroy.md b/markdown/Options/Particles/Destroy.md
index 5a1cfa86621..debe600d63d 100644
--- a/markdown/Options/Particles/Destroy.md
+++ b/markdown/Options/Particles/Destroy.md
@@ -4,10 +4,18 @@ Controls what happens when a particle reaches its end condition.
## Properties
-| Key | Type | Example | Notes |
-| ------- | -------- | -------------------- | ------------------------------ |
-| `mode` | `string` | `"none"` / `"split"` | Destroy behavior |
-| `split` | `object` | | Split configuration, see below |
+| Key | Type | Example | Notes |
+| --------- | -------- | ---------------------------------- | -------------------------------- |
+| `explode` | `object` | | Explode configuration, see below |
+| `mode` | `string` | `"none"` / `"split"` / `"explode"` | Destroy behavior |
+| `split` | `object` | | Split configuration, see below |
+
+## Explode properties
+
+| Key | Type | Example | Notes |
+| --------------- | -------- | ------- | ----------------------------------------------------------------- |
+| `maxSizeFactor` | `number` | `3` | Final size multiplier compared to the particle initial size |
+| `speed` | `number` | `2` | Explosion progress speed (higher values complete the fade faster) |
## Split properties
@@ -48,3 +56,17 @@ Controls what happens when a particle reaches its end condition.
}
}
```
+
+### Explode on destroy
+
+```json
+{
+ "destroy": {
+ "mode": "explode",
+ "explode": {
+ "maxSizeFactor": 3,
+ "speed": 2
+ }
+ }
+}
+```
diff --git a/nx.json b/nx.json
index 171fc4cbc6d..b00907c4060 100644
--- a/nx.json
+++ b/nx.json
@@ -35,9 +35,9 @@
],
"sharedGlobals": [
"{workspaceRoot}/nx.json",
- "{workspaceRoot}/package.json",
"{workspaceRoot}/tsconfig.json",
- "{workspaceRoot}/pnpm-lock.yaml"
+ "{workspaceRoot}/lerna.json",
+ "{workspaceRoot}/pnpm-workspace.yaml"
],
"production": [
"{projectRoot}/src/**/*",
diff --git a/package.json b/package.json
index d61b9bce559..e66ceb30474 100644
--- a/package.json
+++ b/package.json
@@ -36,14 +36,15 @@
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@nx/devkit": "^22.6.5",
- "@swc/core": "^1.15.24",
"@swc-node/register": "^1.11.1",
- "@tsparticles/cli": "^3.4.5",
- "@tsparticles/depcruise-config": "^3.4.6",
- "@tsparticles/eslint-config": "^3.4.6",
- "@tsparticles/prettier-config": "^3.4.6",
- "@tsparticles/tsconfig": "^3.4.6",
- "@tsparticles/webpack-plugin": "^3.4.6",
+ "@swc/core": "^1.15.26",
+ "@tsparticles/browserslist-config": "^3.4.7",
+ "@tsparticles/cli": "^3.4.6",
+ "@tsparticles/depcruise-config": "^3.4.7",
+ "@tsparticles/eslint-config": "^3.4.7",
+ "@tsparticles/prettier-config": "^3.4.7",
+ "@tsparticles/tsconfig": "^3.4.7",
+ "@tsparticles/webpack-plugin": "^3.4.7",
"@types/node": "^25.6.0",
"@types/webpack-env": "^1.18.8",
"browserslist": "^4.28.2",
@@ -60,7 +61,7 @@
"lerna": "^9.0.7",
"nx": "^22.6.5",
"nx-cloud": "^19.1.3",
- "prettier": "^3.8.2",
+ "prettier": "^3.8.3",
"prettier-plugin-multiline-arrays": "^4.1.5",
"rimraf": "^6.1.3",
"source-map-support": "^0.5.21",
@@ -68,19 +69,49 @@
"terser-webpack-plugin": "^5.4.0",
"ts-json-schema-generator": "^2.9.0",
"ts-node": "^10.9.2",
- "typedoc": "^0.28.18",
- "typedoc-plugin-google-ads": "^1.6.0",
+ "typedoc": "^0.28.19",
"typedoc-plugin-clarity": "^1.6.0",
- "typedoc-plugin-coverage": "^4.0.2",
+ "typedoc-plugin-coverage": "^4.0.3",
+ "typedoc-plugin-google-ads": "^1.6.0",
"typedoc-plugin-keywords": "^1.6.0",
"typedoc-plugin-mdn-links": "^5.1.1",
"typedoc-plugin-missing-exports": "^4.1.3",
"typescript": "^6.0.2",
- "typescript-eslint": "^8.58.1",
+ "typescript-eslint": "^8.58.2",
"webpack": "^5.106.1",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2",
"yargs": "^18.0.0"
},
- "packageManager": "pnpm@10.33.0"
+ "packageManager": "pnpm@10.33.0",
+ "pnpm": {
+ "packageExtensions": {
+ "vue-server-renderer@*": {
+ "dependencies": {
+ "vue": "2.7.16"
+ }
+ },
+ "vue-template-compiler@*": {
+ "dependencies": {
+ "vue": "2.7.16"
+ }
+ }
+ },
+ "onlyBuiltDependencies": [
+ "@parcel/watcher",
+ "@swc/core",
+ "@tsparticles/engine",
+ "canvas",
+ "core-js",
+ "core-js-pure",
+ "electron",
+ "esbuild",
+ "fsevents",
+ "nuxt",
+ "nx",
+ "sharp",
+ "svelte-preprocess",
+ "unrs-resolver"
+ ]
+ }
}
diff --git a/palettes/atmosphere/coloredSmokeBlue/.browserslistrc b/palettes/atmosphere/coloredSmokeBlue/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokeBlue/CHANGELOG.md b/palettes/atmosphere/coloredSmokeBlue/CHANGELOG.md
new file mode 100644
index 00000000000..43516c584ac
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-blue
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-colored-smoke-blue
diff --git a/palettes/atmosphere/coloredSmokeBlue/LICENSE b/palettes/atmosphere/coloredSmokeBlue/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokeBlue/README.md b/palettes/atmosphere/coloredSmokeBlue/README.md
new file mode 100644
index 00000000000..50d8cbac692
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/README.md
@@ -0,0 +1,122 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Blue Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-blue) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-blue) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-blue) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke blue.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-blue)
+
+## Colors
+
+
+
+
+
+
+ #001133
+
+
+
+ #002266
+
+
+
+ #003399
+
+
+
+ #1155CC
+
+
+
+ #4488EE
+
+
+
+
+
+ #88BBFF
+
+
+
+
+
+ Background
+ #020508
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokeBluePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokeBluePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-blue",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokeBluePalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/coloredSmokeBlue/eslint.config.js b/palettes/atmosphere/coloredSmokeBlue/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokeBlue/images/sample.png b/palettes/atmosphere/coloredSmokeBlue/images/sample.png
new file mode 100644
index 00000000000..2ef636c1b65
Binary files /dev/null and b/palettes/atmosphere/coloredSmokeBlue/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokeBlue/package.dist.json b/palettes/atmosphere/coloredSmokeBlue/package.dist.json
new file mode 100644
index 00000000000..26d7c6efa3c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-blue",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke blue palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeBlue"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-colored-smoke-blue.min.js",
+ "unpkg": "tsparticles.palette-colored-smoke-blue.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/package.json b/palettes/atmosphere/coloredSmokeBlue/package.json
new file mode 100644
index 00000000000..d4d83665563
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-blue",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke blue palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeBlue"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/src/index.ts b/palettes/atmosphere/coloredSmokeBlue/src/index.ts
new file mode 100644
index 00000000000..0c1050b45ed
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-blue";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokeBluePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/src/options.ts b/palettes/atmosphere/coloredSmokeBlue/src/options.ts
new file mode 100644
index 00000000000..5a9100ef54b
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Blue",
+ background: "#020508",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#001133",
+ "#002266",
+ "#003399",
+ "#1155CC",
+ "#4488EE",
+ "#88BBFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokeBlue/tsconfig.base.json b/palettes/atmosphere/coloredSmokeBlue/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/tsconfig.browser.json b/palettes/atmosphere/coloredSmokeBlue/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/tsconfig.json b/palettes/atmosphere/coloredSmokeBlue/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/tsconfig.module.json b/palettes/atmosphere/coloredSmokeBlue/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/tsconfig.types.json b/palettes/atmosphere/coloredSmokeBlue/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/typedoc.json b/palettes/atmosphere/coloredSmokeBlue/typedoc.json
new file mode 100644
index 00000000000..a92eda1c791
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Blue Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeBlue/webpack.config.js b/palettes/atmosphere/coloredSmokeBlue/webpack.config.js
new file mode 100644
index 00000000000..783b0a99bad
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeBlue/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-blue",
+ paletteName: "Colored Smoke Blue Palette",
+ version,
+});
diff --git a/palettes/atmosphere/coloredSmokeGreen/.browserslistrc b/palettes/atmosphere/coloredSmokeGreen/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokeGreen/CHANGELOG.md b/palettes/atmosphere/coloredSmokeGreen/CHANGELOG.md
new file mode 100644
index 00000000000..c4fe0f58609
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-green
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-colored-smoke-green
diff --git a/palettes/atmosphere/coloredSmokeGreen/LICENSE b/palettes/atmosphere/coloredSmokeGreen/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokeGreen/README.md b/palettes/atmosphere/coloredSmokeGreen/README.md
new file mode 100644
index 00000000000..7b6d252df42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/README.md
@@ -0,0 +1,122 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Green Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-green) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-green) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-green) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke green.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-green)
+
+## Colors
+
+
+
+
+
+
+ #001100
+
+
+
+ #003300
+
+
+
+ #005500
+
+
+
+ #117722
+
+
+
+ #33AA55
+
+
+
+
+
+ #77DD88
+
+
+
+
+
+ Background
+ #010802
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokeGreenPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokeGreenPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-green",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokeGreenPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/coloredSmokeGreen/eslint.config.js b/palettes/atmosphere/coloredSmokeGreen/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokeGreen/images/sample.png b/palettes/atmosphere/coloredSmokeGreen/images/sample.png
new file mode 100644
index 00000000000..4fb756ebcd7
Binary files /dev/null and b/palettes/atmosphere/coloredSmokeGreen/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokeGreen/package.dist.json b/palettes/atmosphere/coloredSmokeGreen/package.dist.json
new file mode 100644
index 00000000000..211790ac5a6
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-green",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke green palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeGreen"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-colored-smoke-green.min.js",
+ "unpkg": "tsparticles.palette-colored-smoke-green.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/package.json b/palettes/atmosphere/coloredSmokeGreen/package.json
new file mode 100644
index 00000000000..0c59b61d153
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-green",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke green palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeGreen"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/src/index.ts b/palettes/atmosphere/coloredSmokeGreen/src/index.ts
new file mode 100644
index 00000000000..b4e6875a026
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-green";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokeGreenPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/src/options.ts b/palettes/atmosphere/coloredSmokeGreen/src/options.ts
new file mode 100644
index 00000000000..2bb6e3e21f9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Green",
+ background: "#010802",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#001100",
+ "#003300",
+ "#005500",
+ "#117722",
+ "#33AA55",
+ "#77DD88",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokeGreen/tsconfig.base.json b/palettes/atmosphere/coloredSmokeGreen/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/tsconfig.browser.json b/palettes/atmosphere/coloredSmokeGreen/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/tsconfig.json b/palettes/atmosphere/coloredSmokeGreen/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/tsconfig.module.json b/palettes/atmosphere/coloredSmokeGreen/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/tsconfig.types.json b/palettes/atmosphere/coloredSmokeGreen/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/typedoc.json b/palettes/atmosphere/coloredSmokeGreen/typedoc.json
new file mode 100644
index 00000000000..b031b795420
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Green Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeGreen/webpack.config.js b/palettes/atmosphere/coloredSmokeGreen/webpack.config.js
new file mode 100644
index 00000000000..3dbeafb0726
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeGreen/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-green",
+ paletteName: "Colored Smoke Green Palette",
+ version,
+});
diff --git a/palettes/atmosphere/coloredSmokeMagenta/.browserslistrc b/palettes/atmosphere/coloredSmokeMagenta/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokeMagenta/CHANGELOG.md b/palettes/atmosphere/coloredSmokeMagenta/CHANGELOG.md
new file mode 100644
index 00000000000..0063ac34067
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-magenta
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-magenta
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-magenta
diff --git a/palettes/atmosphere/coloredSmokeMagenta/LICENSE b/palettes/atmosphere/coloredSmokeMagenta/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokeMagenta/README.md b/palettes/atmosphere/coloredSmokeMagenta/README.md
new file mode 100644
index 00000000000..6e368c83234
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Magenta Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-magenta) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-magenta) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-magenta) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke - magenta.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-magenta)
+
+## Colors
+
+
+
+
+
+
+ #330022
+
+
+
+ #880044
+
+
+
+ #CC0077
+
+
+
+ #FF44AA
+
+
+
+ #FFBBDD
+
+
+
+
+
+ Background
+ #0d020a
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokeMagentaPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokeMagentaPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-magenta",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "colored-smoke-magenta",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokeMagentaPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadColoredSmokeMagentaPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pacoloredSmokeMagenta[Colored Smoke Magenta]
+end
+
+e[tsParticles Engine] --> pacoloredSmokeMagenta
+```
diff --git a/palettes/atmosphere/coloredSmokeMagenta/eslint.config.js b/palettes/atmosphere/coloredSmokeMagenta/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokeMagenta/images/sample.png b/palettes/atmosphere/coloredSmokeMagenta/images/sample.png
new file mode 100644
index 00000000000..a2f7039b329
Binary files /dev/null and b/palettes/atmosphere/coloredSmokeMagenta/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokeMagenta/package.dist.json b/palettes/atmosphere/coloredSmokeMagenta/package.dist.json
new file mode 100644
index 00000000000..0d298255ecf
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-magenta",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke - magenta palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeMagenta"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.colored-smoke-magenta.min.js",
+ "unpkg": "tsparticles.palette.colored-smoke-magenta.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/package.json b/palettes/atmosphere/coloredSmokeMagenta/package.json
new file mode 100644
index 00000000000..d947eeb9aae
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-magenta",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke - magenta palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeMagenta"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/src/index.ts b/palettes/atmosphere/coloredSmokeMagenta/src/index.ts
new file mode 100644
index 00000000000..ae1c0b8cd50
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-magenta";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokeMagentaPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/src/options.ts b/palettes/atmosphere/coloredSmokeMagenta/src/options.ts
new file mode 100644
index 00000000000..2efdfca1d32
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/src/options.ts
@@ -0,0 +1,19 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Magenta",
+ background: "#0d020a",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#330022",
+ "#880044",
+ "#CC0077",
+ "#FF44AA",
+ "#FFBBDD",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokeMagenta/tsconfig.base.json b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/tsconfig.browser.json b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/tsconfig.json b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/tsconfig.module.json b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/tsconfig.types.json b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/typedoc.json b/palettes/atmosphere/coloredSmokeMagenta/typedoc.json
new file mode 100644
index 00000000000..758d903045f
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Magenta Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeMagenta/webpack.config.js b/palettes/atmosphere/coloredSmokeMagenta/webpack.config.js
new file mode 100644
index 00000000000..effc40df0b5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeMagenta/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-magenta",
+ paletteName: "Colored Smoke Magenta Palette",
+ version,
+});
diff --git a/palettes/atmosphere/coloredSmokeOrange/.browserslistrc b/palettes/atmosphere/coloredSmokeOrange/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokeOrange/CHANGELOG.md b/palettes/atmosphere/coloredSmokeOrange/CHANGELOG.md
new file mode 100644
index 00000000000..6c503cb717e
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-orange
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-colored-smoke-orange
diff --git a/palettes/atmosphere/coloredSmokeOrange/LICENSE b/palettes/atmosphere/coloredSmokeOrange/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokeOrange/README.md b/palettes/atmosphere/coloredSmokeOrange/README.md
new file mode 100644
index 00000000000..bba7c3051af
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/README.md
@@ -0,0 +1,122 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Orange Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-orange) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-orange) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-orange) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke orange.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-orange)
+
+## Colors
+
+
+
+
+
+
+ #110500
+
+
+
+ #330900
+
+
+
+ #661500
+
+
+
+ #AA3300
+
+
+
+ #DD6600
+
+
+
+
+
+ #FF9944
+
+
+
+
+
+ Background
+ #080300
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokeOrangePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokeOrangePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-orange",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokeOrangePalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/coloredSmokeOrange/eslint.config.js b/palettes/atmosphere/coloredSmokeOrange/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokeOrange/images/sample.png b/palettes/atmosphere/coloredSmokeOrange/images/sample.png
new file mode 100644
index 00000000000..e62d3b5eab4
Binary files /dev/null and b/palettes/atmosphere/coloredSmokeOrange/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokeOrange/package.dist.json b/palettes/atmosphere/coloredSmokeOrange/package.dist.json
new file mode 100644
index 00000000000..120fd97264c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-orange",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke orange palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeOrange"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-colored-smoke-orange.min.js",
+ "unpkg": "tsparticles.palette-colored-smoke-orange.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/package.json b/palettes/atmosphere/coloredSmokeOrange/package.json
new file mode 100644
index 00000000000..4166a1e7537
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-orange",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke orange palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeOrange"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/src/index.ts b/palettes/atmosphere/coloredSmokeOrange/src/index.ts
new file mode 100644
index 00000000000..6a712b9310a
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-orange";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokeOrangePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/src/options.ts b/palettes/atmosphere/coloredSmokeOrange/src/options.ts
new file mode 100644
index 00000000000..d3cee3c3325
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Orange",
+ background: "#080300",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#110500",
+ "#330900",
+ "#661500",
+ "#AA3300",
+ "#DD6600",
+ "#FF9944",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokeOrange/tsconfig.base.json b/palettes/atmosphere/coloredSmokeOrange/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/tsconfig.browser.json b/palettes/atmosphere/coloredSmokeOrange/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/tsconfig.json b/palettes/atmosphere/coloredSmokeOrange/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/tsconfig.module.json b/palettes/atmosphere/coloredSmokeOrange/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/tsconfig.types.json b/palettes/atmosphere/coloredSmokeOrange/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/typedoc.json b/palettes/atmosphere/coloredSmokeOrange/typedoc.json
new file mode 100644
index 00000000000..5afab47f263
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Orange Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeOrange/webpack.config.js b/palettes/atmosphere/coloredSmokeOrange/webpack.config.js
new file mode 100644
index 00000000000..aa902893054
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeOrange/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-orange",
+ paletteName: "Colored Smoke Orange Palette",
+ version,
+});
diff --git a/palettes/atmosphere/coloredSmokePurple/.browserslistrc b/palettes/atmosphere/coloredSmokePurple/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokePurple/CHANGELOG.md b/palettes/atmosphere/coloredSmokePurple/CHANGELOG.md
new file mode 100644
index 00000000000..4ecf625026c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-purple
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-colored-smoke-purple
diff --git a/palettes/atmosphere/coloredSmokePurple/LICENSE b/palettes/atmosphere/coloredSmokePurple/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokePurple/README.md b/palettes/atmosphere/coloredSmokePurple/README.md
new file mode 100644
index 00000000000..d71c65d7a9e
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/README.md
@@ -0,0 +1,122 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Purple Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-purple) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-purple) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-purple) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke purple.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-purple)
+
+## Colors
+
+
+
+
+
+
+ #110022
+
+
+
+ #330055
+
+
+
+ #550088
+
+
+
+ #8811AA
+
+
+
+ #BB33CC
+
+
+
+
+
+ #EE77FF
+
+
+
+
+
+ Background
+ #040010
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokePurplePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokePurplePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-purple",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokePurplePalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/coloredSmokePurple/eslint.config.js b/palettes/atmosphere/coloredSmokePurple/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokePurple/images/sample.png b/palettes/atmosphere/coloredSmokePurple/images/sample.png
new file mode 100644
index 00000000000..b60b4043776
Binary files /dev/null and b/palettes/atmosphere/coloredSmokePurple/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokePurple/package.dist.json b/palettes/atmosphere/coloredSmokePurple/package.dist.json
new file mode 100644
index 00000000000..220401ef56e
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-purple",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke purple palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokePurple"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-colored-smoke-purple.min.js",
+ "unpkg": "tsparticles.palette-colored-smoke-purple.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/package.json b/palettes/atmosphere/coloredSmokePurple/package.json
new file mode 100644
index 00000000000..bc9ef737aa6
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-purple",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke purple palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokePurple"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/src/index.ts b/palettes/atmosphere/coloredSmokePurple/src/index.ts
new file mode 100644
index 00000000000..69604129e59
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-purple";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokePurplePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/src/options.ts b/palettes/atmosphere/coloredSmokePurple/src/options.ts
new file mode 100644
index 00000000000..bd56abb769c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Purple",
+ background: "#040010",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#110022",
+ "#330055",
+ "#550088",
+ "#8811AA",
+ "#BB33CC",
+ "#EE77FF",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokePurple/tsconfig.base.json b/palettes/atmosphere/coloredSmokePurple/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/tsconfig.browser.json b/palettes/atmosphere/coloredSmokePurple/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/tsconfig.json b/palettes/atmosphere/coloredSmokePurple/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/tsconfig.module.json b/palettes/atmosphere/coloredSmokePurple/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/tsconfig.types.json b/palettes/atmosphere/coloredSmokePurple/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/typedoc.json b/palettes/atmosphere/coloredSmokePurple/typedoc.json
new file mode 100644
index 00000000000..cae944b2616
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Purple Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokePurple/webpack.config.js b/palettes/atmosphere/coloredSmokePurple/webpack.config.js
new file mode 100644
index 00000000000..e9282e751ce
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokePurple/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-purple",
+ paletteName: "Colored Smoke Purple Palette",
+ version,
+});
diff --git a/palettes/atmosphere/coloredSmokeRainbow/.browserslistrc b/palettes/atmosphere/coloredSmokeRainbow/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokeRainbow/CHANGELOG.md b/palettes/atmosphere/coloredSmokeRainbow/CHANGELOG.md
new file mode 100644
index 00000000000..ef9e02787c5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-rainbow
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-colored-smoke-rainbow
diff --git a/palettes/atmosphere/coloredSmokeRainbow/LICENSE b/palettes/atmosphere/coloredSmokeRainbow/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokeRainbow/README.md b/palettes/atmosphere/coloredSmokeRainbow/README.md
new file mode 100644
index 00000000000..09c874bd8a6
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/README.md
@@ -0,0 +1,126 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Rainbow Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-rainbow) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-rainbow) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-rainbow) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke rainbow.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-rainbow)
+
+## Colors
+
+
+
+
+
+
+ #CC0000
+
+
+
+ #CC6600
+
+
+
+ #CCCC00
+
+
+
+ #00CC00
+
+
+
+ #0000CC
+
+
+
+
+
+ #6600CC
+
+
+
+ #CC00CC
+
+
+
+
+
+ Background
+ #050505
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokeRainbowPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokeRainbowPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-rainbow",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokeRainbowPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/coloredSmokeRainbow/eslint.config.js b/palettes/atmosphere/coloredSmokeRainbow/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokeRainbow/images/sample.png b/palettes/atmosphere/coloredSmokeRainbow/images/sample.png
new file mode 100644
index 00000000000..9f7cdad1817
Binary files /dev/null and b/palettes/atmosphere/coloredSmokeRainbow/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokeRainbow/package.dist.json b/palettes/atmosphere/coloredSmokeRainbow/package.dist.json
new file mode 100644
index 00000000000..7917977738d
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-rainbow",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke rainbow palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeRainbow"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-colored-smoke-rainbow.min.js",
+ "unpkg": "tsparticles.palette-colored-smoke-rainbow.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/package.json b/palettes/atmosphere/coloredSmokeRainbow/package.json
new file mode 100644
index 00000000000..08d4a8100a4
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-rainbow",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke rainbow palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeRainbow"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/src/index.ts b/palettes/atmosphere/coloredSmokeRainbow/src/index.ts
new file mode 100644
index 00000000000..5b73f645abb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-rainbow";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokeRainbowPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/src/options.ts b/palettes/atmosphere/coloredSmokeRainbow/src/options.ts
new file mode 100644
index 00000000000..2c37261d975
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Rainbow",
+ background: "#050505",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#CC0000",
+ "#CC6600",
+ "#CCCC00",
+ "#00CC00",
+ "#0000CC",
+ "#6600CC",
+ "#CC00CC",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokeRainbow/tsconfig.base.json b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/tsconfig.browser.json b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/tsconfig.json b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/tsconfig.module.json b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/tsconfig.types.json b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/typedoc.json b/palettes/atmosphere/coloredSmokeRainbow/typedoc.json
new file mode 100644
index 00000000000..26fad6800d4
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Rainbow Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeRainbow/webpack.config.js b/palettes/atmosphere/coloredSmokeRainbow/webpack.config.js
new file mode 100644
index 00000000000..584587d9593
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeRainbow/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-rainbow",
+ paletteName: "Colored Smoke Rainbow Palette",
+ version,
+});
diff --git a/palettes/atmosphere/coloredSmokeTeal/.browserslistrc b/palettes/atmosphere/coloredSmokeTeal/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/coloredSmokeTeal/CHANGELOG.md b/palettes/atmosphere/coloredSmokeTeal/CHANGELOG.md
new file mode 100644
index 00000000000..2b0afdcd668
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-teal
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-teal
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-colored-smoke-teal
diff --git a/palettes/atmosphere/coloredSmokeTeal/LICENSE b/palettes/atmosphere/coloredSmokeTeal/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/coloredSmokeTeal/README.md b/palettes/atmosphere/coloredSmokeTeal/README.md
new file mode 100644
index 00000000000..c64ff39c279
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Colored Smoke Teal Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-colored-smoke-teal) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-teal) [](https://www.npmjs.com/package/@tsparticles/palette-colored-smoke-teal) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for colored smoke - teal.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/colored-smoke-teal)
+
+## Colors
+
+
+
+
+
+
+ #003322
+
+
+
+ #006644
+
+
+
+ #00AA77
+
+
+
+ #00DDAA
+
+
+
+ #AAFFEE
+
+
+
+
+
+ Background
+ #020c0a
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadColoredSmokeTealPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadColoredSmokeTealPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "colored-smoke-teal",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "colored-smoke-teal",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadColoredSmokeTealPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadColoredSmokeTealPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pacoloredSmokeTeal[Colored Smoke Teal]
+end
+
+e[tsParticles Engine] --> pacoloredSmokeTeal
+```
diff --git a/palettes/atmosphere/coloredSmokeTeal/eslint.config.js b/palettes/atmosphere/coloredSmokeTeal/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/coloredSmokeTeal/images/sample.png b/palettes/atmosphere/coloredSmokeTeal/images/sample.png
new file mode 100644
index 00000000000..6c0a1f7b740
Binary files /dev/null and b/palettes/atmosphere/coloredSmokeTeal/images/sample.png differ
diff --git a/palettes/atmosphere/coloredSmokeTeal/package.dist.json b/palettes/atmosphere/coloredSmokeTeal/package.dist.json
new file mode 100644
index 00000000000..3fe4bf00328
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-teal",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke - teal palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeTeal"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.colored-smoke-teal.min.js",
+ "unpkg": "tsparticles.palette.colored-smoke-teal.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/package.json b/palettes/atmosphere/coloredSmokeTeal/package.json
new file mode 100644
index 00000000000..f530c85efd0
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-colored-smoke-teal",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles colored smoke - teal palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/coloredSmokeTeal"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/src/index.ts b/palettes/atmosphere/coloredSmokeTeal/src/index.ts
new file mode 100644
index 00000000000..553e2d75591
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "colored-smoke-teal";
+
+/**
+ * @param engine -
+ */
+export async function loadColoredSmokeTealPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/src/options.ts b/palettes/atmosphere/coloredSmokeTeal/src/options.ts
new file mode 100644
index 00000000000..c0cb44ca020
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/src/options.ts
@@ -0,0 +1,19 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Colored Smoke - Teal",
+ background: "#020c0a",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#003322",
+ "#006644",
+ "#00AA77",
+ "#00DDAA",
+ "#AAFFEE",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/coloredSmokeTeal/tsconfig.base.json b/palettes/atmosphere/coloredSmokeTeal/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/tsconfig.browser.json b/palettes/atmosphere/coloredSmokeTeal/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/tsconfig.json b/palettes/atmosphere/coloredSmokeTeal/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/tsconfig.module.json b/palettes/atmosphere/coloredSmokeTeal/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/tsconfig.types.json b/palettes/atmosphere/coloredSmokeTeal/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/typedoc.json b/palettes/atmosphere/coloredSmokeTeal/typedoc.json
new file mode 100644
index 00000000000..49c3960ce32
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Colored Smoke Teal Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/coloredSmokeTeal/webpack.config.js b/palettes/atmosphere/coloredSmokeTeal/webpack.config.js
new file mode 100644
index 00000000000..d73d953a706
--- /dev/null
+++ b/palettes/atmosphere/coloredSmokeTeal/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-colored-smoke-teal",
+ paletteName: "Colored Smoke Teal Palette",
+ version,
+});
diff --git a/palettes/atmosphere/dustHaze/.browserslistrc b/palettes/atmosphere/dustHaze/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/dustHaze/CHANGELOG.md b/palettes/atmosphere/dustHaze/CHANGELOG.md
new file mode 100644
index 00000000000..a114e83d896
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-dust-haze
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-dust-haze
diff --git a/palettes/atmosphere/dustHaze/LICENSE b/palettes/atmosphere/dustHaze/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/dustHaze/README.md b/palettes/atmosphere/dustHaze/README.md
new file mode 100644
index 00000000000..7c0937c51e4
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/README.md
@@ -0,0 +1,122 @@
+[](https://particles.js.org)
+
+# tsParticles Dust Haze Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-dust-haze) [](https://www.npmjs.com/package/@tsparticles/palette-dust-haze) [](https://www.npmjs.com/package/@tsparticles/palette-dust-haze) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for dust haze atmosphere.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/dust-haze)
+
+## Colors
+
+
+
+
+
+
+ #443300
+
+
+
+ #775500
+
+
+
+ #AA8833
+
+
+
+ #CCAA55
+
+
+
+ #DDBB77
+
+
+
+
+
+ #EED099
+
+
+
+
+
+ Background
+ #1a1200
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadDustHazePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadDustHazePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "dust-haze",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadDustHazePalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/dustHaze/eslint.config.js b/palettes/atmosphere/dustHaze/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/dustHaze/images/sample.png b/palettes/atmosphere/dustHaze/images/sample.png
new file mode 100644
index 00000000000..fe0c7e366a0
Binary files /dev/null and b/palettes/atmosphere/dustHaze/images/sample.png differ
diff --git a/palettes/atmosphere/dustHaze/package.dist.json b/palettes/atmosphere/dustHaze/package.dist.json
new file mode 100644
index 00000000000..3ea77ceb8bc
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-dust-haze",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles dust haze atmosphere palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/dustHaze"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-dust-haze.min.js",
+ "unpkg": "tsparticles.palette-dust-haze.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/dustHaze/package.json b/palettes/atmosphere/dustHaze/package.json
new file mode 100644
index 00000000000..30ad775204b
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-dust-haze",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles dust haze atmosphere palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/dustHaze"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/dustHaze/src/index.ts b/palettes/atmosphere/dustHaze/src/index.ts
new file mode 100644
index 00000000000..63d47a029fb
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "dust-haze";
+
+/**
+ * @param engine -
+ */
+export async function loadDustHazePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/dustHaze/src/options.ts b/palettes/atmosphere/dustHaze/src/options.ts
new file mode 100644
index 00000000000..aafff8c46e1
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Dust Haze",
+ background: "#1a1200",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#443300",
+ "#775500",
+ "#AA8833",
+ "#CCAA55",
+ "#DDBB77",
+ "#EED099",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/dustHaze/tsconfig.base.json b/palettes/atmosphere/dustHaze/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/dustHaze/tsconfig.browser.json b/palettes/atmosphere/dustHaze/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/dustHaze/tsconfig.json b/palettes/atmosphere/dustHaze/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/dustHaze/tsconfig.module.json b/palettes/atmosphere/dustHaze/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/dustHaze/tsconfig.types.json b/palettes/atmosphere/dustHaze/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/dustHaze/typedoc.json b/palettes/atmosphere/dustHaze/typedoc.json
new file mode 100644
index 00000000000..47cd38c9a03
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Dust Haze Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/dustHaze/webpack.config.js b/palettes/atmosphere/dustHaze/webpack.config.js
new file mode 100644
index 00000000000..52c351a1493
--- /dev/null
+++ b/palettes/atmosphere/dustHaze/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-dust-haze",
+ paletteName: "Dust Haze Palette",
+ version,
+});
diff --git a/palettes/atmosphere/fogMorning/.browserslistrc b/palettes/atmosphere/fogMorning/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/fogMorning/CHANGELOG.md b/palettes/atmosphere/fogMorning/CHANGELOG.md
new file mode 100644
index 00000000000..fc6bf468ecb
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-fog-morning
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-fog-morning
diff --git a/palettes/atmosphere/fogMorning/LICENSE b/palettes/atmosphere/fogMorning/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/fogMorning/README.md b/palettes/atmosphere/fogMorning/README.md
new file mode 100644
index 00000000000..858fdf564e6
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/README.md
@@ -0,0 +1,122 @@
+[](https://particles.js.org)
+
+# tsParticles Fog Morning Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-fog-morning) [](https://www.npmjs.com/package/@tsparticles/palette-fog-morning) [](https://www.npmjs.com/package/@tsparticles/palette-fog-morning) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for morning fog atmosphere.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/fog-morning)
+
+## Colors
+
+
+
+
+
+
+ #E8EEF5
+
+
+
+ #D4DCE8
+
+
+
+ #C0CCDC
+
+
+
+ #AABBD0
+
+
+
+ #FFFFFF
+
+
+
+
+
+ #F0F4FA
+
+
+
+
+
+ Background
+ #d4dce8
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadFogMorningPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadFogMorningPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "fog-morning",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadFogMorningPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/fogMorning/eslint.config.js b/palettes/atmosphere/fogMorning/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/fogMorning/images/sample.png b/palettes/atmosphere/fogMorning/images/sample.png
new file mode 100644
index 00000000000..84129319ae3
Binary files /dev/null and b/palettes/atmosphere/fogMorning/images/sample.png differ
diff --git a/palettes/atmosphere/fogMorning/package.dist.json b/palettes/atmosphere/fogMorning/package.dist.json
new file mode 100644
index 00000000000..b9301f958fb
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-fog-morning",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles morning fog atmosphere palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/fogMorning"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-fog-morning.min.js",
+ "unpkg": "tsparticles.palette-fog-morning.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/fogMorning/package.json b/palettes/atmosphere/fogMorning/package.json
new file mode 100644
index 00000000000..a7646def7bf
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-fog-morning",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles morning fog atmosphere palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/fogMorning"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/fogMorning/src/index.ts b/palettes/atmosphere/fogMorning/src/index.ts
new file mode 100644
index 00000000000..a54946fbe3d
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "fog-morning";
+
+/**
+ * @param engine -
+ */
+export async function loadFogMorningPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/fogMorning/src/options.ts b/palettes/atmosphere/fogMorning/src/options.ts
new file mode 100644
index 00000000000..3e22e70c265
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Fog - Morning",
+ background: "#d4dce8",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#E8EEF5",
+ "#D4DCE8",
+ "#C0CCDC",
+ "#AABBD0",
+ "#FFFFFF",
+ "#F0F4FA",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/fogMorning/tsconfig.base.json b/palettes/atmosphere/fogMorning/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/fogMorning/tsconfig.browser.json b/palettes/atmosphere/fogMorning/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/fogMorning/tsconfig.json b/palettes/atmosphere/fogMorning/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/fogMorning/tsconfig.module.json b/palettes/atmosphere/fogMorning/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/fogMorning/tsconfig.types.json b/palettes/atmosphere/fogMorning/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/fogMorning/typedoc.json b/palettes/atmosphere/fogMorning/typedoc.json
new file mode 100644
index 00000000000..468192c4dc9
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Fog Morning Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/fogMorning/webpack.config.js b/palettes/atmosphere/fogMorning/webpack.config.js
new file mode 100644
index 00000000000..f4557cd2aad
--- /dev/null
+++ b/palettes/atmosphere/fogMorning/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-fog-morning",
+ paletteName: "Fog Morning Palette",
+ version,
+});
diff --git a/palettes/atmosphere/volcanicAsh/.browserslistrc b/palettes/atmosphere/volcanicAsh/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmosphere/volcanicAsh/CHANGELOG.md b/palettes/atmosphere/volcanicAsh/CHANGELOG.md
new file mode 100644
index 00000000000..ca6143c303e
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-volcanic-ash
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-volcanic-ash
diff --git a/palettes/atmosphere/volcanicAsh/LICENSE b/palettes/atmosphere/volcanicAsh/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmosphere/volcanicAsh/README.md b/palettes/atmosphere/volcanicAsh/README.md
new file mode 100644
index 00000000000..1fd45221d0c
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/README.md
@@ -0,0 +1,130 @@
+[](https://particles.js.org)
+
+# tsParticles Volcanic Ash Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-volcanic-ash) [](https://www.npmjs.com/package/@tsparticles/palette-volcanic-ash) [](https://www.npmjs.com/package/@tsparticles/palette-volcanic-ash) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for volcanic ash atmosphere.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/volcanic-ash)
+
+## Colors
+
+
+
+
+
+
+ #111111
+
+
+
+ #333333
+
+
+
+ #555555
+
+
+
+ #777777
+
+
+
+ #999999
+
+
+
+
+
+ #BBBBBB
+
+
+
+ #FF3300
+
+
+
+ #FF6600
+
+
+
+
+
+ Background
+ #080808
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadVolcanicAshPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadVolcanicAshPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "volcanic-ash",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadVolcanicAshPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/atmosphere/volcanicAsh/eslint.config.js b/palettes/atmosphere/volcanicAsh/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmosphere/volcanicAsh/images/sample.png b/palettes/atmosphere/volcanicAsh/images/sample.png
new file mode 100644
index 00000000000..a4473fa7c56
Binary files /dev/null and b/palettes/atmosphere/volcanicAsh/images/sample.png differ
diff --git a/palettes/atmosphere/volcanicAsh/package.dist.json b/palettes/atmosphere/volcanicAsh/package.dist.json
new file mode 100644
index 00000000000..d73a7fbd1e8
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-volcanic-ash",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles volcanic ash atmosphere palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/volcanicAsh"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-volcanic-ash.min.js",
+ "unpkg": "tsparticles.palette-volcanic-ash.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/atmosphere/volcanicAsh/package.json b/palettes/atmosphere/volcanicAsh/package.json
new file mode 100644
index 00000000000..a0ebb63d170
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-volcanic-ash",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles volcanic ash atmosphere palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmosphere/volcanicAsh"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmosphere/volcanicAsh/src/index.ts b/palettes/atmosphere/volcanicAsh/src/index.ts
new file mode 100644
index 00000000000..c9423cba234
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "volcanic-ash";
+
+/**
+ * @param engine -
+ */
+export async function loadVolcanicAshPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmosphere/volcanicAsh/src/options.ts b/palettes/atmosphere/volcanicAsh/src/options.ts
new file mode 100644
index 00000000000..3f05621cef6
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Volcanic Ash",
+ background: "#080808",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#111111",
+ "#333333",
+ "#555555",
+ "#777777",
+ "#999999",
+ "#BBBBBB",
+ "#FF3300",
+ "#FF6600",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmosphere/volcanicAsh/tsconfig.base.json b/palettes/atmosphere/volcanicAsh/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmosphere/volcanicAsh/tsconfig.browser.json b/palettes/atmosphere/volcanicAsh/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmosphere/volcanicAsh/tsconfig.json b/palettes/atmosphere/volcanicAsh/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmosphere/volcanicAsh/tsconfig.module.json b/palettes/atmosphere/volcanicAsh/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmosphere/volcanicAsh/tsconfig.types.json b/palettes/atmosphere/volcanicAsh/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmosphere/volcanicAsh/typedoc.json b/palettes/atmosphere/volcanicAsh/typedoc.json
new file mode 100644
index 00000000000..6b480615435
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Volcanic Ash Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmosphere/volcanicAsh/webpack.config.js b/palettes/atmosphere/volcanicAsh/webpack.config.js
new file mode 100644
index 00000000000..893167c532d
--- /dev/null
+++ b/palettes/atmosphere/volcanicAsh/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-volcanic-ash",
+ paletteName: "Volcanic Ash Palette",
+ version,
+});
diff --git a/palettes/atmospheric/heatDuality/.browserslistrc b/palettes/atmospheric/heatDuality/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/heatDuality/CHANGELOG.md b/palettes/atmospheric/heatDuality/CHANGELOG.md
new file mode 100644
index 00000000000..1c7a075cdf1
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-heat-duality
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-heat-duality
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-heat-duality
diff --git a/palettes/atmospheric/heatDuality/LICENSE b/palettes/atmospheric/heatDuality/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/heatDuality/README.md b/palettes/atmospheric/heatDuality/README.md
new file mode 100644
index 00000000000..8f01878482b
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/README.md
@@ -0,0 +1,140 @@
+[](https://particles.js.org)
+
+# tsParticles Heat Duality Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-heat-duality) [](https://www.npmjs.com/package/@tsparticles/palette-heat-duality) [](https://www.npmjs.com/package/@tsparticles/palette-heat-duality) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for heat duality.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/heat-duality)
+
+## Colors
+
+
+
+
+
+
+ #0022AA
+
+
+
+ #FF4400
+
+
+
+
+
+ Background
+ #0a0500
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadHeatDualityPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadHeatDualityPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "heat-duality",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "heat-duality",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadHeatDualityPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadHeatDualityPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paheatDuality[Heat Duality]
+end
+
+e[tsParticles Engine] --> paheatDuality
+```
diff --git a/palettes/atmospheric/heatDuality/eslint.config.js b/palettes/atmospheric/heatDuality/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/heatDuality/images/sample.png b/palettes/atmospheric/heatDuality/images/sample.png
new file mode 100644
index 00000000000..cdda466d527
Binary files /dev/null and b/palettes/atmospheric/heatDuality/images/sample.png differ
diff --git a/palettes/atmospheric/heatDuality/package.dist.json b/palettes/atmospheric/heatDuality/package.dist.json
new file mode 100644
index 00000000000..4017491be65
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-heat-duality",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles heat duality palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/heatDuality"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.heat-duality.min.js",
+ "unpkg": "tsparticles.palette.heat-duality.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/heatDuality/package.json b/palettes/atmospheric/heatDuality/package.json
new file mode 100644
index 00000000000..dc19298d000
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-heat-duality",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles heat duality palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/heatDuality"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/heatDuality/src/index.ts b/palettes/atmospheric/heatDuality/src/index.ts
new file mode 100644
index 00000000000..598f8da8353
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "heat-duality";
+
+/**
+ * @param engine -
+ */
+export async function loadHeatDualityPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/heatDuality/src/options.ts b/palettes/atmospheric/heatDuality/src/options.ts
new file mode 100644
index 00000000000..7da8eceeca9
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/src/options.ts
@@ -0,0 +1,16 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Heat Duality",
+ background: "#0a0500",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#0022AA",
+ "#FF4400",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/heatDuality/tsconfig.base.json b/palettes/atmospheric/heatDuality/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/heatDuality/tsconfig.browser.json b/palettes/atmospheric/heatDuality/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/heatDuality/tsconfig.json b/palettes/atmospheric/heatDuality/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/heatDuality/tsconfig.module.json b/palettes/atmospheric/heatDuality/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/heatDuality/tsconfig.types.json b/palettes/atmospheric/heatDuality/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/heatDuality/typedoc.json b/palettes/atmospheric/heatDuality/typedoc.json
new file mode 100644
index 00000000000..ef116b15a30
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Heat Duality Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/heatDuality/webpack.config.js b/palettes/atmospheric/heatDuality/webpack.config.js
new file mode 100644
index 00000000000..54de2fada51
--- /dev/null
+++ b/palettes/atmospheric/heatDuality/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-heat-duality",
+ paletteName: "Heat Duality Palette",
+ version,
+});
diff --git a/palettes/atmospheric/heatHaze/.browserslistrc b/palettes/atmospheric/heatHaze/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/heatHaze/CHANGELOG.md b/palettes/atmospheric/heatHaze/CHANGELOG.md
new file mode 100644
index 00000000000..7ae99363b6d
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-heat-haze
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-heat-haze
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-heat-haze
diff --git a/palettes/atmospheric/heatHaze/LICENSE b/palettes/atmospheric/heatHaze/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/heatHaze/README.md b/palettes/atmospheric/heatHaze/README.md
new file mode 100644
index 00000000000..cab20eeafd9
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Heat Haze Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-heat-haze) [](https://www.npmjs.com/package/@tsparticles/palette-heat-haze) [](https://www.npmjs.com/package/@tsparticles/palette-heat-haze) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for heat haze.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/heat-haze)
+
+## Colors
+
+
+
+
+
+
+ #FFEECC
+
+
+
+ #FFDDAA
+
+
+
+ #FFCC88
+
+
+
+ #FFE8BB
+
+
+
+ #FFFFEE
+
+
+
+
+
+ Background
+ #1a0e00
+
+
+
+
+ Blend mode:soft-light | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadHeatHazePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadHeatHazePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "heat-haze",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "heat-haze",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadHeatHazePalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadHeatHazePalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paheatHaze[Heat Haze]
+end
+
+e[tsParticles Engine] --> paheatHaze
+```
diff --git a/palettes/atmospheric/heatHaze/eslint.config.js b/palettes/atmospheric/heatHaze/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/heatHaze/images/sample.png b/palettes/atmospheric/heatHaze/images/sample.png
new file mode 100644
index 00000000000..feaf6926fe7
Binary files /dev/null and b/palettes/atmospheric/heatHaze/images/sample.png differ
diff --git a/palettes/atmospheric/heatHaze/package.dist.json b/palettes/atmospheric/heatHaze/package.dist.json
new file mode 100644
index 00000000000..a53a2ff5e64
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-heat-haze",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles heat haze palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/heatHaze"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.heat-haze.min.js",
+ "unpkg": "tsparticles.palette.heat-haze.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/heatHaze/package.json b/palettes/atmospheric/heatHaze/package.json
new file mode 100644
index 00000000000..81058b92749
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-heat-haze",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles heat haze palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/heatHaze"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/heatHaze/src/index.ts b/palettes/atmospheric/heatHaze/src/index.ts
new file mode 100644
index 00000000000..e01124a8392
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "heat-haze";
+
+/**
+ * @param engine -
+ */
+export async function loadHeatHazePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/heatHaze/src/options.ts b/palettes/atmospheric/heatHaze/src/options.ts
new file mode 100644
index 00000000000..f7681c6fa86
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/src/options.ts
@@ -0,0 +1,19 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Heat Haze",
+ background: "#1a0e00",
+ blendMode: "soft-light",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFEECC",
+ "#FFDDAA",
+ "#FFCC88",
+ "#FFE8BB",
+ "#FFFFEE",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/heatHaze/tsconfig.base.json b/palettes/atmospheric/heatHaze/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/heatHaze/tsconfig.browser.json b/palettes/atmospheric/heatHaze/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/heatHaze/tsconfig.json b/palettes/atmospheric/heatHaze/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/heatHaze/tsconfig.module.json b/palettes/atmospheric/heatHaze/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/heatHaze/tsconfig.types.json b/palettes/atmospheric/heatHaze/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/heatHaze/typedoc.json b/palettes/atmospheric/heatHaze/typedoc.json
new file mode 100644
index 00000000000..6e9b5dd1af8
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Heat Haze Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/heatHaze/webpack.config.js b/palettes/atmospheric/heatHaze/webpack.config.js
new file mode 100644
index 00000000000..70ba64f4167
--- /dev/null
+++ b/palettes/atmospheric/heatHaze/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-heat-haze",
+ paletteName: "Heat Haze Palette",
+ version,
+});
diff --git a/palettes/atmospheric/lightning/.browserslistrc b/palettes/atmospheric/lightning/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/lightning/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/lightning/CHANGELOG.md b/palettes/atmospheric/lightning/CHANGELOG.md
new file mode 100644
index 00000000000..dd8a9ebf4ae
--- /dev/null
+++ b/palettes/atmospheric/lightning/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-lightning
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-lightning
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-lightning
diff --git a/palettes/atmospheric/lightning/LICENSE b/palettes/atmospheric/lightning/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/lightning/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/lightning/README.md b/palettes/atmospheric/lightning/README.md
new file mode 100644
index 00000000000..19093255d4b
--- /dev/null
+++ b/palettes/atmospheric/lightning/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Lightning Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-lightning) [](https://www.npmjs.com/package/@tsparticles/palette-lightning) [](https://www.npmjs.com/package/@tsparticles/palette-lightning) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for lightning.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/lightning)
+
+## Colors
+
+
+
+
+
+
+ #FFFFFF
+
+
+
+ #EEEEFF
+
+
+
+ #AACCFF
+
+
+
+ #6699FF
+
+
+
+ #3366FF
+
+
+
+
+
+ #0033CC
+
+
+
+ #AA88FF
+
+
+
+
+
+ Background
+ #000005
+
+
+
+
+ Blend mode:lighter | Fill:false
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadLightningPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadLightningPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "lightning",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "lightning",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadLightningPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadLightningPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+palightning[Lightning]
+end
+
+e[tsParticles Engine] --> palightning
+```
diff --git a/palettes/atmospheric/lightning/eslint.config.js b/palettes/atmospheric/lightning/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/lightning/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/lightning/images/sample.png b/palettes/atmospheric/lightning/images/sample.png
new file mode 100644
index 00000000000..b063803b6a4
Binary files /dev/null and b/palettes/atmospheric/lightning/images/sample.png differ
diff --git a/palettes/atmospheric/lightning/package.dist.json b/palettes/atmospheric/lightning/package.dist.json
new file mode 100644
index 00000000000..b6c2ed46476
--- /dev/null
+++ b/palettes/atmospheric/lightning/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-lightning",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles lightning palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/lightning"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.lightning.min.js",
+ "unpkg": "tsparticles.palette.lightning.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/lightning/package.json b/palettes/atmospheric/lightning/package.json
new file mode 100644
index 00000000000..aadc4d38d49
--- /dev/null
+++ b/palettes/atmospheric/lightning/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-lightning",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles lightning palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/lightning"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/lightning/src/index.ts b/palettes/atmospheric/lightning/src/index.ts
new file mode 100644
index 00000000000..78b20f8930a
--- /dev/null
+++ b/palettes/atmospheric/lightning/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "lightning";
+
+/**
+ * @param engine -
+ */
+export async function loadLightningPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/lightning/src/options.ts b/palettes/atmospheric/lightning/src/options.ts
new file mode 100644
index 00000000000..2cfe18d0320
--- /dev/null
+++ b/palettes/atmospheric/lightning/src/options.ts
@@ -0,0 +1,51 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Lightning",
+ background: "#000005",
+ blendMode: "lighter",
+ colors: [
+ {
+ fill: {
+ enable: true,
+ value: [
+ "#FFFFFF",
+ "#EEEEFF",
+ "#AACCFF",
+ "#6699FF",
+ "#0033CC",
+ "#AA88FF",
+ ],
+ },
+ },
+ {
+ stroke: {
+ value: ["#FFFFFF", "#EEEEFF"],
+ width: {
+ min: 0.6,
+ max: 1.4,
+ },
+ },
+ },
+ {
+ fill: {
+ enable: true,
+ value: [
+ "#FFFFFF",
+ "#EEEEFF",
+ "#AACCFF",
+ "#6699FF",
+ "#0033CC",
+ "#AA88FF",
+ ],
+ },
+ stroke: {
+ value: ["#6699FF", "#3366FF", "#0033CC", "#AA88FF"],
+ width: {
+ min: 1.8,
+ max: 3.2,
+ },
+ },
+ },
+ ],
+};
diff --git a/palettes/atmospheric/lightning/tsconfig.base.json b/palettes/atmospheric/lightning/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/lightning/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/lightning/tsconfig.browser.json b/palettes/atmospheric/lightning/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/lightning/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/lightning/tsconfig.json b/palettes/atmospheric/lightning/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/lightning/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/lightning/tsconfig.module.json b/palettes/atmospheric/lightning/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/lightning/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/lightning/tsconfig.types.json b/palettes/atmospheric/lightning/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/lightning/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/lightning/typedoc.json b/palettes/atmospheric/lightning/typedoc.json
new file mode 100644
index 00000000000..f1b57600513
--- /dev/null
+++ b/palettes/atmospheric/lightning/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Lightning Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/lightning/webpack.config.js b/palettes/atmospheric/lightning/webpack.config.js
new file mode 100644
index 00000000000..5e4d7b9e03d
--- /dev/null
+++ b/palettes/atmospheric/lightning/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-lightning",
+ paletteName: "Lightning Palette",
+ version,
+});
diff --git a/palettes/atmospheric/shockwave/.browserslistrc b/palettes/atmospheric/shockwave/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/shockwave/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/shockwave/CHANGELOG.md b/palettes/atmospheric/shockwave/CHANGELOG.md
new file mode 100644
index 00000000000..291bb4a2268
--- /dev/null
+++ b/palettes/atmospheric/shockwave/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-shockwave
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-shockwave
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-shockwave
diff --git a/palettes/atmospheric/shockwave/LICENSE b/palettes/atmospheric/shockwave/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/shockwave/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/shockwave/README.md b/palettes/atmospheric/shockwave/README.md
new file mode 100644
index 00000000000..81e52387e10
--- /dev/null
+++ b/palettes/atmospheric/shockwave/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Shockwave Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-shockwave) [](https://www.npmjs.com/package/@tsparticles/palette-shockwave) [](https://www.npmjs.com/package/@tsparticles/palette-shockwave) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for shockwave.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/shockwave)
+
+## Colors
+
+
+
+
+
+
+ #FFFFFF
+
+
+
+ #FFEECC
+
+
+
+ #FFAA44
+
+
+
+ #FF5500
+
+
+
+ #AA2200
+
+
+
+
+
+ Background
+ #000000
+
+
+
+
+ Blend mode:screen | Fill:false
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadShockwavePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadShockwavePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "shockwave",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "shockwave",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadShockwavePalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadShockwavePalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pashockwave[Shockwave]
+end
+
+e[tsParticles Engine] --> pashockwave
+```
diff --git a/palettes/atmospheric/shockwave/eslint.config.js b/palettes/atmospheric/shockwave/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/shockwave/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/shockwave/images/sample.png b/palettes/atmospheric/shockwave/images/sample.png
new file mode 100644
index 00000000000..1cad2afe4a4
Binary files /dev/null and b/palettes/atmospheric/shockwave/images/sample.png differ
diff --git a/palettes/atmospheric/shockwave/package.dist.json b/palettes/atmospheric/shockwave/package.dist.json
new file mode 100644
index 00000000000..530fe0aec07
--- /dev/null
+++ b/palettes/atmospheric/shockwave/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-shockwave",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles shockwave palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/shockwave"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.shockwave.min.js",
+ "unpkg": "tsparticles.palette.shockwave.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/shockwave/package.json b/palettes/atmospheric/shockwave/package.json
new file mode 100644
index 00000000000..6e3e4e08947
--- /dev/null
+++ b/palettes/atmospheric/shockwave/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-shockwave",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles shockwave palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/shockwave"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/shockwave/src/index.ts b/palettes/atmospheric/shockwave/src/index.ts
new file mode 100644
index 00000000000..0afa040c893
--- /dev/null
+++ b/palettes/atmospheric/shockwave/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "shockwave";
+
+/**
+ * @param engine -
+ */
+export async function loadShockwavePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/shockwave/src/options.ts b/palettes/atmospheric/shockwave/src/options.ts
new file mode 100644
index 00000000000..3c08e60c9ff
--- /dev/null
+++ b/palettes/atmospheric/shockwave/src/options.ts
@@ -0,0 +1,39 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Shockwave",
+ background: "#000000",
+ blendMode: "screen",
+ colors: [
+ {
+ fill: {
+ enable: true,
+ opacity: 0.75,
+ value: ["#FFFFFF", "#FFEECC", "#FFAA44", "#FF5500"],
+ },
+ },
+ {
+ stroke: {
+ value: ["#FFFFFF", "#FFEECC"],
+ width: {
+ min: 0.8,
+ max: 1.8,
+ },
+ },
+ },
+ {
+ fill: {
+ enable: true,
+ opacity: 0.6,
+ value: ["#FFEECC", "#FFAA44", "#FF5500", "#AA2200"],
+ },
+ stroke: {
+ value: ["#FFAA44", "#FF5500", "#AA2200"],
+ width: {
+ min: 2,
+ max: 4,
+ },
+ },
+ },
+ ],
+};
diff --git a/palettes/atmospheric/shockwave/tsconfig.base.json b/palettes/atmospheric/shockwave/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/shockwave/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/shockwave/tsconfig.browser.json b/palettes/atmospheric/shockwave/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/shockwave/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/shockwave/tsconfig.json b/palettes/atmospheric/shockwave/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/shockwave/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/shockwave/tsconfig.module.json b/palettes/atmospheric/shockwave/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/shockwave/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/shockwave/tsconfig.types.json b/palettes/atmospheric/shockwave/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/shockwave/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/shockwave/typedoc.json b/palettes/atmospheric/shockwave/typedoc.json
new file mode 100644
index 00000000000..6a53ee28b81
--- /dev/null
+++ b/palettes/atmospheric/shockwave/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Shockwave Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/shockwave/webpack.config.js b/palettes/atmospheric/shockwave/webpack.config.js
new file mode 100644
index 00000000000..1ed1744142f
--- /dev/null
+++ b/palettes/atmospheric/shockwave/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-shockwave",
+ paletteName: "Shockwave Palette",
+ version,
+});
diff --git a/palettes/atmospheric/smokeCold/.browserslistrc b/palettes/atmospheric/smokeCold/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/smokeCold/CHANGELOG.md b/palettes/atmospheric/smokeCold/CHANGELOG.md
new file mode 100644
index 00000000000..cc57e1c1af9
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-smoke-cold
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-smoke-cold
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-smoke-cold
diff --git a/palettes/atmospheric/smokeCold/LICENSE b/palettes/atmospheric/smokeCold/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/smokeCold/README.md b/palettes/atmospheric/smokeCold/README.md
new file mode 100644
index 00000000000..380258842e2
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Smoke Cold Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-smoke-cold) [](https://www.npmjs.com/package/@tsparticles/palette-smoke-cold) [](https://www.npmjs.com/package/@tsparticles/palette-smoke-cold) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for smoke - cold.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/smoke-cold)
+
+## Colors
+
+
+
+
+
+
+ #223344
+
+
+
+ #445566
+
+
+
+ #667788
+
+
+
+ #99AABB
+
+
+
+ #CCDDE0
+
+
+
+
+
+ Background
+ #080c12
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadSmokeColdPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadSmokeColdPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "smoke-cold",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "smoke-cold",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadSmokeColdPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadSmokeColdPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pasmokeCold[Smoke Cold]
+end
+
+e[tsParticles Engine] --> pasmokeCold
+```
diff --git a/palettes/atmospheric/smokeCold/eslint.config.js b/palettes/atmospheric/smokeCold/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/smokeCold/images/sample.png b/palettes/atmospheric/smokeCold/images/sample.png
new file mode 100644
index 00000000000..01280939873
Binary files /dev/null and b/palettes/atmospheric/smokeCold/images/sample.png differ
diff --git a/palettes/atmospheric/smokeCold/package.dist.json b/palettes/atmospheric/smokeCold/package.dist.json
new file mode 100644
index 00000000000..3d461f1652b
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-smoke-cold",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles smoke - cold palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/smokeCold"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.smoke-cold.min.js",
+ "unpkg": "tsparticles.palette.smoke-cold.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/smokeCold/package.json b/palettes/atmospheric/smokeCold/package.json
new file mode 100644
index 00000000000..f15630d547d
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-smoke-cold",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles smoke - cold palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/smokeCold"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/smokeCold/src/index.ts b/palettes/atmospheric/smokeCold/src/index.ts
new file mode 100644
index 00000000000..b995f2776ee
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "smoke-cold";
+
+/**
+ * @param engine -
+ */
+export async function loadSmokeColdPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/smokeCold/src/options.ts b/palettes/atmospheric/smokeCold/src/options.ts
new file mode 100644
index 00000000000..7458445ab09
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/src/options.ts
@@ -0,0 +1,19 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Smoke - Cold",
+ background: "#080c12",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#223344",
+ "#445566",
+ "#667788",
+ "#99AABB",
+ "#CCDDE0",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/smokeCold/tsconfig.base.json b/palettes/atmospheric/smokeCold/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/smokeCold/tsconfig.browser.json b/palettes/atmospheric/smokeCold/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/smokeCold/tsconfig.json b/palettes/atmospheric/smokeCold/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/smokeCold/tsconfig.module.json b/palettes/atmospheric/smokeCold/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/smokeCold/tsconfig.types.json b/palettes/atmospheric/smokeCold/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/smokeCold/typedoc.json b/palettes/atmospheric/smokeCold/typedoc.json
new file mode 100644
index 00000000000..5fead81c857
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Smoke Cold Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/smokeCold/webpack.config.js b/palettes/atmospheric/smokeCold/webpack.config.js
new file mode 100644
index 00000000000..e94643cc900
--- /dev/null
+++ b/palettes/atmospheric/smokeCold/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-smoke-cold",
+ paletteName: "Smoke Cold Palette",
+ version,
+});
diff --git a/palettes/atmospheric/smokeWarm/.browserslistrc b/palettes/atmospheric/smokeWarm/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/smokeWarm/CHANGELOG.md b/palettes/atmospheric/smokeWarm/CHANGELOG.md
new file mode 100644
index 00000000000..3ecfb03823d
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-smoke-warm
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-smoke-warm
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-smoke-warm
diff --git a/palettes/atmospheric/smokeWarm/LICENSE b/palettes/atmospheric/smokeWarm/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/smokeWarm/README.md b/palettes/atmospheric/smokeWarm/README.md
new file mode 100644
index 00000000000..d7d6c7ac4dc
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Smoke Warm Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-smoke-warm) [](https://www.npmjs.com/package/@tsparticles/palette-smoke-warm) [](https://www.npmjs.com/package/@tsparticles/palette-smoke-warm) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for smoke - warm.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/smoke-warm)
+
+## Colors
+
+
+
+
+
+
+ #443322
+
+
+
+ #665544
+
+
+
+ #887766
+
+
+
+ #BBAA99
+
+
+
+ #DDCCBB
+
+
+
+
+
+ Background
+ #1a1208
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadSmokeWarmPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadSmokeWarmPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "smoke-warm",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "smoke-warm",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadSmokeWarmPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadSmokeWarmPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pasmokeWarm[Smoke Warm]
+end
+
+e[tsParticles Engine] --> pasmokeWarm
+```
diff --git a/palettes/atmospheric/smokeWarm/eslint.config.js b/palettes/atmospheric/smokeWarm/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/smokeWarm/images/sample.png b/palettes/atmospheric/smokeWarm/images/sample.png
new file mode 100644
index 00000000000..8187f2e9fe9
Binary files /dev/null and b/palettes/atmospheric/smokeWarm/images/sample.png differ
diff --git a/palettes/atmospheric/smokeWarm/package.dist.json b/palettes/atmospheric/smokeWarm/package.dist.json
new file mode 100644
index 00000000000..a8ab34d5bbe
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-smoke-warm",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles smoke - warm palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/smokeWarm"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.smoke-warm.min.js",
+ "unpkg": "tsparticles.palette.smoke-warm.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/smokeWarm/package.json b/palettes/atmospheric/smokeWarm/package.json
new file mode 100644
index 00000000000..71ac7ee5ce6
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-smoke-warm",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles smoke - warm palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/smokeWarm"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/smokeWarm/src/index.ts b/palettes/atmospheric/smokeWarm/src/index.ts
new file mode 100644
index 00000000000..2af022adc03
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "smoke-warm";
+
+/**
+ * @param engine -
+ */
+export async function loadSmokeWarmPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/smokeWarm/src/options.ts b/palettes/atmospheric/smokeWarm/src/options.ts
new file mode 100644
index 00000000000..0cba84d2ca5
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/src/options.ts
@@ -0,0 +1,19 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Smoke - Warm",
+ background: "#1a1208",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#443322",
+ "#665544",
+ "#887766",
+ "#BBAA99",
+ "#DDCCBB",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/smokeWarm/tsconfig.base.json b/palettes/atmospheric/smokeWarm/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/smokeWarm/tsconfig.browser.json b/palettes/atmospheric/smokeWarm/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/smokeWarm/tsconfig.json b/palettes/atmospheric/smokeWarm/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/smokeWarm/tsconfig.module.json b/palettes/atmospheric/smokeWarm/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/smokeWarm/tsconfig.types.json b/palettes/atmospheric/smokeWarm/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/smokeWarm/typedoc.json b/palettes/atmospheric/smokeWarm/typedoc.json
new file mode 100644
index 00000000000..429d79b151a
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Smoke Warm Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/smokeWarm/webpack.config.js b/palettes/atmospheric/smokeWarm/webpack.config.js
new file mode 100644
index 00000000000..681723614ea
--- /dev/null
+++ b/palettes/atmospheric/smokeWarm/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-smoke-warm",
+ paletteName: "Smoke Warm Palette",
+ version,
+});
diff --git a/palettes/atmospheric/sunriseGold/.browserslistrc b/palettes/atmospheric/sunriseGold/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/sunriseGold/CHANGELOG.md b/palettes/atmospheric/sunriseGold/CHANGELOG.md
new file mode 100644
index 00000000000..8f663263d97
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-sunrise-gold
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-sunrise-gold
diff --git a/palettes/atmospheric/sunriseGold/LICENSE b/palettes/atmospheric/sunriseGold/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/sunriseGold/README.md b/palettes/atmospheric/sunriseGold/README.md
new file mode 100644
index 00000000000..a68570bea88
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/README.md
@@ -0,0 +1,158 @@
+[](https://particles.js.org)
+
+# tsParticles Sunrise Gold Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-sunrise-gold) [](https://www.npmjs.com/package/@tsparticles/palette-sunrise-gold) [](https://www.npmjs.com/package/@tsparticles/palette-sunrise-gold) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for sunrise gold.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/sunrise-gold)
+
+## Colors
+
+
+
+
+
+
+ #3A0CA3
+
+
+
+ #7209B7
+
+
+
+ #F72585
+
+
+
+ #FF7B00
+
+
+
+ #FFB703
+
+
+
+
+
+ #FFE066
+
+
+
+
+
+ Background
+ #130B2A
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadSunriseGoldPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadSunriseGoldPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "sunrise-gold",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "sunrise-gold",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadSunriseGoldPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadSunriseGoldPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pasunriseGold[Sunrise Gold]
+end
+
+e[tsParticles Engine] --> pasunriseGold
+```
diff --git a/palettes/atmospheric/sunriseGold/eslint.config.js b/palettes/atmospheric/sunriseGold/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/sunriseGold/images/sample.png b/palettes/atmospheric/sunriseGold/images/sample.png
new file mode 100644
index 00000000000..c5f40e24096
Binary files /dev/null and b/palettes/atmospheric/sunriseGold/images/sample.png differ
diff --git a/palettes/atmospheric/sunriseGold/package.dist.json b/palettes/atmospheric/sunriseGold/package.dist.json
new file mode 100644
index 00000000000..d859e7aa009
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-sunrise-gold",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles sunrise gold palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/sunriseGold"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.sunrise-gold.min.js",
+ "unpkg": "tsparticles.palette.sunrise-gold.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/sunriseGold/package.json b/palettes/atmospheric/sunriseGold/package.json
new file mode 100644
index 00000000000..85672f1811d
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-sunrise-gold",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles sunrise gold palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/sunriseGold"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/sunriseGold/src/index.ts b/palettes/atmospheric/sunriseGold/src/index.ts
new file mode 100644
index 00000000000..92a78069797
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "sunrise-gold";
+
+/**
+ * @param engine -
+ */
+export async function loadSunriseGoldPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/sunriseGold/src/options.ts b/palettes/atmospheric/sunriseGold/src/options.ts
new file mode 100644
index 00000000000..51cb1396f9f
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Sunrise Gold",
+ background: "#130B2A",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#3A0CA3",
+ "#7209B7",
+ "#F72585",
+ "#FF7B00",
+ "#FFB703",
+ "#FFE066",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/sunriseGold/tsconfig.base.json b/palettes/atmospheric/sunriseGold/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/sunriseGold/tsconfig.browser.json b/palettes/atmospheric/sunriseGold/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/sunriseGold/tsconfig.json b/palettes/atmospheric/sunriseGold/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/sunriseGold/tsconfig.module.json b/palettes/atmospheric/sunriseGold/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/sunriseGold/tsconfig.types.json b/palettes/atmospheric/sunriseGold/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/sunriseGold/typedoc.json b/palettes/atmospheric/sunriseGold/typedoc.json
new file mode 100644
index 00000000000..0f31ff54ebb
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Autumn Leaves Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/sunriseGold/webpack.config.js b/palettes/atmospheric/sunriseGold/webpack.config.js
new file mode 100644
index 00000000000..c6307ce8908
--- /dev/null
+++ b/palettes/atmospheric/sunriseGold/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-sunrise-gold",
+ paletteName: "Sunrise Gold Palette",
+ version,
+});
diff --git a/palettes/atmospheric/sunsetBinary/.browserslistrc b/palettes/atmospheric/sunsetBinary/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/sunsetBinary/CHANGELOG.md b/palettes/atmospheric/sunsetBinary/CHANGELOG.md
new file mode 100644
index 00000000000..4e44aebd406
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-sunset-binary
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-sunset-binary
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-sunset-binary
diff --git a/palettes/atmospheric/sunsetBinary/LICENSE b/palettes/atmospheric/sunsetBinary/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/sunsetBinary/README.md b/palettes/atmospheric/sunsetBinary/README.md
new file mode 100644
index 00000000000..2351058552b
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/README.md
@@ -0,0 +1,140 @@
+[](https://particles.js.org)
+
+# tsParticles Sunset Binary Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-sunset-binary) [](https://www.npmjs.com/package/@tsparticles/palette-sunset-binary) [](https://www.npmjs.com/package/@tsparticles/palette-sunset-binary) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for sunset binary.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/sunset-binary)
+
+## Colors
+
+
+
+
+
+
+ #ff5500
+
+
+
+ #0033ff
+
+
+
+
+
+ Background
+ #1a0d00
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadSunsetBinaryPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadSunsetBinaryPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "sunset-binary",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "sunset-binary",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadSunsetBinaryPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadSunsetBinaryPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pasunsetBinary[Sunset Binary]
+end
+
+e[tsParticles Engine] --> pasunsetBinary
+```
diff --git a/palettes/atmospheric/sunsetBinary/eslint.config.js b/palettes/atmospheric/sunsetBinary/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/sunsetBinary/images/sample.png b/palettes/atmospheric/sunsetBinary/images/sample.png
new file mode 100644
index 00000000000..635a6459f44
Binary files /dev/null and b/palettes/atmospheric/sunsetBinary/images/sample.png differ
diff --git a/palettes/atmospheric/sunsetBinary/package.dist.json b/palettes/atmospheric/sunsetBinary/package.dist.json
new file mode 100644
index 00000000000..41e06be44f1
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-sunset-binary",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles sunset binary palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/sunsetBinary"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.sunset-binary.min.js",
+ "unpkg": "tsparticles.palette.sunset-binary.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/sunsetBinary/package.json b/palettes/atmospheric/sunsetBinary/package.json
new file mode 100644
index 00000000000..cf2eb91473c
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-sunset-binary",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles sunset binary palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/sunsetBinary"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/sunsetBinary/src/index.ts b/palettes/atmospheric/sunsetBinary/src/index.ts
new file mode 100644
index 00000000000..e9606b0a581
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "sunset-binary";
+
+/**
+ * @param engine -
+ */
+export async function loadSunsetBinaryPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/sunsetBinary/src/options.ts b/palettes/atmospheric/sunsetBinary/src/options.ts
new file mode 100644
index 00000000000..36bff05d842
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/src/options.ts
@@ -0,0 +1,16 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Sunset Binary",
+ background: "#1a0d00",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#ff5500",
+ "#0033ff",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/sunsetBinary/tsconfig.base.json b/palettes/atmospheric/sunsetBinary/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/sunsetBinary/tsconfig.browser.json b/palettes/atmospheric/sunsetBinary/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/sunsetBinary/tsconfig.json b/palettes/atmospheric/sunsetBinary/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/sunsetBinary/tsconfig.module.json b/palettes/atmospheric/sunsetBinary/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/sunsetBinary/tsconfig.types.json b/palettes/atmospheric/sunsetBinary/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/sunsetBinary/typedoc.json b/palettes/atmospheric/sunsetBinary/typedoc.json
new file mode 100644
index 00000000000..dfd55950bc8
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Sunset Binary Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/sunsetBinary/webpack.config.js b/palettes/atmospheric/sunsetBinary/webpack.config.js
new file mode 100644
index 00000000000..043e771e7e7
--- /dev/null
+++ b/palettes/atmospheric/sunsetBinary/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-sunset-binary",
+ paletteName: "Sunset Binary Palette",
+ version,
+});
diff --git a/palettes/atmospheric/thermalMap/.browserslistrc b/palettes/atmospheric/thermalMap/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/thermalMap/CHANGELOG.md b/palettes/atmospheric/thermalMap/CHANGELOG.md
new file mode 100644
index 00000000000..c97e8bc3eb3
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-thermal-map
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-thermal-map
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-thermal-map
diff --git a/palettes/atmospheric/thermalMap/LICENSE b/palettes/atmospheric/thermalMap/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/thermalMap/README.md b/palettes/atmospheric/thermalMap/README.md
new file mode 100644
index 00000000000..3807708eb8b
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/README.md
@@ -0,0 +1,324 @@
+[](https://particles.js.org)
+
+# tsParticles Thermal Map Cold to Hot Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-thermal-map) [](https://www.npmjs.com/package/@tsparticles/palette-thermal-map) [](https://www.npmjs.com/package/@tsparticles/palette-thermal-map) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for thermal map - cold to hot.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/thermal-map)
+
+## Colors
+
+
+
+
+
+
+ #000011
+
+
+
+ #000033
+
+
+
+ #000066
+
+
+
+ #0000AA
+
+
+
+ #0000FF
+
+
+
+
+
+ #0022FF
+
+
+
+ #0044FF
+
+
+
+ #0066FF
+
+
+
+ #0088FF
+
+
+
+ #00AAFF
+
+
+
+
+
+ #00CCFF
+
+
+
+ #00EEFF
+
+
+
+ #00FFFF
+
+
+
+ #00FFDD
+
+
+
+ #00FFBB
+
+
+
+
+
+ #00FF99
+
+
+
+ #00FF77
+
+
+
+ #00FF44
+
+
+
+ #00FF00
+
+
+
+ #44FF00
+
+
+
+
+
+ #77FF00
+
+
+
+ #AAFF00
+
+
+
+ #CCFF00
+
+
+
+ #EEFF00
+
+
+
+ #FFFF00
+
+
+
+
+
+ #FFEE00
+
+
+
+ #FFDD00
+
+
+
+ #FFCC00
+
+
+
+ #FFBB00
+
+
+
+ #FFAA00
+
+
+
+
+
+ #FF9900
+
+
+
+ #FF8800
+
+
+
+ #FF7700
+
+
+
+ #FF6600
+
+
+
+ #FF4400
+
+
+
+
+
+ #FF2200
+
+
+
+ #FF0000
+
+
+
+ #DD0000
+
+
+
+ #FF2222
+
+
+
+ #FF5555
+
+
+
+
+
+ #FF8888
+
+
+
+ #FFBBBB
+
+
+
+ #FFEEFF
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #000000
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadThermalMapPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadThermalMapPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "thermal-map",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "thermal-map",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadThermalMapPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadThermalMapPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pathermalMap[Thermal Map Cold to Hot]
+end
+
+e[tsParticles Engine] --> pathermalMap
+```
diff --git a/palettes/atmospheric/thermalMap/eslint.config.js b/palettes/atmospheric/thermalMap/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/thermalMap/images/sample.png b/palettes/atmospheric/thermalMap/images/sample.png
new file mode 100644
index 00000000000..ae5dc677e8a
Binary files /dev/null and b/palettes/atmospheric/thermalMap/images/sample.png differ
diff --git a/palettes/atmospheric/thermalMap/package.dist.json b/palettes/atmospheric/thermalMap/package.dist.json
new file mode 100644
index 00000000000..cbc99aa2888
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-thermal-map",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles thermal map - cold to hot palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/thermalMap"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.thermal-map.min.js",
+ "unpkg": "tsparticles.palette.thermal-map.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/thermalMap/package.json b/palettes/atmospheric/thermalMap/package.json
new file mode 100644
index 00000000000..ce583dd9fbd
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-thermal-map",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles thermal map - cold to hot palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/thermalMap"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/thermalMap/src/index.ts b/palettes/atmospheric/thermalMap/src/index.ts
new file mode 100644
index 00000000000..4d56f50ed25
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "thermal-map";
+
+/**
+ * @param engine -
+ */
+export async function loadThermalMapPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/thermalMap/src/options.ts b/palettes/atmospheric/thermalMap/src/options.ts
new file mode 100644
index 00000000000..a09a888e03d
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/src/options.ts
@@ -0,0 +1,58 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Thermal Map - Cold to Hot",
+ background: "#000000",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#000011",
+ "#000033",
+ "#000066",
+ "#0000AA",
+ "#0000FF",
+ "#0022FF",
+ "#0044FF",
+ "#0066FF",
+ "#0088FF",
+ "#00AAFF",
+ "#00CCFF",
+ "#00EEFF",
+ "#00FFFF",
+ "#00FFDD",
+ "#00FFBB",
+ "#00FF99",
+ "#00FF77",
+ "#00FF44",
+ "#00FF00",
+ "#44FF00",
+ "#77FF00",
+ "#AAFF00",
+ "#CCFF00",
+ "#EEFF00",
+ "#FFFF00",
+ "#FFEE00",
+ "#FFDD00",
+ "#FFCC00",
+ "#FFBB00",
+ "#FFAA00",
+ "#FF9900",
+ "#FF8800",
+ "#FF7700",
+ "#FF6600",
+ "#FF4400",
+ "#FF2200",
+ "#FF0000",
+ "#DD0000",
+ "#FF2222",
+ "#FF5555",
+ "#FF8888",
+ "#FFBBBB",
+ "#FFEEFF",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/thermalMap/tsconfig.base.json b/palettes/atmospheric/thermalMap/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/thermalMap/tsconfig.browser.json b/palettes/atmospheric/thermalMap/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/thermalMap/tsconfig.json b/palettes/atmospheric/thermalMap/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/thermalMap/tsconfig.module.json b/palettes/atmospheric/thermalMap/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/thermalMap/tsconfig.types.json b/palettes/atmospheric/thermalMap/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/thermalMap/typedoc.json b/palettes/atmospheric/thermalMap/typedoc.json
new file mode 100644
index 00000000000..e76af6fb73d
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Thermal Map Cold to Hot Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/thermalMap/webpack.config.js b/palettes/atmospheric/thermalMap/webpack.config.js
new file mode 100644
index 00000000000..01f4232b2ba
--- /dev/null
+++ b/palettes/atmospheric/thermalMap/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-thermal-map",
+ paletteName: "Thermal Map Cold to Hot Palette",
+ version,
+});
diff --git a/palettes/atmospheric/thunderstorm/.browserslistrc b/palettes/atmospheric/thunderstorm/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/atmospheric/thunderstorm/CHANGELOG.md b/palettes/atmospheric/thunderstorm/CHANGELOG.md
new file mode 100644
index 00000000000..2d34c48976b
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-thunderstorm
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-thunderstorm
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-thunderstorm
diff --git a/palettes/atmospheric/thunderstorm/LICENSE b/palettes/atmospheric/thunderstorm/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/atmospheric/thunderstorm/README.md b/palettes/atmospheric/thunderstorm/README.md
new file mode 100644
index 00000000000..a79ec27634c
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Thunderstorm Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-thunderstorm) [](https://www.npmjs.com/package/@tsparticles/palette-thunderstorm) [](https://www.npmjs.com/package/@tsparticles/palette-thunderstorm) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for thunderstorm.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/thunderstorm)
+
+## Colors
+
+
+
+
+
+
+ #110022
+
+
+
+ #220044
+
+
+
+ #440066
+
+
+
+ #8822AA
+
+
+
+ #AAAAFF
+
+
+
+
+
+ #DDDDFF
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #05030d
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadThunderstormPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadThunderstormPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "thunderstorm",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "thunderstorm",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadThunderstormPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadThunderstormPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pathunderstorm[Thunderstorm]
+end
+
+e[tsParticles Engine] --> pathunderstorm
+```
diff --git a/palettes/atmospheric/thunderstorm/eslint.config.js b/palettes/atmospheric/thunderstorm/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/atmospheric/thunderstorm/images/sample.png b/palettes/atmospheric/thunderstorm/images/sample.png
new file mode 100644
index 00000000000..d71c2cedb27
Binary files /dev/null and b/palettes/atmospheric/thunderstorm/images/sample.png differ
diff --git a/palettes/atmospheric/thunderstorm/package.dist.json b/palettes/atmospheric/thunderstorm/package.dist.json
new file mode 100644
index 00000000000..89fb9d36dbf
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-thunderstorm",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles thunderstorm palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/thunderstorm"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.thunderstorm.min.js",
+ "unpkg": "tsparticles.palette.thunderstorm.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/thunderstorm/package.json b/palettes/atmospheric/thunderstorm/package.json
new file mode 100644
index 00000000000..b4046a12985
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-thunderstorm",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles thunderstorm palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/atmospheric/thunderstorm"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/atmospheric/thunderstorm/src/index.ts b/palettes/atmospheric/thunderstorm/src/index.ts
new file mode 100644
index 00000000000..c7eec97d919
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "thunderstorm";
+
+/**
+ * @param engine -
+ */
+export async function loadThunderstormPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/atmospheric/thunderstorm/src/options.ts b/palettes/atmospheric/thunderstorm/src/options.ts
new file mode 100644
index 00000000000..9ba65924c9f
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Thunderstorm",
+ background: "#05030d",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#110022",
+ "#220044",
+ "#440066",
+ "#8822AA",
+ "#AAAAFF",
+ "#DDDDFF",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/atmospheric/thunderstorm/tsconfig.base.json b/palettes/atmospheric/thunderstorm/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/atmospheric/thunderstorm/tsconfig.browser.json b/palettes/atmospheric/thunderstorm/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/atmospheric/thunderstorm/tsconfig.json b/palettes/atmospheric/thunderstorm/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/atmospheric/thunderstorm/tsconfig.module.json b/palettes/atmospheric/thunderstorm/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/atmospheric/thunderstorm/tsconfig.types.json b/palettes/atmospheric/thunderstorm/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/atmospheric/thunderstorm/typedoc.json b/palettes/atmospheric/thunderstorm/typedoc.json
new file mode 100644
index 00000000000..7b4140123b0
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Thunderstorm Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/atmospheric/thunderstorm/webpack.config.js b/palettes/atmospheric/thunderstorm/webpack.config.js
new file mode 100644
index 00000000000..dccffe7804a
--- /dev/null
+++ b/palettes/atmospheric/thunderstorm/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-thunderstorm",
+ paletteName: "Thunderstorm Palette",
+ version,
+});
diff --git a/palettes/confetti/confetti/.browserslistrc b/palettes/confetti/confetti/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confetti/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confetti/CHANGELOG.md b/palettes/confetti/confetti/CHANGELOG.md
new file mode 100644
index 00000000000..fb9709eeb26
--- /dev/null
+++ b/palettes/confetti/confetti/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti
diff --git a/palettes/confetti/confetti/LICENSE b/palettes/confetti/confetti/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confetti/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confetti/README.md b/palettes/confetti/confetti/README.md
new file mode 100644
index 00000000000..aaa7a93481c
--- /dev/null
+++ b/palettes/confetti/confetti/README.md
@@ -0,0 +1,174 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti) [](https://www.npmjs.com/package/@tsparticles/palette-confetti) [](https://www.npmjs.com/package/@tsparticles/palette-confetti) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti)
+
+## Colors
+
+
+
+
+
+
+ #FF0044
+
+
+
+ #FF4400
+
+
+
+ #FFCC00
+
+
+
+ #00CC44
+
+
+
+ #00AAFF
+
+
+
+
+
+ #AA00FF
+
+
+
+ #FF00AA
+
+
+
+ #00FFCC
+
+
+
+ #FF6600
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #1a1a2e
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "confetti",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadConfettiPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paconfetti[Confetti]
+end
+
+e[tsParticles Engine] --> paconfetti
+```
diff --git a/palettes/confetti/confetti/eslint.config.js b/palettes/confetti/confetti/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confetti/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confetti/images/sample.png b/palettes/confetti/confetti/images/sample.png
new file mode 100644
index 00000000000..d91210255b9
Binary files /dev/null and b/palettes/confetti/confetti/images/sample.png differ
diff --git a/palettes/confetti/confetti/package.dist.json b/palettes/confetti/confetti/package.dist.json
new file mode 100644
index 00000000000..a62e1278ec9
--- /dev/null
+++ b/palettes/confetti/confetti/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-confetti",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confetti"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.confetti.min.js",
+ "unpkg": "tsparticles.palette.confetti.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confetti/package.json b/palettes/confetti/confetti/package.json
new file mode 100644
index 00000000000..96a51b9bb7a
--- /dev/null
+++ b/palettes/confetti/confetti/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confetti"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confetti/src/index.ts b/palettes/confetti/confetti/src/index.ts
new file mode 100644
index 00000000000..a7a5c5146ad
--- /dev/null
+++ b/palettes/confetti/confetti/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confetti/src/options.ts b/palettes/confetti/confetti/src/options.ts
new file mode 100644
index 00000000000..ceaf55c10a8
--- /dev/null
+++ b/palettes/confetti/confetti/src/options.ts
@@ -0,0 +1,24 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti",
+ background: "#1a1a2e",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF0044",
+ "#FF4400",
+ "#FFCC00",
+ "#00CC44",
+ "#00AAFF",
+ "#AA00FF",
+ "#FF00AA",
+ "#00FFCC",
+ "#FF6600",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confetti/tsconfig.base.json b/palettes/confetti/confetti/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confetti/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confetti/tsconfig.browser.json b/palettes/confetti/confetti/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confetti/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confetti/tsconfig.json b/palettes/confetti/confetti/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confetti/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confetti/tsconfig.module.json b/palettes/confetti/confetti/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confetti/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confetti/tsconfig.types.json b/palettes/confetti/confetti/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confetti/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confetti/typedoc.json b/palettes/confetti/confetti/typedoc.json
new file mode 100644
index 00000000000..7d933b55c69
--- /dev/null
+++ b/palettes/confetti/confetti/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confetti/webpack.config.js b/palettes/confetti/confetti/webpack.config.js
new file mode 100644
index 00000000000..44064c0665d
--- /dev/null
+++ b/palettes/confetti/confetti/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti",
+ paletteName: "Confetti Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiGold/.browserslistrc b/palettes/confetti/confettiGold/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiGold/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiGold/CHANGELOG.md b/palettes/confetti/confettiGold/CHANGELOG.md
new file mode 100644
index 00000000000..fb082c51873
--- /dev/null
+++ b/palettes/confetti/confettiGold/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-gold
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-gold
diff --git a/palettes/confetti/confettiGold/LICENSE b/palettes/confetti/confettiGold/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiGold/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiGold/README.md b/palettes/confetti/confettiGold/README.md
new file mode 100644
index 00000000000..d45f165ad0f
--- /dev/null
+++ b/palettes/confetti/confettiGold/README.md
@@ -0,0 +1,130 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Gold Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-gold) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-gold) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-gold) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti gold.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-gold)
+
+## Colors
+
+
+
+
+
+
+ #FFDD00
+
+
+
+ #FFAA00
+
+
+
+ #FF8800
+
+
+
+ #FF5500
+
+
+
+ #FFEEAA
+
+
+
+
+
+ #FFD700
+
+
+
+ #FFC200
+
+
+
+ #CC8800
+
+
+
+
+
+ Background
+ #0d0a00
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiGoldPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiGoldPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-gold",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiGoldPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiGold/eslint.config.js b/palettes/confetti/confettiGold/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiGold/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiGold/images/sample.png b/palettes/confetti/confettiGold/images/sample.png
new file mode 100644
index 00000000000..d4a3265a7fc
Binary files /dev/null and b/palettes/confetti/confettiGold/images/sample.png differ
diff --git a/palettes/confetti/confettiGold/package.dist.json b/palettes/confetti/confettiGold/package.dist.json
new file mode 100644
index 00000000000..edc6ee3dbd5
--- /dev/null
+++ b/palettes/confetti/confettiGold/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-gold",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti gold palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiGold"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-gold.min.js",
+ "unpkg": "tsparticles.palette-confetti-gold.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiGold/package.json b/palettes/confetti/confettiGold/package.json
new file mode 100644
index 00000000000..b9dfd2dc0c0
--- /dev/null
+++ b/palettes/confetti/confettiGold/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-gold",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti gold palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiGold"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiGold/src/index.ts b/palettes/confetti/confettiGold/src/index.ts
new file mode 100644
index 00000000000..7b2e27f66d7
--- /dev/null
+++ b/palettes/confetti/confettiGold/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-gold";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiGoldPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiGold/src/options.ts b/palettes/confetti/confettiGold/src/options.ts
new file mode 100644
index 00000000000..4d423b8dbd8
--- /dev/null
+++ b/palettes/confetti/confettiGold/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Gold",
+ background: "#0d0a00",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFDD00",
+ "#FFAA00",
+ "#FF8800",
+ "#FF5500",
+ "#FFEEAA",
+ "#FFD700",
+ "#FFC200",
+ "#CC8800",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiGold/tsconfig.base.json b/palettes/confetti/confettiGold/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiGold/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiGold/tsconfig.browser.json b/palettes/confetti/confettiGold/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiGold/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiGold/tsconfig.json b/palettes/confetti/confettiGold/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiGold/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiGold/tsconfig.module.json b/palettes/confetti/confettiGold/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiGold/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiGold/tsconfig.types.json b/palettes/confetti/confettiGold/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiGold/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiGold/typedoc.json b/palettes/confetti/confettiGold/typedoc.json
new file mode 100644
index 00000000000..30b3e840b43
--- /dev/null
+++ b/palettes/confetti/confettiGold/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Gold Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiGold/webpack.config.js b/palettes/confetti/confettiGold/webpack.config.js
new file mode 100644
index 00000000000..341f97f0065
--- /dev/null
+++ b/palettes/confetti/confettiGold/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-gold",
+ paletteName: "Confetti Gold Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiMonochromeBlue/.browserslistrc b/palettes/confetti/confettiMonochromeBlue/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiMonochromeBlue/CHANGELOG.md b/palettes/confetti/confettiMonochromeBlue/CHANGELOG.md
new file mode 100644
index 00000000000..8371999f298
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-monochrome-blue
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-monochrome-blue
diff --git a/palettes/confetti/confettiMonochromeBlue/LICENSE b/palettes/confetti/confettiMonochromeBlue/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiMonochromeBlue/README.md b/palettes/confetti/confettiMonochromeBlue/README.md
new file mode 100644
index 00000000000..44db17ef79c
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/README.md
@@ -0,0 +1,126 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Monochrome Blue Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-monochrome-blue) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-monochrome-blue) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-monochrome-blue) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti monochrome blue.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-monochrome-blue)
+
+## Colors
+
+
+
+
+
+
+ #99BBFF
+
+
+
+ #6699FF
+
+
+
+ #3366FF
+
+
+
+ #1133CC
+
+
+
+ #002299
+
+
+
+
+
+ #0044FF
+
+
+
+ #CCDDFF
+
+
+
+
+
+ Background
+ #f0f4ff
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiMonochromeBluePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiMonochromeBluePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-monochrome-blue",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiMonochromeBluePalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiMonochromeBlue/eslint.config.js b/palettes/confetti/confettiMonochromeBlue/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiMonochromeBlue/images/sample.png b/palettes/confetti/confettiMonochromeBlue/images/sample.png
new file mode 100644
index 00000000000..7d1a4951681
Binary files /dev/null and b/palettes/confetti/confettiMonochromeBlue/images/sample.png differ
diff --git a/palettes/confetti/confettiMonochromeBlue/package.dist.json b/palettes/confetti/confettiMonochromeBlue/package.dist.json
new file mode 100644
index 00000000000..d5d1fddfc49
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-monochrome-blue",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti monochrome blue palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiMonochromeBlue"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-monochrome-blue.min.js",
+ "unpkg": "tsparticles.palette-confetti-monochrome-blue.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/package.json b/palettes/confetti/confettiMonochromeBlue/package.json
new file mode 100644
index 00000000000..33862db4412
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-monochrome-blue",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti monochrome blue palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiMonochromeBlue"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/src/index.ts b/palettes/confetti/confettiMonochromeBlue/src/index.ts
new file mode 100644
index 00000000000..a3445089350
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-monochrome-blue";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiMonochromeBluePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/src/options.ts b/palettes/confetti/confettiMonochromeBlue/src/options.ts
new file mode 100644
index 00000000000..344a58875d1
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Monochrome Blue",
+ background: "#f0f4ff",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#99BBFF",
+ "#6699FF",
+ "#3366FF",
+ "#1133CC",
+ "#002299",
+ "#0044FF",
+ "#CCDDFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiMonochromeBlue/tsconfig.base.json b/palettes/confetti/confettiMonochromeBlue/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/tsconfig.browser.json b/palettes/confetti/confettiMonochromeBlue/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/tsconfig.json b/palettes/confetti/confettiMonochromeBlue/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/tsconfig.module.json b/palettes/confetti/confettiMonochromeBlue/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/tsconfig.types.json b/palettes/confetti/confettiMonochromeBlue/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/typedoc.json b/palettes/confetti/confettiMonochromeBlue/typedoc.json
new file mode 100644
index 00000000000..77314961a17
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Monochrome Blue Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeBlue/webpack.config.js b/palettes/confetti/confettiMonochromeBlue/webpack.config.js
new file mode 100644
index 00000000000..e6f11ec0f5f
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeBlue/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-monochrome-blue",
+ paletteName: "Confetti Monochrome Blue Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiMonochromeGreen/.browserslistrc b/palettes/confetti/confettiMonochromeGreen/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiMonochromeGreen/CHANGELOG.md b/palettes/confetti/confettiMonochromeGreen/CHANGELOG.md
new file mode 100644
index 00000000000..f4bbd9beaf1
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-monochrome-green
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-monochrome-green
diff --git a/palettes/confetti/confettiMonochromeGreen/LICENSE b/palettes/confetti/confettiMonochromeGreen/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiMonochromeGreen/README.md b/palettes/confetti/confettiMonochromeGreen/README.md
new file mode 100644
index 00000000000..58c8d9c169e
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/README.md
@@ -0,0 +1,126 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Monochrome Green Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-monochrome-green) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-monochrome-green) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-monochrome-green) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti monochrome green.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-monochrome-green)
+
+## Colors
+
+
+
+
+
+
+ #99FFB8
+
+
+
+ #55EE88
+
+
+
+ #22CC55
+
+
+
+ #009933
+
+
+
+ #006622
+
+
+
+
+
+ #00FF44
+
+
+
+ #CCFFDD
+
+
+
+
+
+ Background
+ #f0fff4
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiMonochromeGreenPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiMonochromeGreenPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-monochrome-green",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiMonochromeGreenPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiMonochromeGreen/eslint.config.js b/palettes/confetti/confettiMonochromeGreen/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiMonochromeGreen/images/sample.png b/palettes/confetti/confettiMonochromeGreen/images/sample.png
new file mode 100644
index 00000000000..da67849f53f
Binary files /dev/null and b/palettes/confetti/confettiMonochromeGreen/images/sample.png differ
diff --git a/palettes/confetti/confettiMonochromeGreen/package.dist.json b/palettes/confetti/confettiMonochromeGreen/package.dist.json
new file mode 100644
index 00000000000..5227aa33a08
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-monochrome-green",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti monochrome green palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiMonochromeGreen"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-monochrome-green.min.js",
+ "unpkg": "tsparticles.palette-confetti-monochrome-green.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/package.json b/palettes/confetti/confettiMonochromeGreen/package.json
new file mode 100644
index 00000000000..73026214dfe
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-monochrome-green",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti monochrome green palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiMonochromeGreen"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/src/index.ts b/palettes/confetti/confettiMonochromeGreen/src/index.ts
new file mode 100644
index 00000000000..904f5d88e85
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-monochrome-green";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiMonochromeGreenPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/src/options.ts b/palettes/confetti/confettiMonochromeGreen/src/options.ts
new file mode 100644
index 00000000000..0bd97e56e3b
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Monochrome Green",
+ background: "#f0fff4",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#99FFB8",
+ "#55EE88",
+ "#22CC55",
+ "#009933",
+ "#006622",
+ "#00FF44",
+ "#CCFFDD",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiMonochromeGreen/tsconfig.base.json b/palettes/confetti/confettiMonochromeGreen/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/tsconfig.browser.json b/palettes/confetti/confettiMonochromeGreen/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/tsconfig.json b/palettes/confetti/confettiMonochromeGreen/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/tsconfig.module.json b/palettes/confetti/confettiMonochromeGreen/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/tsconfig.types.json b/palettes/confetti/confettiMonochromeGreen/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/typedoc.json b/palettes/confetti/confettiMonochromeGreen/typedoc.json
new file mode 100644
index 00000000000..d11f54687ac
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Monochrome Green Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiMonochromeGreen/webpack.config.js b/palettes/confetti/confettiMonochromeGreen/webpack.config.js
new file mode 100644
index 00000000000..e8852bd81a8
--- /dev/null
+++ b/palettes/confetti/confettiMonochromeGreen/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-monochrome-green",
+ paletteName: "Confetti Monochrome Green Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiMonochromePink/.browserslistrc b/palettes/confetti/confettiMonochromePink/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiMonochromePink/CHANGELOG.md b/palettes/confetti/confettiMonochromePink/CHANGELOG.md
new file mode 100644
index 00000000000..109831fa9a2
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-monochrome-pink
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-monochrome-pink
diff --git a/palettes/confetti/confettiMonochromePink/LICENSE b/palettes/confetti/confettiMonochromePink/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiMonochromePink/README.md b/palettes/confetti/confettiMonochromePink/README.md
new file mode 100644
index 00000000000..11d3c73305f
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/README.md
@@ -0,0 +1,126 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Monochrome Pink Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-monochrome-pink) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-monochrome-pink) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-monochrome-pink) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti monochrome pink.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-monochrome-pink)
+
+## Colors
+
+
+
+
+
+
+ #FF99BB
+
+
+
+ #FF66AA
+
+
+
+ #FF3388
+
+
+
+ #CC1166
+
+
+
+ #990044
+
+
+
+
+
+ #FF0055
+
+
+
+ #FFCCDD
+
+
+
+
+
+ Background
+ #fff0f5
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiMonochromePinkPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiMonochromePinkPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-monochrome-pink",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiMonochromePinkPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiMonochromePink/eslint.config.js b/palettes/confetti/confettiMonochromePink/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiMonochromePink/images/sample.png b/palettes/confetti/confettiMonochromePink/images/sample.png
new file mode 100644
index 00000000000..15ffc85add5
Binary files /dev/null and b/palettes/confetti/confettiMonochromePink/images/sample.png differ
diff --git a/palettes/confetti/confettiMonochromePink/package.dist.json b/palettes/confetti/confettiMonochromePink/package.dist.json
new file mode 100644
index 00000000000..b50264f5ba4
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-monochrome-pink",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti monochrome pink palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiMonochromePink"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-monochrome-pink.min.js",
+ "unpkg": "tsparticles.palette-confetti-monochrome-pink.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromePink/package.json b/palettes/confetti/confettiMonochromePink/package.json
new file mode 100644
index 00000000000..b8053a7b16b
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-monochrome-pink",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti monochrome pink palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiMonochromePink"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiMonochromePink/src/index.ts b/palettes/confetti/confettiMonochromePink/src/index.ts
new file mode 100644
index 00000000000..07a4ade7051
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-monochrome-pink";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiMonochromePinkPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiMonochromePink/src/options.ts b/palettes/confetti/confettiMonochromePink/src/options.ts
new file mode 100644
index 00000000000..010dfd3f6ad
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Monochrome Pink",
+ background: "#fff0f5",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF99BB",
+ "#FF66AA",
+ "#FF3388",
+ "#CC1166",
+ "#990044",
+ "#FF0055",
+ "#FFCCDD",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiMonochromePink/tsconfig.base.json b/palettes/confetti/confettiMonochromePink/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiMonochromePink/tsconfig.browser.json b/palettes/confetti/confettiMonochromePink/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromePink/tsconfig.json b/palettes/confetti/confettiMonochromePink/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromePink/tsconfig.module.json b/palettes/confetti/confettiMonochromePink/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromePink/tsconfig.types.json b/palettes/confetti/confettiMonochromePink/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiMonochromePink/typedoc.json b/palettes/confetti/confettiMonochromePink/typedoc.json
new file mode 100644
index 00000000000..466fecbc299
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Monochrome Pink Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiMonochromePink/webpack.config.js b/palettes/confetti/confettiMonochromePink/webpack.config.js
new file mode 100644
index 00000000000..1a7d8b96461
--- /dev/null
+++ b/palettes/confetti/confettiMonochromePink/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-monochrome-pink",
+ paletteName: "Confetti Monochrome Pink Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiNeon/.browserslistrc b/palettes/confetti/confettiNeon/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiNeon/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiNeon/CHANGELOG.md b/palettes/confetti/confettiNeon/CHANGELOG.md
new file mode 100644
index 00000000000..33a037da47c
--- /dev/null
+++ b/palettes/confetti/confettiNeon/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-neon
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-neon
diff --git a/palettes/confetti/confettiNeon/LICENSE b/palettes/confetti/confettiNeon/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiNeon/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiNeon/README.md b/palettes/confetti/confettiNeon/README.md
new file mode 100644
index 00000000000..c0c55c9f4e0
--- /dev/null
+++ b/palettes/confetti/confettiNeon/README.md
@@ -0,0 +1,130 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Neon Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-neon) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-neon) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-neon) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti neon.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-neon)
+
+## Colors
+
+
+
+
+
+
+ #FF0088
+
+
+
+ #FF4400
+
+
+
+ #FFFF00
+
+
+
+ #00FF44
+
+
+
+ #00FFFF
+
+
+
+
+
+ #0088FF
+
+
+
+ #FF00FF
+
+
+
+ #AAFF00
+
+
+
+
+
+ Background
+ #050505
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiNeonPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiNeonPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-neon",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiNeonPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiNeon/eslint.config.js b/palettes/confetti/confettiNeon/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiNeon/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiNeon/images/sample.png b/palettes/confetti/confettiNeon/images/sample.png
new file mode 100644
index 00000000000..466c891457f
Binary files /dev/null and b/palettes/confetti/confettiNeon/images/sample.png differ
diff --git a/palettes/confetti/confettiNeon/package.dist.json b/palettes/confetti/confettiNeon/package.dist.json
new file mode 100644
index 00000000000..709f06ab8ef
--- /dev/null
+++ b/palettes/confetti/confettiNeon/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-neon",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti neon palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiNeon"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-neon.min.js",
+ "unpkg": "tsparticles.palette-confetti-neon.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiNeon/package.json b/palettes/confetti/confettiNeon/package.json
new file mode 100644
index 00000000000..2155edcc695
--- /dev/null
+++ b/palettes/confetti/confettiNeon/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-neon",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti neon palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiNeon"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiNeon/src/index.ts b/palettes/confetti/confettiNeon/src/index.ts
new file mode 100644
index 00000000000..3785f4f028c
--- /dev/null
+++ b/palettes/confetti/confettiNeon/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-neon";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiNeonPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiNeon/src/options.ts b/palettes/confetti/confettiNeon/src/options.ts
new file mode 100644
index 00000000000..8653e925a2d
--- /dev/null
+++ b/palettes/confetti/confettiNeon/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Neon",
+ background: "#050505",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF0088",
+ "#FF4400",
+ "#FFFF00",
+ "#00FF44",
+ "#00FFFF",
+ "#0088FF",
+ "#FF00FF",
+ "#AAFF00",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiNeon/tsconfig.base.json b/palettes/confetti/confettiNeon/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiNeon/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiNeon/tsconfig.browser.json b/palettes/confetti/confettiNeon/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiNeon/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiNeon/tsconfig.json b/palettes/confetti/confettiNeon/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiNeon/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiNeon/tsconfig.module.json b/palettes/confetti/confettiNeon/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiNeon/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiNeon/tsconfig.types.json b/palettes/confetti/confettiNeon/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiNeon/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiNeon/typedoc.json b/palettes/confetti/confettiNeon/typedoc.json
new file mode 100644
index 00000000000..57fae4eb6c2
--- /dev/null
+++ b/palettes/confetti/confettiNeon/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Neon Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiNeon/webpack.config.js b/palettes/confetti/confettiNeon/webpack.config.js
new file mode 100644
index 00000000000..fb54b6ec17f
--- /dev/null
+++ b/palettes/confetti/confettiNeon/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-neon",
+ paletteName: "Confetti Neon Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiPastel/.browserslistrc b/palettes/confetti/confettiPastel/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiPastel/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiPastel/CHANGELOG.md b/palettes/confetti/confettiPastel/CHANGELOG.md
new file mode 100644
index 00000000000..50da0d1fbcc
--- /dev/null
+++ b/palettes/confetti/confettiPastel/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-pastel
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-pastel
diff --git a/palettes/confetti/confettiPastel/LICENSE b/palettes/confetti/confettiPastel/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiPastel/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiPastel/README.md b/palettes/confetti/confettiPastel/README.md
new file mode 100644
index 00000000000..f1d7cc97b89
--- /dev/null
+++ b/palettes/confetti/confettiPastel/README.md
@@ -0,0 +1,130 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Pastel Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-pastel) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-pastel) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-pastel) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti pastel.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-pastel)
+
+## Colors
+
+
+
+
+
+
+ #FFB3C1
+
+
+
+ #FFD59E
+
+
+
+ #FFF4A0
+
+
+
+ #B8F0B8
+
+
+
+ #ADD8FF
+
+
+
+
+
+ #D8B8FF
+
+
+
+ #FFB3E6
+
+
+
+ #B8FFF5
+
+
+
+
+
+ Background
+ #FFFFFF
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiPastelPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiPastelPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-pastel",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiPastelPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiPastel/eslint.config.js b/palettes/confetti/confettiPastel/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiPastel/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiPastel/images/sample.png b/palettes/confetti/confettiPastel/images/sample.png
new file mode 100644
index 00000000000..3871c31f847
Binary files /dev/null and b/palettes/confetti/confettiPastel/images/sample.png differ
diff --git a/palettes/confetti/confettiPastel/package.dist.json b/palettes/confetti/confettiPastel/package.dist.json
new file mode 100644
index 00000000000..75b764918fb
--- /dev/null
+++ b/palettes/confetti/confettiPastel/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-pastel",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti pastel palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiPastel"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-pastel.min.js",
+ "unpkg": "tsparticles.palette-confetti-pastel.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiPastel/package.json b/palettes/confetti/confettiPastel/package.json
new file mode 100644
index 00000000000..75a7175c3a9
--- /dev/null
+++ b/palettes/confetti/confettiPastel/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-pastel",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti pastel palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiPastel"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiPastel/src/index.ts b/palettes/confetti/confettiPastel/src/index.ts
new file mode 100644
index 00000000000..aceb30928fe
--- /dev/null
+++ b/palettes/confetti/confettiPastel/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-pastel";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiPastelPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiPastel/src/options.ts b/palettes/confetti/confettiPastel/src/options.ts
new file mode 100644
index 00000000000..e0f6d6cf0d9
--- /dev/null
+++ b/palettes/confetti/confettiPastel/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Pastel",
+ background: "#FFFFFF",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFB3C1",
+ "#FFD59E",
+ "#FFF4A0",
+ "#B8F0B8",
+ "#ADD8FF",
+ "#D8B8FF",
+ "#FFB3E6",
+ "#B8FFF5",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiPastel/tsconfig.base.json b/palettes/confetti/confettiPastel/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiPastel/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiPastel/tsconfig.browser.json b/palettes/confetti/confettiPastel/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiPastel/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiPastel/tsconfig.json b/palettes/confetti/confettiPastel/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiPastel/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiPastel/tsconfig.module.json b/palettes/confetti/confettiPastel/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiPastel/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiPastel/tsconfig.types.json b/palettes/confetti/confettiPastel/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiPastel/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiPastel/typedoc.json b/palettes/confetti/confettiPastel/typedoc.json
new file mode 100644
index 00000000000..843fa85f65e
--- /dev/null
+++ b/palettes/confetti/confettiPastel/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Pastel Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiPastel/webpack.config.js b/palettes/confetti/confettiPastel/webpack.config.js
new file mode 100644
index 00000000000..e1dc45a741c
--- /dev/null
+++ b/palettes/confetti/confettiPastel/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-pastel",
+ paletteName: "Confetti Pastel Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiPatriotic/.browserslistrc b/palettes/confetti/confettiPatriotic/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiPatriotic/CHANGELOG.md b/palettes/confetti/confettiPatriotic/CHANGELOG.md
new file mode 100644
index 00000000000..ac91df7e84f
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-patriotic
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-patriotic
diff --git a/palettes/confetti/confettiPatriotic/LICENSE b/palettes/confetti/confettiPatriotic/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiPatriotic/README.md b/palettes/confetti/confettiPatriotic/README.md
new file mode 100644
index 00000000000..8cec943998b
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/README.md
@@ -0,0 +1,130 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Patriotic Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-patriotic) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-patriotic) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-patriotic) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti patriotic.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-patriotic)
+
+## Colors
+
+
+
+
+
+
+ #FF0000
+
+
+
+ #EE1111
+
+
+
+ #CC0000
+
+
+
+ #0033BB
+
+
+
+ #0055CC
+
+
+
+
+
+ #0077EE
+
+
+
+ #FFFFFF
+
+
+
+ #EEEEEE
+
+
+
+
+
+ Background
+ #FFFFFF
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiPatrioticPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiPatrioticPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-patriotic",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiPatrioticPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiPatriotic/eslint.config.js b/palettes/confetti/confettiPatriotic/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiPatriotic/images/sample.png b/palettes/confetti/confettiPatriotic/images/sample.png
new file mode 100644
index 00000000000..765ac1da7dd
Binary files /dev/null and b/palettes/confetti/confettiPatriotic/images/sample.png differ
diff --git a/palettes/confetti/confettiPatriotic/package.dist.json b/palettes/confetti/confettiPatriotic/package.dist.json
new file mode 100644
index 00000000000..1f5179931c5
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-patriotic",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti patriotic palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiPatriotic"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-patriotic.min.js",
+ "unpkg": "tsparticles.palette-confetti-patriotic.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiPatriotic/package.json b/palettes/confetti/confettiPatriotic/package.json
new file mode 100644
index 00000000000..b98a9df69da
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-patriotic",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti patriotic palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiPatriotic"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiPatriotic/src/index.ts b/palettes/confetti/confettiPatriotic/src/index.ts
new file mode 100644
index 00000000000..b6963586741
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-patriotic";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiPatrioticPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiPatriotic/src/options.ts b/palettes/confetti/confettiPatriotic/src/options.ts
new file mode 100644
index 00000000000..205f47b09cc
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Patriotic",
+ background: "#FFFFFF",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF0000",
+ "#EE1111",
+ "#CC0000",
+ "#0033BB",
+ "#0055CC",
+ "#0077EE",
+ "#FFFFFF",
+ "#EEEEEE",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiPatriotic/tsconfig.base.json b/palettes/confetti/confettiPatriotic/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiPatriotic/tsconfig.browser.json b/palettes/confetti/confettiPatriotic/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiPatriotic/tsconfig.json b/palettes/confetti/confettiPatriotic/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiPatriotic/tsconfig.module.json b/palettes/confetti/confettiPatriotic/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiPatriotic/tsconfig.types.json b/palettes/confetti/confettiPatriotic/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiPatriotic/typedoc.json b/palettes/confetti/confettiPatriotic/typedoc.json
new file mode 100644
index 00000000000..d90e75fae91
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Patriotic Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiPatriotic/webpack.config.js b/palettes/confetti/confettiPatriotic/webpack.config.js
new file mode 100644
index 00000000000..be37bf3cd4e
--- /dev/null
+++ b/palettes/confetti/confettiPatriotic/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-patriotic",
+ paletteName: "Confetti Patriotic Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiRainbow/.browserslistrc b/palettes/confetti/confettiRainbow/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiRainbow/CHANGELOG.md b/palettes/confetti/confettiRainbow/CHANGELOG.md
new file mode 100644
index 00000000000..932e27fa492
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-rainbow
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-rainbow
diff --git a/palettes/confetti/confettiRainbow/LICENSE b/palettes/confetti/confettiRainbow/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiRainbow/README.md b/palettes/confetti/confettiRainbow/README.md
new file mode 100644
index 00000000000..76b82db7284
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/README.md
@@ -0,0 +1,126 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Rainbow Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-rainbow) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-rainbow) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-rainbow) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti rainbow.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-rainbow)
+
+## Colors
+
+
+
+
+
+
+ #FF0000
+
+
+
+ #FF7700
+
+
+
+ #FFFF00
+
+
+
+ #00CC00
+
+
+
+ #0000FF
+
+
+
+
+
+ #8800FF
+
+
+
+ #FF0099
+
+
+
+
+
+ Background
+ #1a1a2e
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiRainbowPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiRainbowPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-rainbow",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiRainbowPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiRainbow/eslint.config.js b/palettes/confetti/confettiRainbow/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiRainbow/images/sample.png b/palettes/confetti/confettiRainbow/images/sample.png
new file mode 100644
index 00000000000..2828f57fbb7
Binary files /dev/null and b/palettes/confetti/confettiRainbow/images/sample.png differ
diff --git a/palettes/confetti/confettiRainbow/package.dist.json b/palettes/confetti/confettiRainbow/package.dist.json
new file mode 100644
index 00000000000..6cbc5749f8e
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-rainbow",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti rainbow palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiRainbow"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-rainbow.min.js",
+ "unpkg": "tsparticles.palette-confetti-rainbow.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiRainbow/package.json b/palettes/confetti/confettiRainbow/package.json
new file mode 100644
index 00000000000..1a9c656c09d
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-rainbow",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti rainbow palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiRainbow"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiRainbow/src/index.ts b/palettes/confetti/confettiRainbow/src/index.ts
new file mode 100644
index 00000000000..bbc4f8d5d71
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-rainbow";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiRainbowPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiRainbow/src/options.ts b/palettes/confetti/confettiRainbow/src/options.ts
new file mode 100644
index 00000000000..1bac32227f5
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Rainbow",
+ background: "#1a1a2e",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF0000",
+ "#FF7700",
+ "#FFFF00",
+ "#00CC00",
+ "#0000FF",
+ "#8800FF",
+ "#FF0099",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiRainbow/tsconfig.base.json b/palettes/confetti/confettiRainbow/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiRainbow/tsconfig.browser.json b/palettes/confetti/confettiRainbow/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiRainbow/tsconfig.json b/palettes/confetti/confettiRainbow/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiRainbow/tsconfig.module.json b/palettes/confetti/confettiRainbow/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiRainbow/tsconfig.types.json b/palettes/confetti/confettiRainbow/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiRainbow/typedoc.json b/palettes/confetti/confettiRainbow/typedoc.json
new file mode 100644
index 00000000000..8eb15833cb3
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Rainbow Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiRainbow/webpack.config.js b/palettes/confetti/confettiRainbow/webpack.config.js
new file mode 100644
index 00000000000..644a96a8601
--- /dev/null
+++ b/palettes/confetti/confettiRainbow/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-rainbow",
+ paletteName: "Confetti Rainbow Palette",
+ version,
+});
diff --git a/palettes/confetti/confettiWinter/.browserslistrc b/palettes/confetti/confettiWinter/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/confetti/confettiWinter/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/confetti/confettiWinter/CHANGELOG.md b/palettes/confetti/confettiWinter/CHANGELOG.md
new file mode 100644
index 00000000000..04d5ac72561
--- /dev/null
+++ b/palettes/confetti/confettiWinter/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-confetti-winter
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-confetti-winter
diff --git a/palettes/confetti/confettiWinter/LICENSE b/palettes/confetti/confettiWinter/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/confetti/confettiWinter/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/confetti/confettiWinter/README.md b/palettes/confetti/confettiWinter/README.md
new file mode 100644
index 00000000000..30d5beb8b5b
--- /dev/null
+++ b/palettes/confetti/confettiWinter/README.md
@@ -0,0 +1,130 @@
+[](https://particles.js.org)
+
+# tsParticles Confetti Winter Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-confetti-winter) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-winter) [](https://www.npmjs.com/package/@tsparticles/palette-confetti-winter) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for confetti winter.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/confetti-winter)
+
+## Colors
+
+
+
+
+
+
+ #FFFFFF
+
+
+
+ #DDEEFF
+
+
+
+ #AACCFF
+
+
+
+ #88BBFF
+
+
+
+ #FF9999
+
+
+
+
+
+ #FFBBBB
+
+
+
+ #99CCFF
+
+
+
+ #CCEEFF
+
+
+
+
+
+ Background
+ #eaf4ff
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiWinterPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadConfettiWinterPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "confetti-winter",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadConfettiWinterPalette` function.
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
diff --git a/palettes/confetti/confettiWinter/eslint.config.js b/palettes/confetti/confettiWinter/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/confetti/confettiWinter/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/confetti/confettiWinter/images/sample.png b/palettes/confetti/confettiWinter/images/sample.png
new file mode 100644
index 00000000000..a75d46cd637
Binary files /dev/null and b/palettes/confetti/confettiWinter/images/sample.png differ
diff --git a/palettes/confetti/confettiWinter/package.dist.json b/palettes/confetti/confettiWinter/package.dist.json
new file mode 100644
index 00000000000..caa94d0cc3e
--- /dev/null
+++ b/palettes/confetti/confettiWinter/package.dist.json
@@ -0,0 +1,109 @@
+{
+ "name": "@tsparticles/palette-confetti-winter",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti winter palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiWinter"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "type": "module",
+ "jsdelivr": "tsparticles.palette-confetti-winter.min.js",
+ "unpkg": "tsparticles.palette-confetti-winter.min.js",
+ "publishConfig": {
+ "access": "public"
+ }
+}
diff --git a/palettes/confetti/confettiWinter/package.json b/palettes/confetti/confettiWinter/package.json
new file mode 100644
index 00000000000..05958d46ea5
--- /dev/null
+++ b/palettes/confetti/confettiWinter/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-confetti-winter",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles confetti winter palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/confetti/confettiWinter"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/confetti/confettiWinter/src/index.ts b/palettes/confetti/confettiWinter/src/index.ts
new file mode 100644
index 00000000000..94b7533fe44
--- /dev/null
+++ b/palettes/confetti/confettiWinter/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "confetti-winter";
+
+/**
+ * @param engine -
+ */
+export async function loadConfettiWinterPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/confetti/confettiWinter/src/options.ts b/palettes/confetti/confettiWinter/src/options.ts
new file mode 100644
index 00000000000..bd0878701e3
--- /dev/null
+++ b/palettes/confetti/confettiWinter/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Confetti - Winter",
+ background: "#eaf4ff",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFFFFF",
+ "#DDEEFF",
+ "#AACCFF",
+ "#88BBFF",
+ "#FF9999",
+ "#FFBBBB",
+ "#99CCFF",
+ "#CCEEFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/confetti/confettiWinter/tsconfig.base.json b/palettes/confetti/confettiWinter/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/confetti/confettiWinter/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/confetti/confettiWinter/tsconfig.browser.json b/palettes/confetti/confettiWinter/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/confetti/confettiWinter/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/confetti/confettiWinter/tsconfig.json b/palettes/confetti/confettiWinter/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/confetti/confettiWinter/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/confetti/confettiWinter/tsconfig.module.json b/palettes/confetti/confettiWinter/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/confetti/confettiWinter/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/confetti/confettiWinter/tsconfig.types.json b/palettes/confetti/confettiWinter/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/confetti/confettiWinter/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/confetti/confettiWinter/typedoc.json b/palettes/confetti/confettiWinter/typedoc.json
new file mode 100644
index 00000000000..c8439877d41
--- /dev/null
+++ b/palettes/confetti/confettiWinter/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Confetti Winter Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/confetti/confettiWinter/webpack.config.js b/palettes/confetti/confettiWinter/webpack.config.js
new file mode 100644
index 00000000000..10686c2e1db
--- /dev/null
+++ b/palettes/confetti/confettiWinter/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-confetti-winter",
+ paletteName: "Confetti Winter Palette",
+ version,
+});
diff --git a/palettes/earth/caustics/.browserslistrc b/palettes/earth/caustics/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/caustics/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/caustics/CHANGELOG.md b/palettes/earth/caustics/CHANGELOG.md
new file mode 100644
index 00000000000..fb92d0cda0e
--- /dev/null
+++ b/palettes/earth/caustics/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-caustics
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-caustics
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-caustics
diff --git a/palettes/earth/caustics/LICENSE b/palettes/earth/caustics/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/caustics/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/caustics/README.md b/palettes/earth/caustics/README.md
new file mode 100644
index 00000000000..a2ef8cd592a
--- /dev/null
+++ b/palettes/earth/caustics/README.md
@@ -0,0 +1,152 @@
+[](https://particles.js.org)
+
+# tsParticles Caustics Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-caustics) [](https://www.npmjs.com/package/@tsparticles/palette-caustics) [](https://www.npmjs.com/package/@tsparticles/palette-caustics) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for caustics.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/caustics)
+
+## Colors
+
+
+
+
+
+
+ #FFEEAA
+
+
+
+ #FFFFCC
+
+
+
+ #AAFFEE
+
+
+
+ #55DDFF
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #002233
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadCausticsPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadCausticsPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "caustics",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "caustics",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadCausticsPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadCausticsPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pacaustics[Caustics]
+end
+
+e[tsParticles Engine] --> pacaustics
+```
diff --git a/palettes/earth/caustics/eslint.config.js b/palettes/earth/caustics/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/caustics/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/caustics/images/sample.png b/palettes/earth/caustics/images/sample.png
new file mode 100644
index 00000000000..c0fea9134e1
Binary files /dev/null and b/palettes/earth/caustics/images/sample.png differ
diff --git a/palettes/earth/caustics/package.dist.json b/palettes/earth/caustics/package.dist.json
new file mode 100644
index 00000000000..afaf98254aa
--- /dev/null
+++ b/palettes/earth/caustics/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-caustics",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles caustics palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/caustics"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.caustics.min.js",
+ "unpkg": "tsparticles.palette.caustics.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/caustics/package.json b/palettes/earth/caustics/package.json
new file mode 100644
index 00000000000..ecc76522fe9
--- /dev/null
+++ b/palettes/earth/caustics/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-caustics",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles caustics palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/caustics"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/caustics/src/index.ts b/palettes/earth/caustics/src/index.ts
new file mode 100644
index 00000000000..d2e15ee5d4d
--- /dev/null
+++ b/palettes/earth/caustics/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "caustics";
+
+/**
+ * @param engine -
+ */
+export async function loadCausticsPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/caustics/src/options.ts b/palettes/earth/caustics/src/options.ts
new file mode 100644
index 00000000000..46eb07e2dd2
--- /dev/null
+++ b/palettes/earth/caustics/src/options.ts
@@ -0,0 +1,19 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Caustics",
+ background: "#002233",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFEEAA",
+ "#FFFFCC",
+ "#AAFFEE",
+ "#55DDFF",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/earth/caustics/tsconfig.base.json b/palettes/earth/caustics/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/caustics/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/caustics/tsconfig.browser.json b/palettes/earth/caustics/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/caustics/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/caustics/tsconfig.json b/palettes/earth/caustics/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/caustics/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/caustics/tsconfig.module.json b/palettes/earth/caustics/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/caustics/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/caustics/tsconfig.types.json b/palettes/earth/caustics/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/caustics/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/caustics/typedoc.json b/palettes/earth/caustics/typedoc.json
new file mode 100644
index 00000000000..3d5f142207b
--- /dev/null
+++ b/palettes/earth/caustics/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Caustics Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/caustics/webpack.config.js b/palettes/earth/caustics/webpack.config.js
new file mode 100644
index 00000000000..ef8a8cc275f
--- /dev/null
+++ b/palettes/earth/caustics/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-caustics",
+ paletteName: "Caustics Palette",
+ version,
+});
diff --git a/palettes/earth/desertSand/.browserslistrc b/palettes/earth/desertSand/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/desertSand/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/desertSand/CHANGELOG.md b/palettes/earth/desertSand/CHANGELOG.md
new file mode 100644
index 00000000000..6a74c0ada4e
--- /dev/null
+++ b/palettes/earth/desertSand/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-desert-sand
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-desert-sand
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-desert-sand
diff --git a/palettes/earth/desertSand/LICENSE b/palettes/earth/desertSand/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/desertSand/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/desertSand/README.md b/palettes/earth/desertSand/README.md
new file mode 100644
index 00000000000..8ab318242d5
--- /dev/null
+++ b/palettes/earth/desertSand/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Desert Sand Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-desert-sand) [](https://www.npmjs.com/package/@tsparticles/palette-desert-sand) [](https://www.npmjs.com/package/@tsparticles/palette-desert-sand) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for desert sand.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/desert-sand)
+
+## Colors
+
+
+
+
+
+
+ #221100
+
+
+
+ #663300
+
+
+
+ #995522
+
+
+
+ #CC8833
+
+
+
+ #DDAA55
+
+
+
+
+
+ #EECCAA
+
+
+
+ #F5E8D0
+
+
+
+
+
+ Background
+ #1a1208
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadDesertSandPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadDesertSandPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "desert-sand",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "desert-sand",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadDesertSandPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadDesertSandPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+padesertSand[Desert Sand]
+end
+
+e[tsParticles Engine] --> padesertSand
+```
diff --git a/palettes/earth/desertSand/eslint.config.js b/palettes/earth/desertSand/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/desertSand/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/desertSand/images/sample.png b/palettes/earth/desertSand/images/sample.png
new file mode 100644
index 00000000000..99c33b1d172
Binary files /dev/null and b/palettes/earth/desertSand/images/sample.png differ
diff --git a/palettes/earth/desertSand/package.dist.json b/palettes/earth/desertSand/package.dist.json
new file mode 100644
index 00000000000..cd5b818bcd5
--- /dev/null
+++ b/palettes/earth/desertSand/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-desert-sand",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles desert sand palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/desertSand"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.desert-sand.min.js",
+ "unpkg": "tsparticles.palette.desert-sand.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/desertSand/package.json b/palettes/earth/desertSand/package.json
new file mode 100644
index 00000000000..55d1b325c98
--- /dev/null
+++ b/palettes/earth/desertSand/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-desert-sand",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles desert sand palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/desertSand"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/desertSand/src/index.ts b/palettes/earth/desertSand/src/index.ts
new file mode 100644
index 00000000000..df4d2077656
--- /dev/null
+++ b/palettes/earth/desertSand/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "desert-sand";
+
+/**
+ * @param engine -
+ */
+export async function loadDesertSandPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/desertSand/src/options.ts b/palettes/earth/desertSand/src/options.ts
new file mode 100644
index 00000000000..9cbde2b419f
--- /dev/null
+++ b/palettes/earth/desertSand/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Desert Sand",
+ background: "#1a1208",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#221100",
+ "#663300",
+ "#995522",
+ "#CC8833",
+ "#DDAA55",
+ "#EECCAA",
+ "#F5E8D0",
+ ],
+ },
+ },
+};
diff --git a/palettes/earth/desertSand/tsconfig.base.json b/palettes/earth/desertSand/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/desertSand/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/desertSand/tsconfig.browser.json b/palettes/earth/desertSand/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/desertSand/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/desertSand/tsconfig.json b/palettes/earth/desertSand/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/desertSand/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/desertSand/tsconfig.module.json b/palettes/earth/desertSand/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/desertSand/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/desertSand/tsconfig.types.json b/palettes/earth/desertSand/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/desertSand/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/desertSand/typedoc.json b/palettes/earth/desertSand/typedoc.json
new file mode 100644
index 00000000000..9b5f411946c
--- /dev/null
+++ b/palettes/earth/desertSand/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Desert Sand Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/desertSand/webpack.config.js b/palettes/earth/desertSand/webpack.config.js
new file mode 100644
index 00000000000..6ede75e4f22
--- /dev/null
+++ b/palettes/earth/desertSand/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-desert-sand",
+ paletteName: "Desert Sand Palette",
+ version,
+});
diff --git a/palettes/earth/mudAndDirt/.browserslistrc b/palettes/earth/mudAndDirt/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/mudAndDirt/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/mudAndDirt/CHANGELOG.md b/palettes/earth/mudAndDirt/CHANGELOG.md
new file mode 100644
index 00000000000..c25492990ae
--- /dev/null
+++ b/palettes/earth/mudAndDirt/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-mud-and-dirt
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-mud-and-dirt
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-mud-and-dirt
diff --git a/palettes/earth/mudAndDirt/LICENSE b/palettes/earth/mudAndDirt/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/mudAndDirt/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/mudAndDirt/README.md b/palettes/earth/mudAndDirt/README.md
new file mode 100644
index 00000000000..77abf8d8a1e
--- /dev/null
+++ b/palettes/earth/mudAndDirt/README.md
@@ -0,0 +1,158 @@
+[](https://particles.js.org)
+
+# tsParticles Mud & Dirt Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-mud-and-dirt) [](https://www.npmjs.com/package/@tsparticles/palette-mud-and-dirt) [](https://www.npmjs.com/package/@tsparticles/palette-mud-and-dirt) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for mud & dirt.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/mud-and-dirt)
+
+## Colors
+
+
+
+
+
+
+ #1A1000
+
+
+
+ #3D2200
+
+
+
+ #663300
+
+
+
+ #8B4513
+
+
+
+ #A0522D
+
+
+
+
+
+ #C67A3C
+
+
+
+
+
+ Background
+ #0a0700
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadMudAndDirtPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadMudAndDirtPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "mud-and-dirt",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "mud-and-dirt",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadMudAndDirtPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadMudAndDirtPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pamudAndDirt[Mud & Dirt]
+end
+
+e[tsParticles Engine] --> pamudAndDirt
+```
diff --git a/palettes/earth/mudAndDirt/eslint.config.js b/palettes/earth/mudAndDirt/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/mudAndDirt/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/mudAndDirt/images/sample.png b/palettes/earth/mudAndDirt/images/sample.png
new file mode 100644
index 00000000000..abf6f019c62
Binary files /dev/null and b/palettes/earth/mudAndDirt/images/sample.png differ
diff --git a/palettes/earth/mudAndDirt/package.dist.json b/palettes/earth/mudAndDirt/package.dist.json
new file mode 100644
index 00000000000..5bea146a7b7
--- /dev/null
+++ b/palettes/earth/mudAndDirt/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-mud-and-dirt",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles mud & dirt palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/mudAndDirt"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.mud-and-dirt.min.js",
+ "unpkg": "tsparticles.palette.mud-and-dirt.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/mudAndDirt/package.json b/palettes/earth/mudAndDirt/package.json
new file mode 100644
index 00000000000..af672023847
--- /dev/null
+++ b/palettes/earth/mudAndDirt/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-mud-and-dirt",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles mud & dirt palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/mudAndDirt"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/mudAndDirt/src/index.ts b/palettes/earth/mudAndDirt/src/index.ts
new file mode 100644
index 00000000000..edca6c16b10
--- /dev/null
+++ b/palettes/earth/mudAndDirt/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "mud-and-dirt";
+
+/**
+ * @param engine -
+ */
+export async function loadMudAndDirtPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/mudAndDirt/src/options.ts b/palettes/earth/mudAndDirt/src/options.ts
new file mode 100644
index 00000000000..df16dc96369
--- /dev/null
+++ b/palettes/earth/mudAndDirt/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Mud & Dirt",
+ background: "#0a0700",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#1A1000",
+ "#3D2200",
+ "#663300",
+ "#8B4513",
+ "#A0522D",
+ "#C67A3C",
+ ],
+ },
+ },
+};
diff --git a/palettes/earth/mudAndDirt/tsconfig.base.json b/palettes/earth/mudAndDirt/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/mudAndDirt/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/mudAndDirt/tsconfig.browser.json b/palettes/earth/mudAndDirt/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/mudAndDirt/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/mudAndDirt/tsconfig.json b/palettes/earth/mudAndDirt/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/mudAndDirt/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/mudAndDirt/tsconfig.module.json b/palettes/earth/mudAndDirt/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/mudAndDirt/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/mudAndDirt/tsconfig.types.json b/palettes/earth/mudAndDirt/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/mudAndDirt/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/mudAndDirt/typedoc.json b/palettes/earth/mudAndDirt/typedoc.json
new file mode 100644
index 00000000000..252f1b0eeff
--- /dev/null
+++ b/palettes/earth/mudAndDirt/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Mud & Dirt Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/mudAndDirt/webpack.config.js b/palettes/earth/mudAndDirt/webpack.config.js
new file mode 100644
index 00000000000..f2d11b9d898
--- /dev/null
+++ b/palettes/earth/mudAndDirt/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-mud-and-dirt",
+ paletteName: "Mud & Dirt Palette",
+ version,
+});
diff --git a/palettes/earth/oilSlick/.browserslistrc b/palettes/earth/oilSlick/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/oilSlick/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/oilSlick/CHANGELOG.md b/palettes/earth/oilSlick/CHANGELOG.md
new file mode 100644
index 00000000000..8f30d213fd4
--- /dev/null
+++ b/palettes/earth/oilSlick/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-oil-slick
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-oil-slick
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-oil-slick
diff --git a/palettes/earth/oilSlick/LICENSE b/palettes/earth/oilSlick/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/oilSlick/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/oilSlick/README.md b/palettes/earth/oilSlick/README.md
new file mode 100644
index 00000000000..9d29704e3c3
--- /dev/null
+++ b/palettes/earth/oilSlick/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Oil Slick Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-oil-slick) [](https://www.npmjs.com/package/@tsparticles/palette-oil-slick) [](https://www.npmjs.com/package/@tsparticles/palette-oil-slick) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for oil slick.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/oil-slick)
+
+## Colors
+
+
+
+
+
+
+ #220033
+
+
+
+ #550055
+
+
+
+ #006633
+
+
+
+ #00AA66
+
+
+
+ #AACC00
+
+
+
+
+
+ #FF9900
+
+
+
+ #CC0044
+
+
+
+
+
+ Background
+ #0a0810
+
+
+
+
+ Blend mode:overlay | Fill:false
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadOilSlickPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadOilSlickPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "oil-slick",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "oil-slick",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadOilSlickPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadOilSlickPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paoilSlick[Oil Slick]
+end
+
+e[tsParticles Engine] --> paoilSlick
+```
diff --git a/palettes/earth/oilSlick/eslint.config.js b/palettes/earth/oilSlick/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/oilSlick/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/oilSlick/images/sample.png b/palettes/earth/oilSlick/images/sample.png
new file mode 100644
index 00000000000..eac92ae60a2
Binary files /dev/null and b/palettes/earth/oilSlick/images/sample.png differ
diff --git a/palettes/earth/oilSlick/package.dist.json b/palettes/earth/oilSlick/package.dist.json
new file mode 100644
index 00000000000..444987a1602
--- /dev/null
+++ b/palettes/earth/oilSlick/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-oil-slick",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles oil slick palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/oilSlick"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.oil-slick.min.js",
+ "unpkg": "tsparticles.palette.oil-slick.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/oilSlick/package.json b/palettes/earth/oilSlick/package.json
new file mode 100644
index 00000000000..6587acf3e67
--- /dev/null
+++ b/palettes/earth/oilSlick/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-oil-slick",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles oil slick palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/oilSlick"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/oilSlick/src/index.ts b/palettes/earth/oilSlick/src/index.ts
new file mode 100644
index 00000000000..b0271551719
--- /dev/null
+++ b/palettes/earth/oilSlick/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "oil-slick";
+
+/**
+ * @param engine -
+ */
+export async function loadOilSlickPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/oilSlick/src/options.ts b/palettes/earth/oilSlick/src/options.ts
new file mode 100644
index 00000000000..313edb52a4d
--- /dev/null
+++ b/palettes/earth/oilSlick/src/options.ts
@@ -0,0 +1,53 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Oil Slick",
+ background: "#0a0810",
+ blendMode: "overlay",
+ colors: [
+ {
+ fill: {
+ enable: true,
+ value: [
+ "#220033",
+ "#550055",
+ "#006633",
+ "#00AA66",
+ "#AACC00",
+ "#FF9900",
+ "#CC0044",
+ ],
+ },
+ },
+ {
+ stroke: {
+ value: ["#55117A", "#1B8F7C", "#D2DA3D"],
+ width: {
+ min: 0.5,
+ max: 1.2,
+ },
+ },
+ },
+ {
+ fill: {
+ enable: true,
+ value: [
+ "#220033",
+ "#550055",
+ "#006633",
+ "#00AA66",
+ "#AACC00",
+ "#FF9900",
+ "#CC0044",
+ ],
+ },
+ stroke: {
+ value: ["#FFB347", "#E64D97", "#7A5CFF"],
+ width: {
+ min: 1.6,
+ max: 2.8,
+ },
+ },
+ },
+ ],
+};
diff --git a/palettes/earth/oilSlick/tsconfig.base.json b/palettes/earth/oilSlick/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/oilSlick/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/oilSlick/tsconfig.browser.json b/palettes/earth/oilSlick/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/oilSlick/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/oilSlick/tsconfig.json b/palettes/earth/oilSlick/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/oilSlick/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/oilSlick/tsconfig.module.json b/palettes/earth/oilSlick/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/oilSlick/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/oilSlick/tsconfig.types.json b/palettes/earth/oilSlick/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/oilSlick/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/oilSlick/typedoc.json b/palettes/earth/oilSlick/typedoc.json
new file mode 100644
index 00000000000..c8551192099
--- /dev/null
+++ b/palettes/earth/oilSlick/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Oil Slick Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/oilSlick/webpack.config.js b/palettes/earth/oilSlick/webpack.config.js
new file mode 100644
index 00000000000..bb4251d6a29
--- /dev/null
+++ b/palettes/earth/oilSlick/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-oil-slick",
+ paletteName: "Oil Slick Palette",
+ version,
+});
diff --git a/palettes/earth/rockAndGravel/.browserslistrc b/palettes/earth/rockAndGravel/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/rockAndGravel/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/rockAndGravel/CHANGELOG.md b/palettes/earth/rockAndGravel/CHANGELOG.md
new file mode 100644
index 00000000000..3693cc62a0a
--- /dev/null
+++ b/palettes/earth/rockAndGravel/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-rock-and-gravel
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-rock-and-gravel
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-rock-and-gravel
diff --git a/palettes/earth/rockAndGravel/LICENSE b/palettes/earth/rockAndGravel/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/rockAndGravel/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/rockAndGravel/README.md b/palettes/earth/rockAndGravel/README.md
new file mode 100644
index 00000000000..b3cfc59c509
--- /dev/null
+++ b/palettes/earth/rockAndGravel/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Rock & Gravel Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-rock-and-gravel) [](https://www.npmjs.com/package/@tsparticles/palette-rock-and-gravel) [](https://www.npmjs.com/package/@tsparticles/palette-rock-and-gravel) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for rock & gravel.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/rock-and-gravel)
+
+## Colors
+
+
+
+
+
+
+ #222222
+
+
+
+ #444444
+
+
+
+ #666655
+
+
+
+ #888877
+
+
+
+ #AAAAAA
+
+
+
+
+
+ #BBAA99
+
+
+
+ #554433
+
+
+
+
+
+ Background
+ #141210
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadRockAndGravelPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadRockAndGravelPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "rock-and-gravel",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "rock-and-gravel",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadRockAndGravelPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadRockAndGravelPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+parockAndGravel[Rock & Gravel]
+end
+
+e[tsParticles Engine] --> parockAndGravel
+```
diff --git a/palettes/earth/rockAndGravel/eslint.config.js b/palettes/earth/rockAndGravel/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/rockAndGravel/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/rockAndGravel/images/sample.png b/palettes/earth/rockAndGravel/images/sample.png
new file mode 100644
index 00000000000..a284f77529d
Binary files /dev/null and b/palettes/earth/rockAndGravel/images/sample.png differ
diff --git a/palettes/earth/rockAndGravel/package.dist.json b/palettes/earth/rockAndGravel/package.dist.json
new file mode 100644
index 00000000000..b0430c98729
--- /dev/null
+++ b/palettes/earth/rockAndGravel/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-rock-and-gravel",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles rock & gravel palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/rockAndGravel"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.rock-and-gravel.min.js",
+ "unpkg": "tsparticles.palette.rock-and-gravel.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/rockAndGravel/package.json b/palettes/earth/rockAndGravel/package.json
new file mode 100644
index 00000000000..104a847717d
--- /dev/null
+++ b/palettes/earth/rockAndGravel/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-rock-and-gravel",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles rock & gravel palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/rockAndGravel"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/rockAndGravel/src/index.ts b/palettes/earth/rockAndGravel/src/index.ts
new file mode 100644
index 00000000000..36e6ea5c963
--- /dev/null
+++ b/palettes/earth/rockAndGravel/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "rock-and-gravel";
+
+/**
+ * @param engine -
+ */
+export async function loadRockAndGravelPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/rockAndGravel/src/options.ts b/palettes/earth/rockAndGravel/src/options.ts
new file mode 100644
index 00000000000..fa36cafba02
--- /dev/null
+++ b/palettes/earth/rockAndGravel/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Rock & Gravel",
+ background: "#141210",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#222222",
+ "#444444",
+ "#666655",
+ "#888877",
+ "#AAAAAA",
+ "#BBAA99",
+ "#554433",
+ ],
+ },
+ },
+};
diff --git a/palettes/earth/rockAndGravel/tsconfig.base.json b/palettes/earth/rockAndGravel/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/rockAndGravel/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/rockAndGravel/tsconfig.browser.json b/palettes/earth/rockAndGravel/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/rockAndGravel/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/rockAndGravel/tsconfig.json b/palettes/earth/rockAndGravel/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/rockAndGravel/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/rockAndGravel/tsconfig.module.json b/palettes/earth/rockAndGravel/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/rockAndGravel/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/rockAndGravel/tsconfig.types.json b/palettes/earth/rockAndGravel/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/rockAndGravel/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/rockAndGravel/typedoc.json b/palettes/earth/rockAndGravel/typedoc.json
new file mode 100644
index 00000000000..2d324e764cf
--- /dev/null
+++ b/palettes/earth/rockAndGravel/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Rock & Gravel Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/rockAndGravel/webpack.config.js b/palettes/earth/rockAndGravel/webpack.config.js
new file mode 100644
index 00000000000..90cb4c740cc
--- /dev/null
+++ b/palettes/earth/rockAndGravel/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-rock-and-gravel",
+ paletteName: "Rock & Gravel Palette",
+ version,
+});
diff --git a/palettes/earth/rustAndCorrosion/.browserslistrc b/palettes/earth/rustAndCorrosion/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/rustAndCorrosion/CHANGELOG.md b/palettes/earth/rustAndCorrosion/CHANGELOG.md
new file mode 100644
index 00000000000..aa585599c6d
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-rust-and-corrosion
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-rust-and-corrosion
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-rust-and-corrosion
diff --git a/palettes/earth/rustAndCorrosion/LICENSE b/palettes/earth/rustAndCorrosion/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/rustAndCorrosion/README.md b/palettes/earth/rustAndCorrosion/README.md
new file mode 100644
index 00000000000..c9180a866c4
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Rust & Corrosion Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-rust-and-corrosion) [](https://www.npmjs.com/package/@tsparticles/palette-rust-and-corrosion) [](https://www.npmjs.com/package/@tsparticles/palette-rust-and-corrosion) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for rust & corrosion.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/rust-and-corrosion)
+
+## Colors
+
+
+
+
+
+
+ #1A0800
+
+
+
+ #441400
+
+
+
+ #883300
+
+
+
+ #AA4400
+
+
+
+ #CC6622
+
+
+
+
+
+ #EE8833
+
+
+
+ #DDAA66
+
+
+
+
+
+ Background
+ #100800
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadRustAndCorrosionPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadRustAndCorrosionPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "rust-and-corrosion",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "rust-and-corrosion",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadRustAndCorrosionPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadRustAndCorrosionPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+parustAndCorrosion[Rust & Corrosion]
+end
+
+e[tsParticles Engine] --> parustAndCorrosion
+```
diff --git a/palettes/earth/rustAndCorrosion/eslint.config.js b/palettes/earth/rustAndCorrosion/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/rustAndCorrosion/images/sample.png b/palettes/earth/rustAndCorrosion/images/sample.png
new file mode 100644
index 00000000000..5ef3867259b
Binary files /dev/null and b/palettes/earth/rustAndCorrosion/images/sample.png differ
diff --git a/palettes/earth/rustAndCorrosion/package.dist.json b/palettes/earth/rustAndCorrosion/package.dist.json
new file mode 100644
index 00000000000..d88066711c4
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-rust-and-corrosion",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles rust & corrosion palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/rustAndCorrosion"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.rust-and-corrosion.min.js",
+ "unpkg": "tsparticles.palette.rust-and-corrosion.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/rustAndCorrosion/package.json b/palettes/earth/rustAndCorrosion/package.json
new file mode 100644
index 00000000000..b065b76845e
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-rust-and-corrosion",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles rust & corrosion palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/rustAndCorrosion"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/rustAndCorrosion/src/index.ts b/palettes/earth/rustAndCorrosion/src/index.ts
new file mode 100644
index 00000000000..694337a823b
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "rust-and-corrosion";
+
+/**
+ * @param engine -
+ */
+export async function loadRustAndCorrosionPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/rustAndCorrosion/src/options.ts b/palettes/earth/rustAndCorrosion/src/options.ts
new file mode 100644
index 00000000000..0f104c24790
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Rust & Corrosion",
+ background: "#100800",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#1A0800",
+ "#441400",
+ "#883300",
+ "#AA4400",
+ "#CC6622",
+ "#EE8833",
+ "#DDAA66",
+ ],
+ },
+ },
+};
diff --git a/palettes/earth/rustAndCorrosion/tsconfig.base.json b/palettes/earth/rustAndCorrosion/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/rustAndCorrosion/tsconfig.browser.json b/palettes/earth/rustAndCorrosion/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/rustAndCorrosion/tsconfig.json b/palettes/earth/rustAndCorrosion/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/rustAndCorrosion/tsconfig.module.json b/palettes/earth/rustAndCorrosion/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/rustAndCorrosion/tsconfig.types.json b/palettes/earth/rustAndCorrosion/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/rustAndCorrosion/typedoc.json b/palettes/earth/rustAndCorrosion/typedoc.json
new file mode 100644
index 00000000000..8f4da601a6d
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Rust & Corrosion Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/rustAndCorrosion/webpack.config.js b/palettes/earth/rustAndCorrosion/webpack.config.js
new file mode 100644
index 00000000000..55c9443ab1b
--- /dev/null
+++ b/palettes/earth/rustAndCorrosion/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-rust-and-corrosion",
+ paletteName: "Rust & Corrosion Palette",
+ version,
+});
diff --git a/palettes/earth/skinAndOrganic/.browserslistrc b/palettes/earth/skinAndOrganic/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/earth/skinAndOrganic/CHANGELOG.md b/palettes/earth/skinAndOrganic/CHANGELOG.md
new file mode 100644
index 00000000000..dac9267d7a1
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-skin-and-organic
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-skin-and-organic
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-skin-and-organic
diff --git a/palettes/earth/skinAndOrganic/LICENSE b/palettes/earth/skinAndOrganic/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/earth/skinAndOrganic/README.md b/palettes/earth/skinAndOrganic/README.md
new file mode 100644
index 00000000000..400961d71cc
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/README.md
@@ -0,0 +1,184 @@
+[](https://particles.js.org)
+
+# tsParticles Skin & Organic Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-skin-and-organic) [](https://www.npmjs.com/package/@tsparticles/palette-skin-and-organic) [](https://www.npmjs.com/package/@tsparticles/palette-skin-and-organic) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for skin & organic.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/skin-and-organic)
+
+## Colors
+
+
+
+
+
+
+ #FFDDCC
+
+
+
+ #FFBBAA
+
+
+
+ #FF9988
+
+
+
+ #FF7766
+
+
+
+ #EE5544
+
+
+
+
+
+ #CC3322
+
+
+
+ #AA2211
+
+
+
+ #882211
+
+
+
+ #FFCCAA
+
+
+
+ #DDAA88
+
+
+
+
+
+ #BB8866
+
+
+
+ #886644
+
+
+
+
+
+ Background
+ #f8f0e8
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadSkinAndOrganicPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadSkinAndOrganicPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "skin-and-organic",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "skin-and-organic",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadSkinAndOrganicPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadSkinAndOrganicPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paskinAndOrganic[Skin & Organic]
+end
+
+e[tsParticles Engine] --> paskinAndOrganic
+```
diff --git a/palettes/earth/skinAndOrganic/eslint.config.js b/palettes/earth/skinAndOrganic/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/earth/skinAndOrganic/images/sample.png b/palettes/earth/skinAndOrganic/images/sample.png
new file mode 100644
index 00000000000..4811eea6e2d
Binary files /dev/null and b/palettes/earth/skinAndOrganic/images/sample.png differ
diff --git a/palettes/earth/skinAndOrganic/package.dist.json b/palettes/earth/skinAndOrganic/package.dist.json
new file mode 100644
index 00000000000..718ddc59117
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-skin-and-organic",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles skin & organic palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/skinAndOrganic"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.skin-and-organic.min.js",
+ "unpkg": "tsparticles.palette.skin-and-organic.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/skinAndOrganic/package.json b/palettes/earth/skinAndOrganic/package.json
new file mode 100644
index 00000000000..241cf5de40b
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-skin-and-organic",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles skin & organic palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/earth/skinAndOrganic"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/earth/skinAndOrganic/src/index.ts b/palettes/earth/skinAndOrganic/src/index.ts
new file mode 100644
index 00000000000..da8e66d2990
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "skin-and-organic";
+
+/**
+ * @param engine -
+ */
+export async function loadSkinAndOrganicPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/earth/skinAndOrganic/src/options.ts b/palettes/earth/skinAndOrganic/src/options.ts
new file mode 100644
index 00000000000..3334a162397
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/src/options.ts
@@ -0,0 +1,26 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Skin & Organic",
+ background: "#f8f0e8",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFDDCC",
+ "#FFBBAA",
+ "#FF9988",
+ "#FF7766",
+ "#EE5544",
+ "#CC3322",
+ "#AA2211",
+ "#882211",
+ "#FFCCAA",
+ "#DDAA88",
+ "#BB8866",
+ "#886644",
+ ],
+ },
+ },
+};
diff --git a/palettes/earth/skinAndOrganic/tsconfig.base.json b/palettes/earth/skinAndOrganic/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/earth/skinAndOrganic/tsconfig.browser.json b/palettes/earth/skinAndOrganic/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/earth/skinAndOrganic/tsconfig.json b/palettes/earth/skinAndOrganic/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/earth/skinAndOrganic/tsconfig.module.json b/palettes/earth/skinAndOrganic/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/earth/skinAndOrganic/tsconfig.types.json b/palettes/earth/skinAndOrganic/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/earth/skinAndOrganic/typedoc.json b/palettes/earth/skinAndOrganic/typedoc.json
new file mode 100644
index 00000000000..b9cf1f37ea6
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Skin & Organic Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/earth/skinAndOrganic/webpack.config.js b/palettes/earth/skinAndOrganic/webpack.config.js
new file mode 100644
index 00000000000..3929081ea46
--- /dev/null
+++ b/palettes/earth/skinAndOrganic/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-skin-and-organic",
+ paletteName: "Skin & Organic Palette",
+ version,
+});
diff --git a/palettes/fantasy/bioluminescence/.browserslistrc b/palettes/fantasy/bioluminescence/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/bioluminescence/CHANGELOG.md b/palettes/fantasy/bioluminescence/CHANGELOG.md
new file mode 100644
index 00000000000..e599c76385e
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-bioluminescence
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-bioluminescence
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-bioluminescence
diff --git a/palettes/fantasy/bioluminescence/LICENSE b/palettes/fantasy/bioluminescence/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/bioluminescence/README.md b/palettes/fantasy/bioluminescence/README.md
new file mode 100644
index 00000000000..bd80fa8b437
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Bioluminescence Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-bioluminescence) [](https://www.npmjs.com/package/@tsparticles/palette-bioluminescence) [](https://www.npmjs.com/package/@tsparticles/palette-bioluminescence) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for bioluminescence.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/bioluminescence)
+
+## Colors
+
+
+
+
+
+
+ #001111
+
+
+
+ #003322
+
+
+
+ #006644
+
+
+
+ #00AA77
+
+
+
+ #00FFAA
+
+
+
+
+
+ #88FFDD
+
+
+
+ #CCFFEE
+
+
+
+
+
+ Background
+ #000505
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadBioluminescencePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadBioluminescencePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "bioluminescence",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "bioluminescence",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadBioluminescencePalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadBioluminescencePalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pabioluminescence[Bioluminescence]
+end
+
+e[tsParticles Engine] --> pabioluminescence
+```
diff --git a/palettes/fantasy/bioluminescence/eslint.config.js b/palettes/fantasy/bioluminescence/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/bioluminescence/images/sample.png b/palettes/fantasy/bioluminescence/images/sample.png
new file mode 100644
index 00000000000..ac8ded6716f
Binary files /dev/null and b/palettes/fantasy/bioluminescence/images/sample.png differ
diff --git a/palettes/fantasy/bioluminescence/package.dist.json b/palettes/fantasy/bioluminescence/package.dist.json
new file mode 100644
index 00000000000..e8e873a1798
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-bioluminescence",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles bioluminescence palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/bioluminescence"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.bioluminescence.min.js",
+ "unpkg": "tsparticles.palette.bioluminescence.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/bioluminescence/package.json b/palettes/fantasy/bioluminescence/package.json
new file mode 100644
index 00000000000..ef08ff1fb2f
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-bioluminescence",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles bioluminescence palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/bioluminescence"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/bioluminescence/src/index.ts b/palettes/fantasy/bioluminescence/src/index.ts
new file mode 100644
index 00000000000..25858901d67
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "bioluminescence";
+
+/**
+ * @param engine -
+ */
+export async function loadBioluminescencePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/bioluminescence/src/options.ts b/palettes/fantasy/bioluminescence/src/options.ts
new file mode 100644
index 00000000000..ed00b7734b9
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Bioluminescence",
+ background: "#000505",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#001111",
+ "#003322",
+ "#006644",
+ "#00AA77",
+ "#00FFAA",
+ "#88FFDD",
+ "#CCFFEE",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/bioluminescence/tsconfig.base.json b/palettes/fantasy/bioluminescence/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/bioluminescence/tsconfig.browser.json b/palettes/fantasy/bioluminescence/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/bioluminescence/tsconfig.json b/palettes/fantasy/bioluminescence/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/bioluminescence/tsconfig.module.json b/palettes/fantasy/bioluminescence/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/bioluminescence/tsconfig.types.json b/palettes/fantasy/bioluminescence/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/bioluminescence/typedoc.json b/palettes/fantasy/bioluminescence/typedoc.json
new file mode 100644
index 00000000000..b0db1e3e782
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Bioluminescence Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/bioluminescence/webpack.config.js b/palettes/fantasy/bioluminescence/webpack.config.js
new file mode 100644
index 00000000000..c53e741dc04
--- /dev/null
+++ b/palettes/fantasy/bioluminescence/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-bioluminescence",
+ paletteName: "Bioluminescence Palette",
+ version,
+});
diff --git a/palettes/fantasy/bloodAndGore/.browserslistrc b/palettes/fantasy/bloodAndGore/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/bloodAndGore/CHANGELOG.md b/palettes/fantasy/bloodAndGore/CHANGELOG.md
new file mode 100644
index 00000000000..4c909c9e834
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-blood-and-gore
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-blood-and-gore
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-blood-and-gore
diff --git a/palettes/fantasy/bloodAndGore/LICENSE b/palettes/fantasy/bloodAndGore/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/bloodAndGore/README.md b/palettes/fantasy/bloodAndGore/README.md
new file mode 100644
index 00000000000..99088cd6a61
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Blood & Gore Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-blood-and-gore) [](https://www.npmjs.com/package/@tsparticles/palette-blood-and-gore) [](https://www.npmjs.com/package/@tsparticles/palette-blood-and-gore) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for blood & gore.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/blood-and-gore)
+
+## Colors
+
+
+
+
+
+
+ #FF0000
+
+
+
+ #DD0000
+
+
+
+ #AA0000
+
+
+
+ #880000
+
+
+
+ #660000
+
+
+
+
+
+ #440000
+
+
+
+ #220000
+
+
+
+
+
+ Background
+ #0d0000
+
+
+
+
+ Blend mode:multiply | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadBloodAndGorePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadBloodAndGorePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "blood-and-gore",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "blood-and-gore",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadBloodAndGorePalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadBloodAndGorePalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pabloodAndGore[Blood & Gore]
+end
+
+e[tsParticles Engine] --> pabloodAndGore
+```
diff --git a/palettes/fantasy/bloodAndGore/eslint.config.js b/palettes/fantasy/bloodAndGore/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/bloodAndGore/images/sample.png b/palettes/fantasy/bloodAndGore/images/sample.png
new file mode 100644
index 00000000000..148f0f3f18d
Binary files /dev/null and b/palettes/fantasy/bloodAndGore/images/sample.png differ
diff --git a/palettes/fantasy/bloodAndGore/package.dist.json b/palettes/fantasy/bloodAndGore/package.dist.json
new file mode 100644
index 00000000000..212c6bdc997
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-blood-and-gore",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles blood & gore palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/bloodAndGore"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.blood-and-gore.min.js",
+ "unpkg": "tsparticles.palette.blood-and-gore.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/bloodAndGore/package.json b/palettes/fantasy/bloodAndGore/package.json
new file mode 100644
index 00000000000..b7a08d5dabc
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-blood-and-gore",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles blood & gore palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/bloodAndGore"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/bloodAndGore/src/index.ts b/palettes/fantasy/bloodAndGore/src/index.ts
new file mode 100644
index 00000000000..bd11aebbeca
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "blood-and-gore";
+
+/**
+ * @param engine -
+ */
+export async function loadBloodAndGorePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/bloodAndGore/src/options.ts b/palettes/fantasy/bloodAndGore/src/options.ts
new file mode 100644
index 00000000000..92f0ee0feb4
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Blood & Gore",
+ background: "#0d0000",
+ blendMode: "multiply",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF0000",
+ "#DD0000",
+ "#AA0000",
+ "#880000",
+ "#660000",
+ "#440000",
+ "#220000",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/bloodAndGore/tsconfig.base.json b/palettes/fantasy/bloodAndGore/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/bloodAndGore/tsconfig.browser.json b/palettes/fantasy/bloodAndGore/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/bloodAndGore/tsconfig.json b/palettes/fantasy/bloodAndGore/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/bloodAndGore/tsconfig.module.json b/palettes/fantasy/bloodAndGore/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/bloodAndGore/tsconfig.types.json b/palettes/fantasy/bloodAndGore/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/bloodAndGore/typedoc.json b/palettes/fantasy/bloodAndGore/typedoc.json
new file mode 100644
index 00000000000..81bbffc98e5
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Blood & Gore Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/bloodAndGore/webpack.config.js b/palettes/fantasy/bloodAndGore/webpack.config.js
new file mode 100644
index 00000000000..98443127b0b
--- /dev/null
+++ b/palettes/fantasy/bloodAndGore/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-blood-and-gore",
+ paletteName: "Blood & Gore Palette",
+ version,
+});
diff --git a/palettes/fantasy/fairyDust/.browserslistrc b/palettes/fantasy/fairyDust/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/fairyDust/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/fairyDust/CHANGELOG.md b/palettes/fantasy/fairyDust/CHANGELOG.md
new file mode 100644
index 00000000000..a9253160e4c
--- /dev/null
+++ b/palettes/fantasy/fairyDust/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-fairy-dust
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-fairy-dust
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-fairy-dust
diff --git a/palettes/fantasy/fairyDust/LICENSE b/palettes/fantasy/fairyDust/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/fairyDust/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/fairyDust/README.md b/palettes/fantasy/fairyDust/README.md
new file mode 100644
index 00000000000..242916d0195
--- /dev/null
+++ b/palettes/fantasy/fairyDust/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Fairy Dust Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-fairy-dust) [](https://www.npmjs.com/package/@tsparticles/palette-fairy-dust) [](https://www.npmjs.com/package/@tsparticles/palette-fairy-dust) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for fairy dust.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/fairy-dust)
+
+## Colors
+
+
+
+
+
+
+ #FFEEAA
+
+
+
+ #FFDD66
+
+
+
+ #FFAACC
+
+
+
+ #FF88BB
+
+
+
+ #FFFFFF
+
+
+
+
+
+ #EEDDFF
+
+
+
+ #AA88FF
+
+
+
+
+
+ Background
+ #08040f
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadFairyDustPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadFairyDustPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "fairy-dust",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "fairy-dust",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadFairyDustPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadFairyDustPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pafairyDust[Fairy Dust]
+end
+
+e[tsParticles Engine] --> pafairyDust
+```
diff --git a/palettes/fantasy/fairyDust/eslint.config.js b/palettes/fantasy/fairyDust/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/fairyDust/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/fairyDust/images/sample.png b/palettes/fantasy/fairyDust/images/sample.png
new file mode 100644
index 00000000000..63221f90c44
Binary files /dev/null and b/palettes/fantasy/fairyDust/images/sample.png differ
diff --git a/palettes/fantasy/fairyDust/package.dist.json b/palettes/fantasy/fairyDust/package.dist.json
new file mode 100644
index 00000000000..92a79c936f4
--- /dev/null
+++ b/palettes/fantasy/fairyDust/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-fairy-dust",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles fairy dust palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/fairyDust"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.fairy-dust.min.js",
+ "unpkg": "tsparticles.palette.fairy-dust.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/fairyDust/package.json b/palettes/fantasy/fairyDust/package.json
new file mode 100644
index 00000000000..291a71f650d
--- /dev/null
+++ b/palettes/fantasy/fairyDust/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-fairy-dust",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles fairy dust palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/fairyDust"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/fairyDust/src/index.ts b/palettes/fantasy/fairyDust/src/index.ts
new file mode 100644
index 00000000000..879d98c06c7
--- /dev/null
+++ b/palettes/fantasy/fairyDust/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "fairy-dust";
+
+/**
+ * @param engine -
+ */
+export async function loadFairyDustPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/fairyDust/src/options.ts b/palettes/fantasy/fairyDust/src/options.ts
new file mode 100644
index 00000000000..cb05ed70346
--- /dev/null
+++ b/palettes/fantasy/fairyDust/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Fairy Dust",
+ background: "#08040f",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFEEAA",
+ "#FFDD66",
+ "#FFAACC",
+ "#FF88BB",
+ "#FFFFFF",
+ "#EEDDFF",
+ "#AA88FF",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/fairyDust/tsconfig.base.json b/palettes/fantasy/fairyDust/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/fairyDust/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/fairyDust/tsconfig.browser.json b/palettes/fantasy/fairyDust/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/fairyDust/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/fairyDust/tsconfig.json b/palettes/fantasy/fairyDust/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/fairyDust/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/fairyDust/tsconfig.module.json b/palettes/fantasy/fairyDust/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/fairyDust/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/fairyDust/tsconfig.types.json b/palettes/fantasy/fairyDust/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/fairyDust/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/fairyDust/typedoc.json b/palettes/fantasy/fairyDust/typedoc.json
new file mode 100644
index 00000000000..3a6e38e7d8d
--- /dev/null
+++ b/palettes/fantasy/fairyDust/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Fairy Dust Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/fairyDust/webpack.config.js b/palettes/fantasy/fairyDust/webpack.config.js
new file mode 100644
index 00000000000..7dcdaa5566e
--- /dev/null
+++ b/palettes/fantasy/fairyDust/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-fairy-dust",
+ paletteName: "Fairy Dust Palette",
+ version,
+});
diff --git a/palettes/fantasy/holyLight/.browserslistrc b/palettes/fantasy/holyLight/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/holyLight/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/holyLight/CHANGELOG.md b/palettes/fantasy/holyLight/CHANGELOG.md
new file mode 100644
index 00000000000..1a65a8a46b5
--- /dev/null
+++ b/palettes/fantasy/holyLight/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-holy-light
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-holy-light
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-holy-light
diff --git a/palettes/fantasy/holyLight/LICENSE b/palettes/fantasy/holyLight/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/holyLight/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/holyLight/README.md b/palettes/fantasy/holyLight/README.md
new file mode 100644
index 00000000000..027e31dbda7
--- /dev/null
+++ b/palettes/fantasy/holyLight/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Holy Light Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-holy-light) [](https://www.npmjs.com/package/@tsparticles/palette-holy-light) [](https://www.npmjs.com/package/@tsparticles/palette-holy-light) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for holy light.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/holy-light)
+
+## Colors
+
+
+
+
+
+
+ #442200
+
+
+
+ #AA6600
+
+
+
+ #FFAA00
+
+
+
+ #FFCC44
+
+
+
+ #FFEEAA
+
+
+
+
+
+ #FFFFDD
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #0a0800
+
+
+
+
+ Blend mode:color-dodge | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadHolyLightPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadHolyLightPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "holy-light",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "holy-light",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadHolyLightPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadHolyLightPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paholyLight[Holy Light]
+end
+
+e[tsParticles Engine] --> paholyLight
+```
diff --git a/palettes/fantasy/holyLight/eslint.config.js b/palettes/fantasy/holyLight/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/holyLight/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/holyLight/images/sample.png b/palettes/fantasy/holyLight/images/sample.png
new file mode 100644
index 00000000000..1df4d0667fc
Binary files /dev/null and b/palettes/fantasy/holyLight/images/sample.png differ
diff --git a/palettes/fantasy/holyLight/package.dist.json b/palettes/fantasy/holyLight/package.dist.json
new file mode 100644
index 00000000000..c2a279b8aa5
--- /dev/null
+++ b/palettes/fantasy/holyLight/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-holy-light",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles holy light palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/holyLight"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.holy-light.min.js",
+ "unpkg": "tsparticles.palette.holy-light.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/holyLight/package.json b/palettes/fantasy/holyLight/package.json
new file mode 100644
index 00000000000..678118d33ed
--- /dev/null
+++ b/palettes/fantasy/holyLight/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-holy-light",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles holy light palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/holyLight"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/holyLight/src/index.ts b/palettes/fantasy/holyLight/src/index.ts
new file mode 100644
index 00000000000..8faa56eb07a
--- /dev/null
+++ b/palettes/fantasy/holyLight/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "holy-light";
+
+/**
+ * @param engine -
+ */
+export async function loadHolyLightPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/holyLight/src/options.ts b/palettes/fantasy/holyLight/src/options.ts
new file mode 100644
index 00000000000..cb363830b0b
--- /dev/null
+++ b/palettes/fantasy/holyLight/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Holy Light",
+ background: "#0a0800",
+ blendMode: "color-dodge",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#442200",
+ "#AA6600",
+ "#FFAA00",
+ "#FFCC44",
+ "#FFEEAA",
+ "#FFFFDD",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/holyLight/tsconfig.base.json b/palettes/fantasy/holyLight/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/holyLight/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/holyLight/tsconfig.browser.json b/palettes/fantasy/holyLight/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/holyLight/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/holyLight/tsconfig.json b/palettes/fantasy/holyLight/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/holyLight/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/holyLight/tsconfig.module.json b/palettes/fantasy/holyLight/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/holyLight/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/holyLight/tsconfig.types.json b/palettes/fantasy/holyLight/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/holyLight/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/holyLight/typedoc.json b/palettes/fantasy/holyLight/typedoc.json
new file mode 100644
index 00000000000..5c95a480924
--- /dev/null
+++ b/palettes/fantasy/holyLight/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Holy Light Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/holyLight/webpack.config.js b/palettes/fantasy/holyLight/webpack.config.js
new file mode 100644
index 00000000000..81aaba31358
--- /dev/null
+++ b/palettes/fantasy/holyLight/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-holy-light",
+ paletteName: "Holy Light Palette",
+ version,
+});
diff --git a/palettes/fantasy/iceMagic/.browserslistrc b/palettes/fantasy/iceMagic/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/iceMagic/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/iceMagic/CHANGELOG.md b/palettes/fantasy/iceMagic/CHANGELOG.md
new file mode 100644
index 00000000000..0199e972baa
--- /dev/null
+++ b/palettes/fantasy/iceMagic/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-ice-magic
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-ice-magic
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-ice-magic
diff --git a/palettes/fantasy/iceMagic/LICENSE b/palettes/fantasy/iceMagic/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/iceMagic/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/iceMagic/README.md b/palettes/fantasy/iceMagic/README.md
new file mode 100644
index 00000000000..138d678715f
--- /dev/null
+++ b/palettes/fantasy/iceMagic/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Ice Magic Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-ice-magic) [](https://www.npmjs.com/package/@tsparticles/palette-ice-magic) [](https://www.npmjs.com/package/@tsparticles/palette-ice-magic) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for ice magic.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/ice-magic)
+
+## Colors
+
+
+
+
+
+
+ #001133
+
+
+
+ #0033AA
+
+
+
+ #0077FF
+
+
+
+ #44CCFF
+
+
+
+ #AAEEFF
+
+
+
+
+
+ #DDEEFF
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #020810
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadIceMagicPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadIceMagicPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "ice-magic",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "ice-magic",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadIceMagicPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadIceMagicPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paiceMagic[Ice Magic]
+end
+
+e[tsParticles Engine] --> paiceMagic
+```
diff --git a/palettes/fantasy/iceMagic/eslint.config.js b/palettes/fantasy/iceMagic/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/iceMagic/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/iceMagic/images/sample.png b/palettes/fantasy/iceMagic/images/sample.png
new file mode 100644
index 00000000000..459be323648
Binary files /dev/null and b/palettes/fantasy/iceMagic/images/sample.png differ
diff --git a/palettes/fantasy/iceMagic/package.dist.json b/palettes/fantasy/iceMagic/package.dist.json
new file mode 100644
index 00000000000..01b14ed7aeb
--- /dev/null
+++ b/palettes/fantasy/iceMagic/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-ice-magic",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles ice magic palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/iceMagic"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.ice-magic.min.js",
+ "unpkg": "tsparticles.palette.ice-magic.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/iceMagic/package.json b/palettes/fantasy/iceMagic/package.json
new file mode 100644
index 00000000000..62b0a63fea2
--- /dev/null
+++ b/palettes/fantasy/iceMagic/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-ice-magic",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles ice magic palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/iceMagic"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/iceMagic/src/index.ts b/palettes/fantasy/iceMagic/src/index.ts
new file mode 100644
index 00000000000..d47a554d3ca
--- /dev/null
+++ b/palettes/fantasy/iceMagic/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "ice-magic";
+
+/**
+ * @param engine -
+ */
+export async function loadIceMagicPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/iceMagic/src/options.ts b/palettes/fantasy/iceMagic/src/options.ts
new file mode 100644
index 00000000000..41668c8ad7f
--- /dev/null
+++ b/palettes/fantasy/iceMagic/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Ice Magic",
+ background: "#020810",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#001133",
+ "#0033AA",
+ "#0077FF",
+ "#44CCFF",
+ "#AAEEFF",
+ "#DDEEFF",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/iceMagic/tsconfig.base.json b/palettes/fantasy/iceMagic/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/iceMagic/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/iceMagic/tsconfig.browser.json b/palettes/fantasy/iceMagic/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/iceMagic/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/iceMagic/tsconfig.json b/palettes/fantasy/iceMagic/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/iceMagic/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/iceMagic/tsconfig.module.json b/palettes/fantasy/iceMagic/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/iceMagic/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/iceMagic/tsconfig.types.json b/palettes/fantasy/iceMagic/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/iceMagic/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/iceMagic/typedoc.json b/palettes/fantasy/iceMagic/typedoc.json
new file mode 100644
index 00000000000..edc00e50630
--- /dev/null
+++ b/palettes/fantasy/iceMagic/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Ice Magic Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/iceMagic/webpack.config.js b/palettes/fantasy/iceMagic/webpack.config.js
new file mode 100644
index 00000000000..4a8a78ec33e
--- /dev/null
+++ b/palettes/fantasy/iceMagic/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-ice-magic",
+ paletteName: "Ice Magic Palette",
+ version,
+});
diff --git a/palettes/fantasy/iceTriad/.browserslistrc b/palettes/fantasy/iceTriad/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/iceTriad/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/iceTriad/CHANGELOG.md b/palettes/fantasy/iceTriad/CHANGELOG.md
new file mode 100644
index 00000000000..8d2762bd57f
--- /dev/null
+++ b/palettes/fantasy/iceTriad/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-ice-triad
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-ice-triad
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-ice-triad
diff --git a/palettes/fantasy/iceTriad/LICENSE b/palettes/fantasy/iceTriad/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/iceTriad/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/iceTriad/README.md b/palettes/fantasy/iceTriad/README.md
new file mode 100644
index 00000000000..562cb59d5b0
--- /dev/null
+++ b/palettes/fantasy/iceTriad/README.md
@@ -0,0 +1,144 @@
+[](https://particles.js.org)
+
+# tsParticles Ice Triad Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-ice-triad) [](https://www.npmjs.com/package/@tsparticles/palette-ice-triad) [](https://www.npmjs.com/package/@tsparticles/palette-ice-triad) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for ice triad.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/ice-triad)
+
+## Colors
+
+
+
+
+
+
+ #ffffff
+
+
+
+ #aaddff
+
+
+
+ #88bbff
+
+
+
+
+
+ Background
+ #0a0d1a
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadIceTriadPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadIceTriadPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "ice-triad",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "ice-triad",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadIceTriadPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadIceTriadPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paiceTriad[Ice Triad]
+end
+
+e[tsParticles Engine] --> paiceTriad
+```
diff --git a/palettes/fantasy/iceTriad/eslint.config.js b/palettes/fantasy/iceTriad/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/iceTriad/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/iceTriad/images/sample.png b/palettes/fantasy/iceTriad/images/sample.png
new file mode 100644
index 00000000000..adf6c1b2c1f
Binary files /dev/null and b/palettes/fantasy/iceTriad/images/sample.png differ
diff --git a/palettes/fantasy/iceTriad/package.dist.json b/palettes/fantasy/iceTriad/package.dist.json
new file mode 100644
index 00000000000..1a9e2f669a0
--- /dev/null
+++ b/palettes/fantasy/iceTriad/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-ice-triad",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles ice triad palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/iceTriad"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.ice-triad.min.js",
+ "unpkg": "tsparticles.palette.ice-triad.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/iceTriad/package.json b/palettes/fantasy/iceTriad/package.json
new file mode 100644
index 00000000000..5985856c389
--- /dev/null
+++ b/palettes/fantasy/iceTriad/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-ice-triad",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles ice triad palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/iceTriad"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/iceTriad/src/index.ts b/palettes/fantasy/iceTriad/src/index.ts
new file mode 100644
index 00000000000..71ee61f54b1
--- /dev/null
+++ b/palettes/fantasy/iceTriad/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "ice-triad";
+
+/**
+ * @param engine -
+ */
+export async function loadIceTriadPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/iceTriad/src/options.ts b/palettes/fantasy/iceTriad/src/options.ts
new file mode 100644
index 00000000000..5419e282eff
--- /dev/null
+++ b/palettes/fantasy/iceTriad/src/options.ts
@@ -0,0 +1,17 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Ice Triad",
+ background: "#0a0d1a",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#ffffff",
+ "#aaddff",
+ "#88bbff",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/iceTriad/tsconfig.base.json b/palettes/fantasy/iceTriad/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/iceTriad/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/iceTriad/tsconfig.browser.json b/palettes/fantasy/iceTriad/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/iceTriad/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/iceTriad/tsconfig.json b/palettes/fantasy/iceTriad/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/iceTriad/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/iceTriad/tsconfig.module.json b/palettes/fantasy/iceTriad/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/iceTriad/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/iceTriad/tsconfig.types.json b/palettes/fantasy/iceTriad/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/iceTriad/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/iceTriad/typedoc.json b/palettes/fantasy/iceTriad/typedoc.json
new file mode 100644
index 00000000000..a120eef0f5a
--- /dev/null
+++ b/palettes/fantasy/iceTriad/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Ice Triad Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/iceTriad/webpack.config.js b/palettes/fantasy/iceTriad/webpack.config.js
new file mode 100644
index 00000000000..fa2cdb1a8c8
--- /dev/null
+++ b/palettes/fantasy/iceTriad/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-ice-triad",
+ paletteName: "Ice Triad Palette",
+ version,
+});
diff --git a/palettes/fantasy/jellyfishGlow/.browserslistrc b/palettes/fantasy/jellyfishGlow/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/jellyfishGlow/CHANGELOG.md b/palettes/fantasy/jellyfishGlow/CHANGELOG.md
new file mode 100644
index 00000000000..013ffd10d7e
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-jellyfish-glow
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-jellyfish-glow
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-jellyfish-glow
diff --git a/palettes/fantasy/jellyfishGlow/LICENSE b/palettes/fantasy/jellyfishGlow/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/jellyfishGlow/README.md b/palettes/fantasy/jellyfishGlow/README.md
new file mode 100644
index 00000000000..664842846c6
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Jellyfish Glow Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-jellyfish-glow) [](https://www.npmjs.com/package/@tsparticles/palette-jellyfish-glow) [](https://www.npmjs.com/package/@tsparticles/palette-jellyfish-glow) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for jellyfish glow.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/jellyfish-glow)
+
+## Colors
+
+
+
+
+
+
+ #001133
+
+
+
+ #0033AA
+
+
+
+ #4488FF
+
+
+
+ #88AAFF
+
+
+
+ #FF88DD
+
+
+
+
+
+ #FFAAEE
+
+
+
+ #DDEEFF
+
+
+
+
+
+ Background
+ #000814
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadJellyfishGlowPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadJellyfishGlowPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "jellyfish-glow",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "jellyfish-glow",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadJellyfishGlowPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadJellyfishGlowPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pajellyfishGlow[Jellyfish Glow]
+end
+
+e[tsParticles Engine] --> pajellyfishGlow
+```
diff --git a/palettes/fantasy/jellyfishGlow/eslint.config.js b/palettes/fantasy/jellyfishGlow/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/jellyfishGlow/images/sample.png b/palettes/fantasy/jellyfishGlow/images/sample.png
new file mode 100644
index 00000000000..5cdea82a8cf
Binary files /dev/null and b/palettes/fantasy/jellyfishGlow/images/sample.png differ
diff --git a/palettes/fantasy/jellyfishGlow/package.dist.json b/palettes/fantasy/jellyfishGlow/package.dist.json
new file mode 100644
index 00000000000..e7047270d28
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-jellyfish-glow",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles jellyfish glow palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/jellyfishGlow"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.jellyfish-glow.min.js",
+ "unpkg": "tsparticles.palette.jellyfish-glow.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/jellyfishGlow/package.json b/palettes/fantasy/jellyfishGlow/package.json
new file mode 100644
index 00000000000..b191fb9499a
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-jellyfish-glow",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles jellyfish glow palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/jellyfishGlow"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/jellyfishGlow/src/index.ts b/palettes/fantasy/jellyfishGlow/src/index.ts
new file mode 100644
index 00000000000..0ec78bcea64
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "jellyfish-glow";
+
+/**
+ * @param engine -
+ */
+export async function loadJellyfishGlowPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/jellyfishGlow/src/options.ts b/palettes/fantasy/jellyfishGlow/src/options.ts
new file mode 100644
index 00000000000..4b24f7bb390
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Jellyfish Glow",
+ background: "#000814",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#001133",
+ "#0033AA",
+ "#4488FF",
+ "#88AAFF",
+ "#FF88DD",
+ "#FFAAEE",
+ "#DDEEFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/jellyfishGlow/tsconfig.base.json b/palettes/fantasy/jellyfishGlow/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/jellyfishGlow/tsconfig.browser.json b/palettes/fantasy/jellyfishGlow/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/jellyfishGlow/tsconfig.json b/palettes/fantasy/jellyfishGlow/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/jellyfishGlow/tsconfig.module.json b/palettes/fantasy/jellyfishGlow/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/jellyfishGlow/tsconfig.types.json b/palettes/fantasy/jellyfishGlow/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/jellyfishGlow/typedoc.json b/palettes/fantasy/jellyfishGlow/typedoc.json
new file mode 100644
index 00000000000..26ca6437193
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Jellyfish Glow Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/jellyfishGlow/webpack.config.js b/palettes/fantasy/jellyfishGlow/webpack.config.js
new file mode 100644
index 00000000000..f63bf1a55f3
--- /dev/null
+++ b/palettes/fantasy/jellyfishGlow/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-jellyfish-glow",
+ paletteName: "Jellyfish Glow Palette",
+ version,
+});
diff --git a/palettes/fantasy/poisonAndVenom/.browserslistrc b/palettes/fantasy/poisonAndVenom/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fantasy/poisonAndVenom/CHANGELOG.md b/palettes/fantasy/poisonAndVenom/CHANGELOG.md
new file mode 100644
index 00000000000..d23d66f52f2
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-poison-and-venom
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-poison-and-venom
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-poison-and-venom
diff --git a/palettes/fantasy/poisonAndVenom/LICENSE b/palettes/fantasy/poisonAndVenom/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fantasy/poisonAndVenom/README.md b/palettes/fantasy/poisonAndVenom/README.md
new file mode 100644
index 00000000000..453775a7922
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Poison & Venom Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-poison-and-venom) [](https://www.npmjs.com/package/@tsparticles/palette-poison-and-venom) [](https://www.npmjs.com/package/@tsparticles/palette-poison-and-venom) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for poison & venom.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/poison-and-venom)
+
+## Colors
+
+
+
+
+
+
+ #112200
+
+
+
+ #335500
+
+
+
+ #66AA00
+
+
+
+ #AADD00
+
+
+
+ #DDFF44
+
+
+
+
+
+ #220033
+
+
+
+ #660088
+
+
+
+
+
+ Background
+ #030802
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadPoisonAndVenomPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadPoisonAndVenomPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "poison-and-venom",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "poison-and-venom",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadPoisonAndVenomPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadPoisonAndVenomPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+papoisonAndVenom[Poison & Venom]
+end
+
+e[tsParticles Engine] --> papoisonAndVenom
+```
diff --git a/palettes/fantasy/poisonAndVenom/eslint.config.js b/palettes/fantasy/poisonAndVenom/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fantasy/poisonAndVenom/images/sample.png b/palettes/fantasy/poisonAndVenom/images/sample.png
new file mode 100644
index 00000000000..29b6e07633c
Binary files /dev/null and b/palettes/fantasy/poisonAndVenom/images/sample.png differ
diff --git a/palettes/fantasy/poisonAndVenom/package.dist.json b/palettes/fantasy/poisonAndVenom/package.dist.json
new file mode 100644
index 00000000000..7334e4cdaaa
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-poison-and-venom",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles poison & venom palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/poisonAndVenom"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.poison-and-venom.min.js",
+ "unpkg": "tsparticles.palette.poison-and-venom.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/poisonAndVenom/package.json b/palettes/fantasy/poisonAndVenom/package.json
new file mode 100644
index 00000000000..e45696e7773
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-poison-and-venom",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles poison & venom palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fantasy/poisonAndVenom"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fantasy/poisonAndVenom/src/index.ts b/palettes/fantasy/poisonAndVenom/src/index.ts
new file mode 100644
index 00000000000..ad6e4a03f36
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "poison-and-venom";
+
+/**
+ * @param engine -
+ */
+export async function loadPoisonAndVenomPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fantasy/poisonAndVenom/src/options.ts b/palettes/fantasy/poisonAndVenom/src/options.ts
new file mode 100644
index 00000000000..a0f65424aa4
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Poison & Venom",
+ background: "#030802",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#112200",
+ "#335500",
+ "#66AA00",
+ "#AADD00",
+ "#DDFF44",
+ "#220033",
+ "#660088",
+ ],
+ },
+ },
+};
diff --git a/palettes/fantasy/poisonAndVenom/tsconfig.base.json b/palettes/fantasy/poisonAndVenom/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fantasy/poisonAndVenom/tsconfig.browser.json b/palettes/fantasy/poisonAndVenom/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fantasy/poisonAndVenom/tsconfig.json b/palettes/fantasy/poisonAndVenom/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fantasy/poisonAndVenom/tsconfig.module.json b/palettes/fantasy/poisonAndVenom/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fantasy/poisonAndVenom/tsconfig.types.json b/palettes/fantasy/poisonAndVenom/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fantasy/poisonAndVenom/typedoc.json b/palettes/fantasy/poisonAndVenom/typedoc.json
new file mode 100644
index 00000000000..ef949cc6da7
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Poison & Venom Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fantasy/poisonAndVenom/webpack.config.js b/palettes/fantasy/poisonAndVenom/webpack.config.js
new file mode 100644
index 00000000000..d4b43ad539c
--- /dev/null
+++ b/palettes/fantasy/poisonAndVenom/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-poison-and-venom",
+ paletteName: "Poison & Venom Palette",
+ version,
+});
diff --git a/palettes/fire/candlelight/.browserslistrc b/palettes/fire/candlelight/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/candlelight/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/candlelight/CHANGELOG.md b/palettes/fire/candlelight/CHANGELOG.md
new file mode 100644
index 00000000000..bb9e03ef120
--- /dev/null
+++ b/palettes/fire/candlelight/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-candlelight
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-candlelight
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-candlelight
diff --git a/palettes/fire/candlelight/LICENSE b/palettes/fire/candlelight/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/candlelight/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/candlelight/README.md b/palettes/fire/candlelight/README.md
new file mode 100644
index 00000000000..7bae005b593
--- /dev/null
+++ b/palettes/fire/candlelight/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Candlelight Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-candlelight) [](https://www.npmjs.com/package/@tsparticles/palette-candlelight) [](https://www.npmjs.com/package/@tsparticles/palette-candlelight) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for candlelight.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/candlelight)
+
+## Colors
+
+
+
+
+
+
+ #330000
+
+
+
+ #882200
+
+
+
+ #CC5500
+
+
+
+ #FF8800
+
+
+
+ #FFCC44
+
+
+
+
+
+ #FFEE99
+
+
+
+ #FFFFCC
+
+
+
+
+
+ Background
+ #060200
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadCandlelightPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadCandlelightPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "candlelight",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "candlelight",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadCandlelightPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadCandlelightPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pacandlelight[Candlelight]
+end
+
+e[tsParticles Engine] --> pacandlelight
+```
diff --git a/palettes/fire/candlelight/eslint.config.js b/palettes/fire/candlelight/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/candlelight/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/candlelight/images/sample.png b/palettes/fire/candlelight/images/sample.png
new file mode 100644
index 00000000000..c28eec28129
Binary files /dev/null and b/palettes/fire/candlelight/images/sample.png differ
diff --git a/palettes/fire/candlelight/package.dist.json b/palettes/fire/candlelight/package.dist.json
new file mode 100644
index 00000000000..88201805407
--- /dev/null
+++ b/palettes/fire/candlelight/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-candlelight",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles candlelight palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/candlelight"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.candlelight.min.js",
+ "unpkg": "tsparticles.palette.candlelight.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/candlelight/package.json b/palettes/fire/candlelight/package.json
new file mode 100644
index 00000000000..71c1a23a81c
--- /dev/null
+++ b/palettes/fire/candlelight/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-candlelight",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles candlelight palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/candlelight"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/candlelight/src/index.ts b/palettes/fire/candlelight/src/index.ts
new file mode 100644
index 00000000000..b5358c82814
--- /dev/null
+++ b/palettes/fire/candlelight/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "candlelight";
+
+/**
+ * @param engine -
+ */
+export async function loadCandlelightPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/candlelight/src/options.ts b/palettes/fire/candlelight/src/options.ts
new file mode 100644
index 00000000000..8f7073070ff
--- /dev/null
+++ b/palettes/fire/candlelight/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Candlelight",
+ background: "#060200",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#330000",
+ "#882200",
+ "#CC5500",
+ "#FF8800",
+ "#FFCC44",
+ "#FFEE99",
+ "#FFFFCC",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/candlelight/tsconfig.base.json b/palettes/fire/candlelight/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/candlelight/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/candlelight/tsconfig.browser.json b/palettes/fire/candlelight/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/candlelight/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/candlelight/tsconfig.json b/palettes/fire/candlelight/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/candlelight/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/candlelight/tsconfig.module.json b/palettes/fire/candlelight/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/candlelight/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/candlelight/tsconfig.types.json b/palettes/fire/candlelight/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/candlelight/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/candlelight/typedoc.json b/palettes/fire/candlelight/typedoc.json
new file mode 100644
index 00000000000..baa4c4f3d89
--- /dev/null
+++ b/palettes/fire/candlelight/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Candlelight Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/candlelight/webpack.config.js b/palettes/fire/candlelight/webpack.config.js
new file mode 100644
index 00000000000..b66124ee2c3
--- /dev/null
+++ b/palettes/fire/candlelight/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-candlelight",
+ paletteName: "Candlelight Palette",
+ version,
+});
diff --git a/palettes/fire/embersAndAsh/.browserslistrc b/palettes/fire/embersAndAsh/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/embersAndAsh/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/embersAndAsh/CHANGELOG.md b/palettes/fire/embersAndAsh/CHANGELOG.md
new file mode 100644
index 00000000000..b335abcaa45
--- /dev/null
+++ b/palettes/fire/embersAndAsh/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-embers-and-ash
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-embers-and-ash
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-embers-and-ash
diff --git a/palettes/fire/embersAndAsh/LICENSE b/palettes/fire/embersAndAsh/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/embersAndAsh/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/embersAndAsh/README.md b/palettes/fire/embersAndAsh/README.md
new file mode 100644
index 00000000000..8d51d3b6e2f
--- /dev/null
+++ b/palettes/fire/embersAndAsh/README.md
@@ -0,0 +1,166 @@
+[](https://particles.js.org)
+
+# tsParticles Embers & Ash Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-embers-and-ash) [](https://www.npmjs.com/package/@tsparticles/palette-embers-and-ash) [](https://www.npmjs.com/package/@tsparticles/palette-embers-and-ash) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for embers & ash.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/embers-and-ash)
+
+## Colors
+
+
+
+
+
+
+ #FF2200
+
+
+
+ #CC1100
+
+
+
+ #881100
+
+
+
+ #442200
+
+
+
+ #332211
+
+
+
+
+
+ #776655
+
+
+
+ #BBBBAA
+
+
+
+ #DDDDD0
+
+
+
+
+
+ Background
+ #0d0804
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadEmbersAndAshPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadEmbersAndAshPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "embers-and-ash",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "embers-and-ash",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadEmbersAndAshPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadEmbersAndAshPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+paembersAndAsh[Embers & Ash]
+end
+
+e[tsParticles Engine] --> paembersAndAsh
+```
diff --git a/palettes/fire/embersAndAsh/eslint.config.js b/palettes/fire/embersAndAsh/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/embersAndAsh/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/embersAndAsh/images/sample.png b/palettes/fire/embersAndAsh/images/sample.png
new file mode 100644
index 00000000000..ef426c029c3
Binary files /dev/null and b/palettes/fire/embersAndAsh/images/sample.png differ
diff --git a/palettes/fire/embersAndAsh/package.dist.json b/palettes/fire/embersAndAsh/package.dist.json
new file mode 100644
index 00000000000..62f1c9616df
--- /dev/null
+++ b/palettes/fire/embersAndAsh/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-embers-and-ash",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles embers & ash palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/embersAndAsh"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.embers-and-ash.min.js",
+ "unpkg": "tsparticles.palette.embers-and-ash.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/embersAndAsh/package.json b/palettes/fire/embersAndAsh/package.json
new file mode 100644
index 00000000000..968d91b085c
--- /dev/null
+++ b/palettes/fire/embersAndAsh/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-embers-and-ash",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles embers & ash palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/embersAndAsh"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/embersAndAsh/src/index.ts b/palettes/fire/embersAndAsh/src/index.ts
new file mode 100644
index 00000000000..31027100c3d
--- /dev/null
+++ b/palettes/fire/embersAndAsh/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "embers-and-ash";
+
+/**
+ * @param engine -
+ */
+export async function loadEmbersAndAshPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/embersAndAsh/src/options.ts b/palettes/fire/embersAndAsh/src/options.ts
new file mode 100644
index 00000000000..650c0c7e32e
--- /dev/null
+++ b/palettes/fire/embersAndAsh/src/options.ts
@@ -0,0 +1,22 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Embers & Ash",
+ background: "#0d0804",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF2200",
+ "#CC1100",
+ "#881100",
+ "#442200",
+ "#332211",
+ "#776655",
+ "#BBBBAA",
+ "#DDDDD0",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/embersAndAsh/tsconfig.base.json b/palettes/fire/embersAndAsh/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/embersAndAsh/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/embersAndAsh/tsconfig.browser.json b/palettes/fire/embersAndAsh/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/embersAndAsh/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/embersAndAsh/tsconfig.json b/palettes/fire/embersAndAsh/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/embersAndAsh/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/embersAndAsh/tsconfig.module.json b/palettes/fire/embersAndAsh/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/embersAndAsh/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/embersAndAsh/tsconfig.types.json b/palettes/fire/embersAndAsh/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/embersAndAsh/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/embersAndAsh/typedoc.json b/palettes/fire/embersAndAsh/typedoc.json
new file mode 100644
index 00000000000..f130290da21
--- /dev/null
+++ b/palettes/fire/embersAndAsh/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Embers & Ash Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/embersAndAsh/webpack.config.js b/palettes/fire/embersAndAsh/webpack.config.js
new file mode 100644
index 00000000000..33451f75c4d
--- /dev/null
+++ b/palettes/fire/embersAndAsh/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-embers-and-ash",
+ paletteName: "Embers & Ash Palette",
+ version,
+});
diff --git a/palettes/fire/fire/.browserslistrc b/palettes/fire/fire/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/fire/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/fire/CHANGELOG.md b/palettes/fire/fire/CHANGELOG.md
new file mode 100644
index 00000000000..5bd181429d0
--- /dev/null
+++ b/palettes/fire/fire/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-fire
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-fire
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-fire
diff --git a/palettes/fire/fire/LICENSE b/palettes/fire/fire/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/fire/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/fire/README.md b/palettes/fire/fire/README.md
new file mode 100644
index 00000000000..00ce789dfc8
--- /dev/null
+++ b/palettes/fire/fire/README.md
@@ -0,0 +1,174 @@
+[](https://particles.js.org)
+
+# tsParticles Fire Full Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-fire) [](https://www.npmjs.com/package/@tsparticles/palette-fire) [](https://www.npmjs.com/package/@tsparticles/palette-fire) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for fire - full.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/fire)
+
+## Colors
+
+
+
+
+
+
+ #FFFFFF
+
+
+
+ #FFFF88
+
+
+
+ #FFFF00
+
+
+
+ #FFCC00
+
+
+
+ #FF8800
+
+
+
+
+
+ #FF4400
+
+
+
+ #FF0000
+
+
+
+ #CC0000
+
+
+
+ #880000
+
+
+
+ #440000
+
+
+
+
+
+ Background
+ #000000
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadFirePalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadFirePalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "fire",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "fire",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadFirePalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadFirePalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pafire[Fire Full]
+end
+
+e[tsParticles Engine] --> pafire
+```
diff --git a/palettes/fire/fire/eslint.config.js b/palettes/fire/fire/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/fire/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/fire/images/sample.png b/palettes/fire/fire/images/sample.png
new file mode 100644
index 00000000000..798d9be641b
Binary files /dev/null and b/palettes/fire/fire/images/sample.png differ
diff --git a/palettes/fire/fire/package.dist.json b/palettes/fire/fire/package.dist.json
new file mode 100644
index 00000000000..86e1bebc075
--- /dev/null
+++ b/palettes/fire/fire/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-fire",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles fire - full palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/fire"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.fire.min.js",
+ "unpkg": "tsparticles.palette.fire.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/fire/package.json b/palettes/fire/fire/package.json
new file mode 100644
index 00000000000..90cc0cfe59e
--- /dev/null
+++ b/palettes/fire/fire/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-fire",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles fire - full palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/fire"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/fire/src/index.ts b/palettes/fire/fire/src/index.ts
new file mode 100644
index 00000000000..b696ab05d71
--- /dev/null
+++ b/palettes/fire/fire/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "fire";
+
+/**
+ * @param engine -
+ */
+export async function loadFirePalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/fire/src/options.ts b/palettes/fire/fire/src/options.ts
new file mode 100644
index 00000000000..9e4f9b6d05c
--- /dev/null
+++ b/palettes/fire/fire/src/options.ts
@@ -0,0 +1,24 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Fire - Full",
+ background: "#000000",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFFFFF",
+ "#FFFF88",
+ "#FFFF00",
+ "#FFCC00",
+ "#FF8800",
+ "#FF4400",
+ "#FF0000",
+ "#CC0000",
+ "#880000",
+ "#440000",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/fire/tsconfig.base.json b/palettes/fire/fire/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/fire/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/fire/tsconfig.browser.json b/palettes/fire/fire/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/fire/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/fire/tsconfig.json b/palettes/fire/fire/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/fire/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/fire/tsconfig.module.json b/palettes/fire/fire/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/fire/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/fire/tsconfig.types.json b/palettes/fire/fire/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/fire/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/fire/typedoc.json b/palettes/fire/fire/typedoc.json
new file mode 100644
index 00000000000..a531e8883a1
--- /dev/null
+++ b/palettes/fire/fire/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Fire Full Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/fire/webpack.config.js b/palettes/fire/fire/webpack.config.js
new file mode 100644
index 00000000000..90dd9f5956c
--- /dev/null
+++ b/palettes/fire/fire/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-fire",
+ paletteName: "Fire Full Palette",
+ version,
+});
diff --git a/palettes/fire/fireSeed/.browserslistrc b/palettes/fire/fireSeed/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/fireSeed/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/fireSeed/CHANGELOG.md b/palettes/fire/fireSeed/CHANGELOG.md
new file mode 100644
index 00000000000..1fb4f2bfe8e
--- /dev/null
+++ b/palettes/fire/fireSeed/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-fire-seed
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-fire-seed
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-fire-seed
diff --git a/palettes/fire/fireSeed/LICENSE b/palettes/fire/fireSeed/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/fireSeed/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/fireSeed/README.md b/palettes/fire/fireSeed/README.md
new file mode 100644
index 00000000000..96b71e1d4ed
--- /dev/null
+++ b/palettes/fire/fireSeed/README.md
@@ -0,0 +1,144 @@
+[](https://particles.js.org)
+
+# tsParticles Fire Seed Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-fire-seed) [](https://www.npmjs.com/package/@tsparticles/palette-fire-seed) [](https://www.npmjs.com/package/@tsparticles/palette-fire-seed) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for fire seed.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/fire-seed)
+
+## Colors
+
+
+
+
+
+
+ #ff0000
+
+
+
+ #ff8800
+
+
+
+ #ffff00
+
+
+
+
+
+ Background
+ #000000
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadFireSeedPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadFireSeedPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "fire-seed",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "fire-seed",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadFireSeedPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadFireSeedPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pafireSeed[Fire Seed]
+end
+
+e[tsParticles Engine] --> pafireSeed
+```
diff --git a/palettes/fire/fireSeed/eslint.config.js b/palettes/fire/fireSeed/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/fireSeed/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/fireSeed/images/sample.png b/palettes/fire/fireSeed/images/sample.png
new file mode 100644
index 00000000000..05ebf0c0702
Binary files /dev/null and b/palettes/fire/fireSeed/images/sample.png differ
diff --git a/palettes/fire/fireSeed/package.dist.json b/palettes/fire/fireSeed/package.dist.json
new file mode 100644
index 00000000000..ebec6f797cb
--- /dev/null
+++ b/palettes/fire/fireSeed/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-fire-seed",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles fire seed palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/fireSeed"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.fire-seed.min.js",
+ "unpkg": "tsparticles.palette.fire-seed.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/fireSeed/package.json b/palettes/fire/fireSeed/package.json
new file mode 100644
index 00000000000..246aecbad95
--- /dev/null
+++ b/palettes/fire/fireSeed/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-fire-seed",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles fire seed palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/fireSeed"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/fireSeed/src/index.ts b/palettes/fire/fireSeed/src/index.ts
new file mode 100644
index 00000000000..426d2f983e6
--- /dev/null
+++ b/palettes/fire/fireSeed/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "fire-seed";
+
+/**
+ * @param engine -
+ */
+export async function loadFireSeedPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/fireSeed/src/options.ts b/palettes/fire/fireSeed/src/options.ts
new file mode 100644
index 00000000000..133d4ca5614
--- /dev/null
+++ b/palettes/fire/fireSeed/src/options.ts
@@ -0,0 +1,17 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Fire Seed",
+ background: "#000000",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#ff0000",
+ "#ff8800",
+ "#ffff00",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/fireSeed/tsconfig.base.json b/palettes/fire/fireSeed/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/fireSeed/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/fireSeed/tsconfig.browser.json b/palettes/fire/fireSeed/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/fireSeed/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/fireSeed/tsconfig.json b/palettes/fire/fireSeed/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/fireSeed/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/fireSeed/tsconfig.module.json b/palettes/fire/fireSeed/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/fireSeed/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/fireSeed/tsconfig.types.json b/palettes/fire/fireSeed/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/fireSeed/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/fireSeed/typedoc.json b/palettes/fire/fireSeed/typedoc.json
new file mode 100644
index 00000000000..ecd86649a0e
--- /dev/null
+++ b/palettes/fire/fireSeed/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Fire Seed Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/fireSeed/webpack.config.js b/palettes/fire/fireSeed/webpack.config.js
new file mode 100644
index 00000000000..0640a8cde8f
--- /dev/null
+++ b/palettes/fire/fireSeed/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-fire-seed",
+ paletteName: "Fire Seed Palette",
+ version,
+});
diff --git a/palettes/fire/fullFireGradient/.browserslistrc b/palettes/fire/fullFireGradient/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/fullFireGradient/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/fullFireGradient/CHANGELOG.md b/palettes/fire/fullFireGradient/CHANGELOG.md
new file mode 100644
index 00000000000..fb86a5ee4eb
--- /dev/null
+++ b/palettes/fire/fullFireGradient/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-full-fire-gradient
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-full-fire-gradient
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-full-fire-gradient
diff --git a/palettes/fire/fullFireGradient/LICENSE b/palettes/fire/fullFireGradient/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/fullFireGradient/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/fullFireGradient/README.md b/palettes/fire/fullFireGradient/README.md
new file mode 100644
index 00000000000..09d1a401a2f
--- /dev/null
+++ b/palettes/fire/fullFireGradient/README.md
@@ -0,0 +1,228 @@
+[](https://particles.js.org)
+
+# tsParticles Full Fire Gradient Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-full-fire-gradient) [](https://www.npmjs.com/package/@tsparticles/palette-full-fire-gradient) [](https://www.npmjs.com/package/@tsparticles/palette-full-fire-gradient) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for full fire gradient.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/full-fire-gradient)
+
+## Colors
+
+
+
+
+
+
+ #000000
+
+
+
+ #110000
+
+
+
+ #220000
+
+
+
+ #440000
+
+
+
+ #660000
+
+
+
+
+
+ #880000
+
+
+
+ #AA0000
+
+
+
+ #CC0000
+
+
+
+ #FF0000
+
+
+
+ #FF2200
+
+
+
+
+
+ #FF4400
+
+
+
+ #FF6600
+
+
+
+ #FF8800
+
+
+
+ #FFAA00
+
+
+
+ #FFCC00
+
+
+
+
+
+ #FFDD00
+
+
+
+ #FFEE00
+
+
+
+ #FFFF00
+
+
+
+ #FFFF44
+
+
+
+ #FFFF88
+
+
+
+
+
+ #FFFFBB
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #000000
+
+
+
+
+ Blend mode:screen | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadFullFireGradientPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadFullFireGradientPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "full-fire-gradient",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "full-fire-gradient",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadFullFireGradientPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadFullFireGradientPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pafullFireGradient[Full Fire Gradient]
+end
+
+e[tsParticles Engine] --> pafullFireGradient
+```
diff --git a/palettes/fire/fullFireGradient/eslint.config.js b/palettes/fire/fullFireGradient/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/fullFireGradient/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/fullFireGradient/images/sample.png b/palettes/fire/fullFireGradient/images/sample.png
new file mode 100644
index 00000000000..637d931fb2b
Binary files /dev/null and b/palettes/fire/fullFireGradient/images/sample.png differ
diff --git a/palettes/fire/fullFireGradient/package.dist.json b/palettes/fire/fullFireGradient/package.dist.json
new file mode 100644
index 00000000000..c43b56f193f
--- /dev/null
+++ b/palettes/fire/fullFireGradient/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-full-fire-gradient",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles full fire gradient palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/fullFireGradient"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.full-fire-gradient.min.js",
+ "unpkg": "tsparticles.palette.full-fire-gradient.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/fullFireGradient/package.json b/palettes/fire/fullFireGradient/package.json
new file mode 100644
index 00000000000..afab708ece2
--- /dev/null
+++ b/palettes/fire/fullFireGradient/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-full-fire-gradient",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles full fire gradient palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/fullFireGradient"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/fullFireGradient/src/index.ts b/palettes/fire/fullFireGradient/src/index.ts
new file mode 100644
index 00000000000..8cfc57cdd9c
--- /dev/null
+++ b/palettes/fire/fullFireGradient/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "full-fire-gradient";
+
+/**
+ * @param engine -
+ */
+export async function loadFullFireGradientPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/fullFireGradient/src/options.ts b/palettes/fire/fullFireGradient/src/options.ts
new file mode 100644
index 00000000000..caef97c2828
--- /dev/null
+++ b/palettes/fire/fullFireGradient/src/options.ts
@@ -0,0 +1,36 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Full Fire Gradient",
+ background: "#000000",
+ blendMode: "screen",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#000000",
+ "#110000",
+ "#220000",
+ "#440000",
+ "#660000",
+ "#880000",
+ "#AA0000",
+ "#CC0000",
+ "#FF0000",
+ "#FF2200",
+ "#FF4400",
+ "#FF6600",
+ "#FF8800",
+ "#FFAA00",
+ "#FFCC00",
+ "#FFDD00",
+ "#FFEE00",
+ "#FFFF00",
+ "#FFFF44",
+ "#FFFF88",
+ "#FFFFBB",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/fullFireGradient/tsconfig.base.json b/palettes/fire/fullFireGradient/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/fullFireGradient/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/fullFireGradient/tsconfig.browser.json b/palettes/fire/fullFireGradient/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/fullFireGradient/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/fullFireGradient/tsconfig.json b/palettes/fire/fullFireGradient/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/fullFireGradient/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/fullFireGradient/tsconfig.module.json b/palettes/fire/fullFireGradient/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/fullFireGradient/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/fullFireGradient/tsconfig.types.json b/palettes/fire/fullFireGradient/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/fullFireGradient/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/fullFireGradient/typedoc.json b/palettes/fire/fullFireGradient/typedoc.json
new file mode 100644
index 00000000000..62c4cd76a0a
--- /dev/null
+++ b/palettes/fire/fullFireGradient/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Full Fire Gradient Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/fullFireGradient/webpack.config.js b/palettes/fire/fullFireGradient/webpack.config.js
new file mode 100644
index 00000000000..50ecbc5416c
--- /dev/null
+++ b/palettes/fire/fullFireGradient/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-full-fire-gradient",
+ paletteName: "Full Fire Gradient Palette",
+ version,
+});
diff --git a/palettes/fire/lavaLamp/.browserslistrc b/palettes/fire/lavaLamp/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/lavaLamp/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/lavaLamp/CHANGELOG.md b/palettes/fire/lavaLamp/CHANGELOG.md
new file mode 100644
index 00000000000..4d8cabbe599
--- /dev/null
+++ b/palettes/fire/lavaLamp/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-lava-lamp
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-lava-lamp
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-lava-lamp
diff --git a/palettes/fire/lavaLamp/LICENSE b/palettes/fire/lavaLamp/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/lavaLamp/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/lavaLamp/README.md b/palettes/fire/lavaLamp/README.md
new file mode 100644
index 00000000000..33a6e0f486e
--- /dev/null
+++ b/palettes/fire/lavaLamp/README.md
@@ -0,0 +1,170 @@
+[](https://particles.js.org)
+
+# tsParticles Lava Lamp Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-lava-lamp) [](https://www.npmjs.com/package/@tsparticles/palette-lava-lamp) [](https://www.npmjs.com/package/@tsparticles/palette-lava-lamp) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for lava lamp.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/lava-lamp)
+
+## Colors
+
+
+
+
+
+
+ #FF0000
+
+
+
+ #FF2200
+
+
+
+ #FF4400
+
+
+
+ #FF6600
+
+
+
+ #FF8800
+
+
+
+
+
+ #FFAA00
+
+
+
+ #FFCC00
+
+
+
+ #DD2200
+
+
+
+ #BB1100
+
+
+
+
+
+ Background
+ #1a0000
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadLavaLampPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadLavaLampPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "lava-lamp",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "lava-lamp",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadLavaLampPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadLavaLampPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+palavaLamp[Lava Lamp]
+end
+
+e[tsParticles Engine] --> palavaLamp
+```
diff --git a/palettes/fire/lavaLamp/eslint.config.js b/palettes/fire/lavaLamp/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/lavaLamp/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/lavaLamp/images/sample.png b/palettes/fire/lavaLamp/images/sample.png
new file mode 100644
index 00000000000..0986a580e8a
Binary files /dev/null and b/palettes/fire/lavaLamp/images/sample.png differ
diff --git a/palettes/fire/lavaLamp/package.dist.json b/palettes/fire/lavaLamp/package.dist.json
new file mode 100644
index 00000000000..9d952afe72e
--- /dev/null
+++ b/palettes/fire/lavaLamp/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-lava-lamp",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles lava lamp palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/lavaLamp"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.lava-lamp.min.js",
+ "unpkg": "tsparticles.palette.lava-lamp.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/lavaLamp/package.json b/palettes/fire/lavaLamp/package.json
new file mode 100644
index 00000000000..1f0b4a72fff
--- /dev/null
+++ b/palettes/fire/lavaLamp/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-lava-lamp",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles lava lamp palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/lavaLamp"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/lavaLamp/src/index.ts b/palettes/fire/lavaLamp/src/index.ts
new file mode 100644
index 00000000000..366af2ade6d
--- /dev/null
+++ b/palettes/fire/lavaLamp/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "lava-lamp";
+
+/**
+ * @param engine -
+ */
+export async function loadLavaLampPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/lavaLamp/src/options.ts b/palettes/fire/lavaLamp/src/options.ts
new file mode 100644
index 00000000000..39b458e33cb
--- /dev/null
+++ b/palettes/fire/lavaLamp/src/options.ts
@@ -0,0 +1,23 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Lava Lamp",
+ background: "#1a0000",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FF0000",
+ "#FF2200",
+ "#FF4400",
+ "#FF6600",
+ "#FF8800",
+ "#FFAA00",
+ "#FFCC00",
+ "#DD2200",
+ "#BB1100",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/lavaLamp/tsconfig.base.json b/palettes/fire/lavaLamp/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/lavaLamp/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/lavaLamp/tsconfig.browser.json b/palettes/fire/lavaLamp/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/lavaLamp/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/lavaLamp/tsconfig.json b/palettes/fire/lavaLamp/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/lavaLamp/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/lavaLamp/tsconfig.module.json b/palettes/fire/lavaLamp/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/lavaLamp/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/lavaLamp/tsconfig.types.json b/palettes/fire/lavaLamp/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/lavaLamp/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/lavaLamp/typedoc.json b/palettes/fire/lavaLamp/typedoc.json
new file mode 100644
index 00000000000..896cd6c1301
--- /dev/null
+++ b/palettes/fire/lavaLamp/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Lava Lamp Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/lavaLamp/webpack.config.js b/palettes/fire/lavaLamp/webpack.config.js
new file mode 100644
index 00000000000..3555ea418ff
--- /dev/null
+++ b/palettes/fire/lavaLamp/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-lava-lamp",
+ paletteName: "Lava Lamp Palette",
+ version,
+});
diff --git a/palettes/fire/metalSparks/.browserslistrc b/palettes/fire/metalSparks/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/metalSparks/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/metalSparks/CHANGELOG.md b/palettes/fire/metalSparks/CHANGELOG.md
new file mode 100644
index 00000000000..45e92d70cb8
--- /dev/null
+++ b/palettes/fire/metalSparks/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-metal-sparks
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-metal-sparks
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-metal-sparks
diff --git a/palettes/fire/metalSparks/LICENSE b/palettes/fire/metalSparks/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/metalSparks/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/metalSparks/README.md b/palettes/fire/metalSparks/README.md
new file mode 100644
index 00000000000..785665a9cad
--- /dev/null
+++ b/palettes/fire/metalSparks/README.md
@@ -0,0 +1,158 @@
+[](https://particles.js.org)
+
+# tsParticles Metal Sparks Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-metal-sparks) [](https://www.npmjs.com/package/@tsparticles/palette-metal-sparks) [](https://www.npmjs.com/package/@tsparticles/palette-metal-sparks) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for metal sparks.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/metal-sparks)
+
+## Colors
+
+
+
+
+
+
+ #FFFFFF
+
+
+
+ #FFEECC
+
+
+
+ #FFCC44
+
+
+
+ #FF8800
+
+
+
+ #FF4400
+
+
+
+
+
+ #881100
+
+
+
+
+
+ Background
+ #080400
+
+
+
+
+ Blend mode:lighter | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadMetalSparksPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadMetalSparksPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "metal-sparks",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "metal-sparks",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadMetalSparksPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadMetalSparksPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pametalSparks[Metal Sparks]
+end
+
+e[tsParticles Engine] --> pametalSparks
+```
diff --git a/palettes/fire/metalSparks/eslint.config.js b/palettes/fire/metalSparks/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/metalSparks/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/metalSparks/images/sample.png b/palettes/fire/metalSparks/images/sample.png
new file mode 100644
index 00000000000..ef0723aa2f2
Binary files /dev/null and b/palettes/fire/metalSparks/images/sample.png differ
diff --git a/palettes/fire/metalSparks/package.dist.json b/palettes/fire/metalSparks/package.dist.json
new file mode 100644
index 00000000000..6d858e88227
--- /dev/null
+++ b/palettes/fire/metalSparks/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-metal-sparks",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles metal sparks palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/metalSparks"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.metal-sparks.min.js",
+ "unpkg": "tsparticles.palette.metal-sparks.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/metalSparks/package.json b/palettes/fire/metalSparks/package.json
new file mode 100644
index 00000000000..873cb80e21f
--- /dev/null
+++ b/palettes/fire/metalSparks/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-metal-sparks",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles metal sparks palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/metalSparks"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/metalSparks/src/index.ts b/palettes/fire/metalSparks/src/index.ts
new file mode 100644
index 00000000000..30155e799f6
--- /dev/null
+++ b/palettes/fire/metalSparks/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "metal-sparks";
+
+/**
+ * @param engine -
+ */
+export async function loadMetalSparksPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/metalSparks/src/options.ts b/palettes/fire/metalSparks/src/options.ts
new file mode 100644
index 00000000000..572a7706550
--- /dev/null
+++ b/palettes/fire/metalSparks/src/options.ts
@@ -0,0 +1,20 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Metal Sparks",
+ background: "#080400",
+ blendMode: "lighter",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#FFFFFF",
+ "#FFEECC",
+ "#FFCC44",
+ "#FF8800",
+ "#FF4400",
+ "#881100",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/metalSparks/tsconfig.base.json b/palettes/fire/metalSparks/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/metalSparks/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/metalSparks/tsconfig.browser.json b/palettes/fire/metalSparks/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/metalSparks/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/metalSparks/tsconfig.json b/palettes/fire/metalSparks/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/metalSparks/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/metalSparks/tsconfig.module.json b/palettes/fire/metalSparks/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/metalSparks/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/metalSparks/tsconfig.types.json b/palettes/fire/metalSparks/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/metalSparks/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/metalSparks/typedoc.json b/palettes/fire/metalSparks/typedoc.json
new file mode 100644
index 00000000000..97b21647d36
--- /dev/null
+++ b/palettes/fire/metalSparks/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Metal Sparks Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/metalSparks/webpack.config.js b/palettes/fire/metalSparks/webpack.config.js
new file mode 100644
index 00000000000..09d1868d68b
--- /dev/null
+++ b/palettes/fire/metalSparks/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-metal-sparks",
+ paletteName: "Metal Sparks Palette",
+ version,
+});
diff --git a/palettes/fire/moltenMetal/.browserslistrc b/palettes/fire/moltenMetal/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fire/moltenMetal/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fire/moltenMetal/CHANGELOG.md b/palettes/fire/moltenMetal/CHANGELOG.md
new file mode 100644
index 00000000000..58c4060d2cf
--- /dev/null
+++ b/palettes/fire/moltenMetal/CHANGELOG.md
@@ -0,0 +1,16 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-molten-metal
+
+# 4.0.0-beta.0 (2026-04-08)
+
+**Note:** Version bump only for package @tsparticles/palette-molten-metal
+
+# [4.0.0-alpha.5](https://github.com/tsparticles/palettes/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2026-03-31)
+
+**Note:** Version bump only for package @tsparticles/palette-molten-metal
diff --git a/palettes/fire/moltenMetal/LICENSE b/palettes/fire/moltenMetal/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fire/moltenMetal/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fire/moltenMetal/README.md b/palettes/fire/moltenMetal/README.md
new file mode 100644
index 00000000000..5f2373a63b6
--- /dev/null
+++ b/palettes/fire/moltenMetal/README.md
@@ -0,0 +1,162 @@
+[](https://particles.js.org)
+
+# tsParticles Molten Metal Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-molten-metal) [](https://www.npmjs.com/package/@tsparticles/palette-molten-metal) [](https://www.npmjs.com/package/@tsparticles/palette-molten-metal) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for molten metal.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/molten-metal)
+
+## Colors
+
+
+
+
+
+
+ #222222
+
+
+
+ #555544
+
+
+
+ #AA8833
+
+
+
+ #FF6600
+
+
+
+ #FFAA00
+
+
+
+
+
+ #FFEE44
+
+
+
+ #FFFFFF
+
+
+
+
+
+ Background
+ #0a0600
+
+
+
+
+ Blend mode:source-over | Fill:true
+
+
+
+
+
+## Quick checklist
+
+1. Install `@tsparticles/engine` (or use the CDN bundle below)
+2. Load a base package (for example `@tsparticles/basic`) and call `loadMoltenMetalPalette` before `tsParticles.load(...)`
+3. Apply the palette plus a minimal particles configuration in your options
+
+A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
+
+## How to use it
+
+### CDN / Vanilla JS / jQuery
+
+```html
+
+
+```
+
+### Usage
+
+Once the scripts are loaded you can set up `tsParticles` like this:
+
+```javascript
+(async engine => {
+ await loadBasic(engine);
+ await loadMoltenMetalPalette(engine);
+
+ const options = {
+ particles: {
+ number: { value: 200 },
+ shape: { type: "circle" },
+ size: { value: { min: 10, max: 15 } },
+ move: {
+ enable: true,
+ speed: 2,
+ },
+ },
+ palette: "molten-metal",
+ };
+
+ await engine.load({
+ id: "tsparticles",
+ options,
+ });
+})(tsParticles);
+```
+
+#### Customization
+
+**Important ⚠️**
+You can override all the options defining the properties like in any standard `tsParticles` installation.
+
+```javascript
+tsParticles.load({
+ id: "tsparticles",
+ options: {
+ particles: {
+ shape: {
+ type: "square", // starting from v2, this require the square shape script
+ },
+ },
+ palette: "molten-metal",
+ },
+});
+```
+
+Like in the sample above, the circles will be replaced by squares.
+
+### Frameworks with a tsParticles component library
+
+Checkout the documentation in the component library repository and call the `loadMoltenMetalPalette` function instead of `loadFull`, `loadSlim` or similar functions.
+
+The options shown above are valid for all the component libraries.
+
+## Common pitfalls
+
+- Calling `tsParticles.load(...)` before `loadMoltenMetalPalette(...)`
+- Verify required peer packages before enabling advanced options
+- Change one option group at a time to isolate regressions quickly
+
+## Related docs
+
+- Presets and palettes catalog:
+- Main docs:
+
+---
+
+```mermaid
+flowchart TD
+
+subgraph pr [Palettes]
+pamoltenMetal[Molten Metal]
+end
+
+e[tsParticles Engine] --> pamoltenMetal
+```
diff --git a/palettes/fire/moltenMetal/eslint.config.js b/palettes/fire/moltenMetal/eslint.config.js
new file mode 100644
index 00000000000..a461ddbce48
--- /dev/null
+++ b/palettes/fire/moltenMetal/eslint.config.js
@@ -0,0 +1,6 @@
+import tsParticlesESLintConfig from "@tsparticles/eslint-config";
+import { defineConfig } from "eslint/config";
+
+export default defineConfig([
+ tsParticlesESLintConfig,
+]);
diff --git a/palettes/fire/moltenMetal/images/sample.png b/palettes/fire/moltenMetal/images/sample.png
new file mode 100644
index 00000000000..afe96000e9b
Binary files /dev/null and b/palettes/fire/moltenMetal/images/sample.png differ
diff --git a/palettes/fire/moltenMetal/package.dist.json b/palettes/fire/moltenMetal/package.dist.json
new file mode 100644
index 00000000000..4d2e677f01e
--- /dev/null
+++ b/palettes/fire/moltenMetal/package.dist.json
@@ -0,0 +1,108 @@
+{
+ "name": "@tsparticles/palette-molten-metal",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles molten metal palette",
+ "homepage": "https://particles.js.org",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/moltenMetal"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/palettes/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "jsdelivr": "tsparticles.palette.molten-metal.min.js",
+ "unpkg": "tsparticles.palette.molten-metal.min.js",
+ "browser": "browser/index.js",
+ "main": "cjs/index.js",
+ "module": "esm/index.js",
+ "types": "types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./types/index.d.ts",
+ "browser": "./browser/index.js",
+ "import": "./esm/index.js",
+ "require": "./cjs/index.js",
+ "umd": "./umd/index.js",
+ "default": "./cjs/index.js"
+ },
+ "./package.json": "./package.json"
+ },
+ "dependencies": {
+ "@tsparticles/engine": "4.0.0-beta.12"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/moltenMetal/package.json b/palettes/fire/moltenMetal/package.json
new file mode 100644
index 00000000000..016a1cc30eb
--- /dev/null
+++ b/palettes/fire/moltenMetal/package.json
@@ -0,0 +1,116 @@
+{
+ "name": "@tsparticles/palette-molten-metal",
+ "version": "4.0.0-beta.12",
+ "description": "tsParticles molten metal palette",
+ "homepage": "https://particles.js.org",
+ "scripts": {
+ "build": "tsparticles-cli build",
+ "build:ci": "tsparticles-cli build --ci",
+ "version": "tsparticles-cli build -d && git add package.dist.json",
+ "prepack": "pnpm run build"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
+ "directory": "palettes/fire/moltenMetal"
+ },
+ "keywords": [
+ "front-end",
+ "frontend",
+ "tsparticles",
+ "particles.js",
+ "particlesjs",
+ "particles",
+ "particle",
+ "canvas",
+ "jsparticles",
+ "xparticles",
+ "particles-js",
+ "particles-bg",
+ "particles-bg-vue",
+ "particles-ts",
+ "particles.ts",
+ "react-particles-js",
+ "react-particles.js",
+ "react-particles",
+ "react",
+ "reactjs",
+ "vue-particles",
+ "ngx-particles",
+ "angular-particles",
+ "particleground",
+ "vue",
+ "vuejs",
+ "preact",
+ "preactjs",
+ "jquery",
+ "angularjs",
+ "angular",
+ "typescript",
+ "javascript",
+ "animation",
+ "web",
+ "html5",
+ "web-design",
+ "webdesign",
+ "css",
+ "html",
+ "css3",
+ "animated",
+ "background",
+ "confetti",
+ "canvas",
+ "fireworks",
+ "fireworks-js",
+ "confetti-js",
+ "confettijs",
+ "fireworksjs",
+ "canvas-confetti",
+ "tsparticles-palette"
+ ],
+ "publishConfig": {
+ "directory": "dist",
+ "linkDirectory": true,
+ "access": "public"
+ },
+ "author": "Matteo Bruni ",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/tsparticles/tsparticles/issues"
+ },
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/matteobruni"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/tsparticles"
+ },
+ {
+ "type": "buymeacoffee",
+ "url": "https://www.buymeacoffee.com/matteobruni"
+ }
+ ],
+ "sideEffects": false,
+ "browser": "dist/browser/index.js",
+ "main": "dist/cjs/index.js",
+ "module": "dist/esm/index.js",
+ "types": "dist/types/index.d.ts",
+ "exports": {
+ ".": {
+ "types": "./dist/types/index.d.ts",
+ "browser": "./dist/browser/index.js",
+ "import": "./dist/esm/index.js",
+ "require": "./dist/cjs/index.js",
+ "umd": "./dist/umd/index.js",
+ "default": "./dist/cjs/index.js"
+ },
+ "./package.json": "./dist/package.json"
+ },
+ "prettier": "@tsparticles/prettier-config",
+ "dependencies": {
+ "@tsparticles/engine": "workspace:*"
+ },
+ "type": "module"
+}
diff --git a/palettes/fire/moltenMetal/src/index.ts b/palettes/fire/moltenMetal/src/index.ts
new file mode 100644
index 00000000000..9f338a67c35
--- /dev/null
+++ b/palettes/fire/moltenMetal/src/index.ts
@@ -0,0 +1,14 @@
+import { type Engine } from "@tsparticles/engine";
+
+const paletteName = "molten-metal";
+
+/**
+ * @param engine -
+ */
+export async function loadMoltenMetalPalette(engine: Engine): Promise {
+ await engine.pluginManager.register(async e => {
+ const { options } = await import("./options.js");
+
+ e.pluginManager.addPalette(paletteName, options);
+ });
+}
diff --git a/palettes/fire/moltenMetal/src/options.ts b/palettes/fire/moltenMetal/src/options.ts
new file mode 100644
index 00000000000..876a16f7f96
--- /dev/null
+++ b/palettes/fire/moltenMetal/src/options.ts
@@ -0,0 +1,21 @@
+import { type IPalette } from "@tsparticles/engine";
+
+export const options: IPalette = {
+ name: "Molten Metal",
+ background: "#0a0600",
+ blendMode: "source-over",
+ colors: {
+ fill: {
+ enable: true,
+ value: [
+ "#222222",
+ "#555544",
+ "#AA8833",
+ "#FF6600",
+ "#FFAA00",
+ "#FFEE44",
+ "#FFFFFF",
+ ],
+ },
+ },
+};
diff --git a/palettes/fire/moltenMetal/tsconfig.base.json b/palettes/fire/moltenMetal/tsconfig.base.json
new file mode 100644
index 00000000000..2b489b6aa1c
--- /dev/null
+++ b/palettes/fire/moltenMetal/tsconfig.base.json
@@ -0,0 +1,9 @@
+{
+ "extends": "@tsparticles/tsconfig/dist/tsconfig.base.json",
+ "compilerOptions": {
+ "rootDir": "./src"
+ },
+ "include": [
+ "./src"
+ ]
+}
diff --git a/palettes/fire/moltenMetal/tsconfig.browser.json b/palettes/fire/moltenMetal/tsconfig.browser.json
new file mode 100644
index 00000000000..d114ea7d433
--- /dev/null
+++ b/palettes/fire/moltenMetal/tsconfig.browser.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.browser.json"],
+ "compilerOptions": {
+ "outDir": "./dist/browser"
+ }
+}
diff --git a/palettes/fire/moltenMetal/tsconfig.json b/palettes/fire/moltenMetal/tsconfig.json
new file mode 100644
index 00000000000..4ebb3ae88eb
--- /dev/null
+++ b/palettes/fire/moltenMetal/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.json"],
+ "compilerOptions": {
+ "outDir": "./dist/cjs"
+ }
+}
diff --git a/palettes/fire/moltenMetal/tsconfig.module.json b/palettes/fire/moltenMetal/tsconfig.module.json
new file mode 100644
index 00000000000..7faa233aa42
--- /dev/null
+++ b/palettes/fire/moltenMetal/tsconfig.module.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.module.json"],
+ "compilerOptions": {
+ "outDir": "./dist/esm"
+ }
+}
diff --git a/palettes/fire/moltenMetal/tsconfig.types.json b/palettes/fire/moltenMetal/tsconfig.types.json
new file mode 100644
index 00000000000..01755624ba5
--- /dev/null
+++ b/palettes/fire/moltenMetal/tsconfig.types.json
@@ -0,0 +1,6 @@
+{
+ "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/dist/tsconfig.types.json"],
+ "compilerOptions": {
+ "outDir": "./dist/types"
+ }
+}
diff --git a/palettes/fire/moltenMetal/typedoc.json b/palettes/fire/moltenMetal/typedoc.json
new file mode 100644
index 00000000000..247d0a8d317
--- /dev/null
+++ b/palettes/fire/moltenMetal/typedoc.json
@@ -0,0 +1,15 @@
+{
+ "includes": "./markdown",
+ "entryPoints": [
+ "./src/"
+ ],
+ "entryPointStrategy": "expand",
+ "name": "tsParticles Molten Metal Palette",
+ "includeVersion": true,
+ "hideGenerator": true,
+ "out": "./docs",
+ "validation": {
+ "invalidLink": true,
+ "notDocumented": true
+ }
+}
diff --git a/palettes/fire/moltenMetal/webpack.config.js b/palettes/fire/moltenMetal/webpack.config.js
new file mode 100644
index 00000000000..170bab5245d
--- /dev/null
+++ b/palettes/fire/moltenMetal/webpack.config.js
@@ -0,0 +1,17 @@
+import { loadParticlesPalette } from "@tsparticles/webpack-plugin";
+import { fileURLToPath } from "node:url";
+import { readFile } from "node:fs/promises"
+import path from "node:path";
+
+const __filename = fileURLToPath(import.meta.url),
+ __dirname = path.dirname(__filename),
+ rootPkgPath = path.join(__dirname, "package.json"),
+ pkg = JSON.parse(await readFile(rootPkgPath, "utf-8")),
+ version = pkg.version;
+
+export default loadParticlesPalette({
+ dir: __dirname,
+ moduleName: "palette-molten-metal",
+ paletteName: "Molten Metal Palette",
+ version,
+});
diff --git a/palettes/fireworks/fireworksBlue/.browserslistrc b/palettes/fireworks/fireworksBlue/.browserslistrc
new file mode 100644
index 00000000000..9cce1e55dd9
--- /dev/null
+++ b/palettes/fireworks/fireworksBlue/.browserslistrc
@@ -0,0 +1 @@
+extends @tsparticles/browserslist-config
diff --git a/palettes/fireworks/fireworksBlue/CHANGELOG.md b/palettes/fireworks/fireworksBlue/CHANGELOG.md
new file mode 100644
index 00000000000..962d7db7a0e
--- /dev/null
+++ b/palettes/fireworks/fireworksBlue/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+All notable changes to this project will be documented in this file.
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [4.0.0-beta.12](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.11...v4.0.0-beta.12) (2026-04-15)
+
+**Note:** Version bump only for package @tsparticles/palette-fireworks-blue
+
+# 4.0.0-beta.0 (2026-04-08)
+
+### Features
+
+- added more palettes and reorganized some old ones ([1b1dd2b](https://github.com/tsparticles/palettes/commit/1b1dd2b029e7b9db6637ae210d4ea09f34d89c6d))
+
+# [4.0.0-alpha.5]
+
+**Note:** Initial version of package @tsparticles/palette-fireworks-blue
diff --git a/palettes/fireworks/fireworksBlue/LICENSE b/palettes/fireworks/fireworksBlue/LICENSE
new file mode 100644
index 00000000000..bdc05f528fa
--- /dev/null
+++ b/palettes/fireworks/fireworksBlue/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2020 Matteo Bruni
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/palettes/fireworks/fireworksBlue/README.md b/palettes/fireworks/fireworksBlue/README.md
new file mode 100644
index 00000000000..1a3d3fb585a
--- /dev/null
+++ b/palettes/fireworks/fireworksBlue/README.md
@@ -0,0 +1,126 @@
+[](https://particles.js.org)
+
+# tsParticles Fireworks Blue Palette
+
+[](https://www.jsdelivr.com/package/npm/@tsparticles/palette-fireworks-blue) [](https://www.npmjs.com/package/@tsparticles/palette-fireworks-blue) [](https://www.npmjs.com/package/@tsparticles/palette-fireworks-blue) [](https://github.com/sponsors/matteobruni)
+
+[tsParticles](https://github.com/tsparticles/tsparticles) palette for fireworks blue.
+
+[](https://discord.gg/hACwv45Hme) [](https://t.me/tsparticles)
+
+[](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles")
+
+## Sample
+
+[](https://particles.js.org/samples/palettes/fireworks-blue)
+
+## Colors
+
+