@tsparticles/configs 3.0.0-beta.2 → 3.0.0-beta.3

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.
@@ -1,49 +0,0 @@
1
- const options = {
2
- name: "Custom Shape",
3
- particles: {
4
- links: {
5
- enable: false,
6
- },
7
- stroke: {
8
- color: {
9
- value: "random",
10
- },
11
- width: 1,
12
- },
13
- shape: {
14
- type: "spiral",
15
- options: {
16
- spiral: {
17
- innerRadius: 1,
18
- lineSpacing: 1,
19
- fill: false,
20
- close: false,
21
- },
22
- },
23
- },
24
- size: {
25
- value: 20,
26
- },
27
- rotate: {
28
- value: {
29
- min: 0,
30
- max: 360,
31
- },
32
- direction: "clockwise",
33
- animation: {
34
- enable: true,
35
- speed: 50,
36
- sync: false,
37
- },
38
- },
39
- },
40
- preset: "links",
41
- background: {
42
- color: "#000000",
43
- image: "",
44
- position: "50% 50%",
45
- repeat: "no-repeat",
46
- size: "cover",
47
- },
48
- };
49
- export default options;
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const options = {
4
- name: "Custom Preset",
5
- preset: "fire",
6
- };
7
- exports.default = options;
@@ -1,51 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const options = {
4
- name: "Custom Shape",
5
- particles: {
6
- links: {
7
- enable: false,
8
- },
9
- stroke: {
10
- color: {
11
- value: "random",
12
- },
13
- width: 1,
14
- },
15
- shape: {
16
- type: "spiral",
17
- options: {
18
- spiral: {
19
- innerRadius: 1,
20
- lineSpacing: 1,
21
- fill: false,
22
- close: false,
23
- },
24
- },
25
- },
26
- size: {
27
- value: 20,
28
- },
29
- rotate: {
30
- value: {
31
- min: 0,
32
- max: 360,
33
- },
34
- direction: "clockwise",
35
- animation: {
36
- enable: true,
37
- speed: 50,
38
- sync: false,
39
- },
40
- },
41
- },
42
- preset: "links",
43
- background: {
44
- color: "#000000",
45
- image: "",
46
- position: "50% 50%",
47
- repeat: "no-repeat",
48
- size: "cover",
49
- },
50
- };
51
- exports.default = options;
@@ -1,5 +0,0 @@
1
- const options = {
2
- name: "Custom Preset",
3
- preset: "fire",
4
- };
5
- export default options;
@@ -1,49 +0,0 @@
1
- const options = {
2
- name: "Custom Shape",
3
- particles: {
4
- links: {
5
- enable: false,
6
- },
7
- stroke: {
8
- color: {
9
- value: "random",
10
- },
11
- width: 1,
12
- },
13
- shape: {
14
- type: "spiral",
15
- options: {
16
- spiral: {
17
- innerRadius: 1,
18
- lineSpacing: 1,
19
- fill: false,
20
- close: false,
21
- },
22
- },
23
- },
24
- size: {
25
- value: 20,
26
- },
27
- rotate: {
28
- value: {
29
- min: 0,
30
- max: 360,
31
- },
32
- direction: "clockwise",
33
- animation: {
34
- enable: true,
35
- speed: 50,
36
- sync: false,
37
- },
38
- },
39
- },
40
- preset: "links",
41
- background: {
42
- color: "#000000",
43
- image: "",
44
- position: "50% 50%",
45
- repeat: "no-repeat",
46
- size: "cover",
47
- },
48
- };
49
- export default options;
@@ -1,3 +0,0 @@
1
- import type { ISourceOptions } from "@tsparticles/engine";
2
- declare const options: ISourceOptions;
3
- export default options;
@@ -1,3 +0,0 @@
1
- import type { ISourceOptions } from "@tsparticles/engine";
2
- declare const options: ISourceOptions;
3
- export default options;
@@ -1,17 +0,0 @@
1
- (function (factory) {
2
- if (typeof module === "object" && typeof module.exports === "object") {
3
- var v = factory(require, exports);
4
- if (v !== undefined) module.exports = v;
5
- }
6
- else if (typeof define === "function" && define.amd) {
7
- define(["require", "exports"], factory);
8
- }
9
- })(function (require, exports) {
10
- "use strict";
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const options = {
13
- name: "Custom Preset",
14
- preset: "fire",
15
- };
16
- exports.default = options;
17
- });
@@ -1,61 +0,0 @@
1
- (function (factory) {
2
- if (typeof module === "object" && typeof module.exports === "object") {
3
- var v = factory(require, exports);
4
- if (v !== undefined) module.exports = v;
5
- }
6
- else if (typeof define === "function" && define.amd) {
7
- define(["require", "exports"], factory);
8
- }
9
- })(function (require, exports) {
10
- "use strict";
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- const options = {
13
- name: "Custom Shape",
14
- particles: {
15
- links: {
16
- enable: false,
17
- },
18
- stroke: {
19
- color: {
20
- value: "random",
21
- },
22
- width: 1,
23
- },
24
- shape: {
25
- type: "spiral",
26
- options: {
27
- spiral: {
28
- innerRadius: 1,
29
- lineSpacing: 1,
30
- fill: false,
31
- close: false,
32
- },
33
- },
34
- },
35
- size: {
36
- value: 20,
37
- },
38
- rotate: {
39
- value: {
40
- min: 0,
41
- max: 360,
42
- },
43
- direction: "clockwise",
44
- animation: {
45
- enable: true,
46
- speed: 50,
47
- sync: false,
48
- },
49
- },
50
- },
51
- preset: "links",
52
- background: {
53
- color: "#000000",
54
- image: "",
55
- position: "50% 50%",
56
- repeat: "no-repeat",
57
- size: "cover",
58
- },
59
- };
60
- exports.default = options;
61
- });