@tsparticles/configs 3.0.0-beta.1 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/index.js +26 -26
- package/cjs/index.js +52 -52
- package/esm/index.js +26 -26
- package/package.json +4 -4
- package/report.html +23 -5
- package/tsparticles.configs.bundle.js +1 -1
- package/tsparticles.configs.bundle.min.js.LICENSE.txt +1 -1
- package/tsparticles.configs.js +1 -1
- package/tsparticles.configs.min.js.LICENSE.txt +1 -1
- package/umd/index.js +53 -53
package/browser/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { tsParticles } from "@tsparticles/engine";
|
|
2
|
-
import a from "./a";
|
|
3
|
-
import b from "./b";
|
|
4
|
-
import c from "./c";
|
|
5
|
-
import d from "./d";
|
|
6
|
-
import e from "./e";
|
|
7
|
-
import f from "./f";
|
|
8
|
-
import g from "./g";
|
|
9
|
-
import h from "./h";
|
|
10
|
-
import i from "./i";
|
|
11
|
-
import j from "./j";
|
|
12
|
-
import k from "./k";
|
|
13
|
-
import l from "./l";
|
|
14
|
-
import m from "./m";
|
|
15
|
-
import n from "./n";
|
|
16
|
-
import o from "./o";
|
|
17
|
-
import p from "./p";
|
|
18
|
-
import q from "./q";
|
|
19
|
-
import r from "./r";
|
|
20
|
-
import s from "./s";
|
|
21
|
-
import t from "./t";
|
|
22
|
-
import u from "./u";
|
|
23
|
-
import v from "./v";
|
|
24
|
-
import w from "./w";
|
|
25
|
-
import x from "./x";
|
|
26
|
-
import y from "./y";
|
|
27
|
-
import z from "./z";
|
|
2
|
+
import a from "./a/index.js";
|
|
3
|
+
import b from "./b/index.js";
|
|
4
|
+
import c from "./c/index.js";
|
|
5
|
+
import d from "./d/index.js";
|
|
6
|
+
import e from "./e/index.js";
|
|
7
|
+
import f from "./f/index.js";
|
|
8
|
+
import g from "./g/index.js";
|
|
9
|
+
import h from "./h/index.js";
|
|
10
|
+
import i from "./i/index.js";
|
|
11
|
+
import j from "./j/index.js";
|
|
12
|
+
import k from "./k/index.js";
|
|
13
|
+
import l from "./l/index.js";
|
|
14
|
+
import m from "./m/index.js";
|
|
15
|
+
import n from "./n/index.js";
|
|
16
|
+
import o from "./o/index.js";
|
|
17
|
+
import p from "./p/index.js";
|
|
18
|
+
import q from "./q/index.js";
|
|
19
|
+
import r from "./r/index.js";
|
|
20
|
+
import s from "./s/index.js";
|
|
21
|
+
import t from "./t/index.js";
|
|
22
|
+
import u from "./u/index.js";
|
|
23
|
+
import v from "./v/index.js";
|
|
24
|
+
import w from "./w/index.js";
|
|
25
|
+
import x from "./x/index.js";
|
|
26
|
+
import y from "./y/index.js";
|
|
27
|
+
import z from "./z/index.js";
|
|
28
28
|
const configs = {
|
|
29
29
|
...a,
|
|
30
30
|
...b,
|
package/cjs/index.js
CHANGED
|
@@ -4,59 +4,59 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const engine_1 = require("@tsparticles/engine");
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
7
|
+
const index_js_1 = __importDefault(require("./a/index.js"));
|
|
8
|
+
const index_js_2 = __importDefault(require("./b/index.js"));
|
|
9
|
+
const index_js_3 = __importDefault(require("./c/index.js"));
|
|
10
|
+
const index_js_4 = __importDefault(require("./d/index.js"));
|
|
11
|
+
const index_js_5 = __importDefault(require("./e/index.js"));
|
|
12
|
+
const index_js_6 = __importDefault(require("./f/index.js"));
|
|
13
|
+
const index_js_7 = __importDefault(require("./g/index.js"));
|
|
14
|
+
const index_js_8 = __importDefault(require("./h/index.js"));
|
|
15
|
+
const index_js_9 = __importDefault(require("./i/index.js"));
|
|
16
|
+
const index_js_10 = __importDefault(require("./j/index.js"));
|
|
17
|
+
const index_js_11 = __importDefault(require("./k/index.js"));
|
|
18
|
+
const index_js_12 = __importDefault(require("./l/index.js"));
|
|
19
|
+
const index_js_13 = __importDefault(require("./m/index.js"));
|
|
20
|
+
const index_js_14 = __importDefault(require("./n/index.js"));
|
|
21
|
+
const index_js_15 = __importDefault(require("./o/index.js"));
|
|
22
|
+
const index_js_16 = __importDefault(require("./p/index.js"));
|
|
23
|
+
const index_js_17 = __importDefault(require("./q/index.js"));
|
|
24
|
+
const index_js_18 = __importDefault(require("./r/index.js"));
|
|
25
|
+
const index_js_19 = __importDefault(require("./s/index.js"));
|
|
26
|
+
const index_js_20 = __importDefault(require("./t/index.js"));
|
|
27
|
+
const index_js_21 = __importDefault(require("./u/index.js"));
|
|
28
|
+
const index_js_22 = __importDefault(require("./v/index.js"));
|
|
29
|
+
const index_js_23 = __importDefault(require("./w/index.js"));
|
|
30
|
+
const index_js_24 = __importDefault(require("./x/index.js"));
|
|
31
|
+
const index_js_25 = __importDefault(require("./y/index.js"));
|
|
32
|
+
const index_js_26 = __importDefault(require("./z/index.js"));
|
|
33
33
|
const configs = {
|
|
34
|
-
...
|
|
35
|
-
...
|
|
36
|
-
...
|
|
37
|
-
...
|
|
38
|
-
...
|
|
39
|
-
...
|
|
40
|
-
...
|
|
41
|
-
...
|
|
42
|
-
...
|
|
43
|
-
...
|
|
44
|
-
...
|
|
45
|
-
...
|
|
46
|
-
...
|
|
47
|
-
...
|
|
48
|
-
...
|
|
49
|
-
...
|
|
50
|
-
...
|
|
51
|
-
...
|
|
52
|
-
...
|
|
53
|
-
...
|
|
54
|
-
...
|
|
55
|
-
...
|
|
56
|
-
...
|
|
57
|
-
...
|
|
58
|
-
...
|
|
59
|
-
...
|
|
34
|
+
...index_js_1.default,
|
|
35
|
+
...index_js_2.default,
|
|
36
|
+
...index_js_3.default,
|
|
37
|
+
...index_js_4.default,
|
|
38
|
+
...index_js_5.default,
|
|
39
|
+
...index_js_6.default,
|
|
40
|
+
...index_js_7.default,
|
|
41
|
+
...index_js_8.default,
|
|
42
|
+
...index_js_9.default,
|
|
43
|
+
...index_js_10.default,
|
|
44
|
+
...index_js_11.default,
|
|
45
|
+
...index_js_12.default,
|
|
46
|
+
...index_js_13.default,
|
|
47
|
+
...index_js_14.default,
|
|
48
|
+
...index_js_15.default,
|
|
49
|
+
...index_js_16.default,
|
|
50
|
+
...index_js_17.default,
|
|
51
|
+
...index_js_18.default,
|
|
52
|
+
...index_js_19.default,
|
|
53
|
+
...index_js_20.default,
|
|
54
|
+
...index_js_21.default,
|
|
55
|
+
...index_js_22.default,
|
|
56
|
+
...index_js_23.default,
|
|
57
|
+
...index_js_24.default,
|
|
58
|
+
...index_js_25.default,
|
|
59
|
+
...index_js_26.default,
|
|
60
60
|
};
|
|
61
61
|
for (const key of Object.keys(configs)) {
|
|
62
62
|
engine_1.tsParticles.addConfig(configs[key]);
|
package/esm/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { tsParticles } from "@tsparticles/engine";
|
|
2
|
-
import a from "./a";
|
|
3
|
-
import b from "./b";
|
|
4
|
-
import c from "./c";
|
|
5
|
-
import d from "./d";
|
|
6
|
-
import e from "./e";
|
|
7
|
-
import f from "./f";
|
|
8
|
-
import g from "./g";
|
|
9
|
-
import h from "./h";
|
|
10
|
-
import i from "./i";
|
|
11
|
-
import j from "./j";
|
|
12
|
-
import k from "./k";
|
|
13
|
-
import l from "./l";
|
|
14
|
-
import m from "./m";
|
|
15
|
-
import n from "./n";
|
|
16
|
-
import o from "./o";
|
|
17
|
-
import p from "./p";
|
|
18
|
-
import q from "./q";
|
|
19
|
-
import r from "./r";
|
|
20
|
-
import s from "./s";
|
|
21
|
-
import t from "./t";
|
|
22
|
-
import u from "./u";
|
|
23
|
-
import v from "./v";
|
|
24
|
-
import w from "./w";
|
|
25
|
-
import x from "./x";
|
|
26
|
-
import y from "./y";
|
|
27
|
-
import z from "./z";
|
|
2
|
+
import a from "./a/index.js";
|
|
3
|
+
import b from "./b/index.js";
|
|
4
|
+
import c from "./c/index.js";
|
|
5
|
+
import d from "./d/index.js";
|
|
6
|
+
import e from "./e/index.js";
|
|
7
|
+
import f from "./f/index.js";
|
|
8
|
+
import g from "./g/index.js";
|
|
9
|
+
import h from "./h/index.js";
|
|
10
|
+
import i from "./i/index.js";
|
|
11
|
+
import j from "./j/index.js";
|
|
12
|
+
import k from "./k/index.js";
|
|
13
|
+
import l from "./l/index.js";
|
|
14
|
+
import m from "./m/index.js";
|
|
15
|
+
import n from "./n/index.js";
|
|
16
|
+
import o from "./o/index.js";
|
|
17
|
+
import p from "./p/index.js";
|
|
18
|
+
import q from "./q/index.js";
|
|
19
|
+
import r from "./r/index.js";
|
|
20
|
+
import s from "./s/index.js";
|
|
21
|
+
import t from "./t/index.js";
|
|
22
|
+
import u from "./u/index.js";
|
|
23
|
+
import v from "./v/index.js";
|
|
24
|
+
import w from "./w/index.js";
|
|
25
|
+
import x from "./x/index.js";
|
|
26
|
+
import y from "./y/index.js";
|
|
27
|
+
import z from "./z/index.js";
|
|
28
28
|
const configs = {
|
|
29
29
|
...a,
|
|
30
30
|
...b,
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/configs",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.2",
|
|
4
4
|
"description": "tsParticles demo configurations",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/
|
|
8
|
+
"url": "git+https://github.com/tsparticles/tsparticles.git",
|
|
9
9
|
"directory": "utils/configs"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"bugs": {
|
|
67
|
-
"url": "https://github.com/
|
|
67
|
+
"url": "https://github.com/tsparticles/tsparticles/issues"
|
|
68
68
|
},
|
|
69
69
|
"funding": [
|
|
70
70
|
{
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"./package.json": "./package.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@tsparticles/engine": "^3.0.0-beta.
|
|
102
|
+
"@tsparticles/engine": "^3.0.0-beta.2"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": {
|
|
105
105
|
"access": "public"
|