@tsparticles/noise-field 4.0.0-alpha.0
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/LICENSE +21 -0
- package/README.md +74 -0
- package/browser/IFactorOffsetValues.js +1 -0
- package/browser/INoiseFieldOptions.js +1 -0
- package/browser/INoiseGenerator.js +1 -0
- package/browser/NoiseFieldGenerator.js +164 -0
- package/browser/index.js +1 -0
- package/browser/package.json +1 -0
- package/cjs/IFactorOffsetValues.js +1 -0
- package/cjs/INoiseFieldOptions.js +1 -0
- package/cjs/INoiseGenerator.js +1 -0
- package/cjs/NoiseFieldGenerator.js +164 -0
- package/cjs/index.js +1 -0
- package/cjs/package.json +1 -0
- package/esm/IFactorOffsetValues.js +1 -0
- package/esm/INoiseFieldOptions.js +1 -0
- package/esm/INoiseGenerator.js +1 -0
- package/esm/NoiseFieldGenerator.js +164 -0
- package/esm/index.js +1 -0
- package/esm/package.json +1 -0
- package/package.json +109 -0
- package/report.html +40 -0
- package/tsparticles.noise.field.js +132 -0
- package/tsparticles.noise.field.min.js +2 -0
- package/tsparticles.noise.field.min.js.LICENSE.txt +1 -0
- package/types/IFactorOffsetValues.d.ts +9 -0
- package/types/INoiseFieldOptions.d.ts +14 -0
- package/types/INoiseGenerator.d.ts +4 -0
- package/types/NoiseFieldGenerator.d.ts +20 -0
- package/types/index.d.ts +4 -0
- package/umd/IFactorOffsetValues.js +12 -0
- package/umd/INoiseFieldOptions.js +12 -0
- package/umd/INoiseGenerator.js +12 -0
- package/umd/NoiseFieldGenerator.js +178 -0
- package/umd/index.js +15 -0
package/package.json
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tsparticles/noise-field",
|
|
3
|
+
"version": "4.0.0-alpha.0",
|
|
4
|
+
"description": "tsParticles noise field library",
|
|
5
|
+
"homepage": "https://particles.js.org",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/tsparticles/tsparticles.git",
|
|
9
|
+
"directory": "utils/noiseField"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"front-end",
|
|
13
|
+
"frontend",
|
|
14
|
+
"tsparticles",
|
|
15
|
+
"particles.js",
|
|
16
|
+
"particlesjs",
|
|
17
|
+
"particles",
|
|
18
|
+
"particle",
|
|
19
|
+
"canvas",
|
|
20
|
+
"jsparticles",
|
|
21
|
+
"xparticles",
|
|
22
|
+
"particles-js",
|
|
23
|
+
"particles-bg",
|
|
24
|
+
"particles-bg-vue",
|
|
25
|
+
"particles-ts",
|
|
26
|
+
"particles.ts",
|
|
27
|
+
"react-particles-js",
|
|
28
|
+
"react-particles.js",
|
|
29
|
+
"react-particles",
|
|
30
|
+
"react",
|
|
31
|
+
"reactjs",
|
|
32
|
+
"vue-particles",
|
|
33
|
+
"ngx-particles",
|
|
34
|
+
"angular-particles",
|
|
35
|
+
"particleground",
|
|
36
|
+
"vue",
|
|
37
|
+
"vuejs",
|
|
38
|
+
"preact",
|
|
39
|
+
"preactjs",
|
|
40
|
+
"jquery",
|
|
41
|
+
"angularjs",
|
|
42
|
+
"angular",
|
|
43
|
+
"typescript",
|
|
44
|
+
"javascript",
|
|
45
|
+
"animation",
|
|
46
|
+
"web",
|
|
47
|
+
"html5",
|
|
48
|
+
"web-design",
|
|
49
|
+
"webdesign",
|
|
50
|
+
"css",
|
|
51
|
+
"html",
|
|
52
|
+
"css3",
|
|
53
|
+
"animated",
|
|
54
|
+
"background",
|
|
55
|
+
"confetti",
|
|
56
|
+
"canvas",
|
|
57
|
+
"fireworks",
|
|
58
|
+
"fireworks-js",
|
|
59
|
+
"confetti-js",
|
|
60
|
+
"confettijs",
|
|
61
|
+
"fireworksjs",
|
|
62
|
+
"canvas-confetti",
|
|
63
|
+
"tsparticles-plugin"
|
|
64
|
+
],
|
|
65
|
+
"publishConfig": {
|
|
66
|
+
"access": "public"
|
|
67
|
+
},
|
|
68
|
+
"author": "Matteo Bruni <matteo.bruni@me.com>",
|
|
69
|
+
"license": "MIT",
|
|
70
|
+
"bugs": {
|
|
71
|
+
"url": "https://github.com/tsparticles/tsparticles/issues"
|
|
72
|
+
},
|
|
73
|
+
"funding": [
|
|
74
|
+
{
|
|
75
|
+
"type": "github",
|
|
76
|
+
"url": "https://github.com/sponsors/matteobruni"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "github",
|
|
80
|
+
"url": "https://github.com/sponsors/tsparticles"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "buymeacoffee",
|
|
84
|
+
"url": "https://www.buymeacoffee.com/matteobruni"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"sideEffects": false,
|
|
88
|
+
"jsdelivr": "tsparticles.noise.field.min.js",
|
|
89
|
+
"unpkg": "tsparticles.noise.field.min.js",
|
|
90
|
+
"browser": "browser/index.js",
|
|
91
|
+
"main": "cjs/index.js",
|
|
92
|
+
"module": "esm/index.js",
|
|
93
|
+
"types": "types/index.d.ts",
|
|
94
|
+
"dependencies": {
|
|
95
|
+
"@tsparticles/engine": "4.0.0-alpha.0"
|
|
96
|
+
},
|
|
97
|
+
"exports": {
|
|
98
|
+
".": {
|
|
99
|
+
"types": "./types/index.d.ts",
|
|
100
|
+
"browser": "./browser/index.js",
|
|
101
|
+
"import": "./esm/index.js",
|
|
102
|
+
"require": "./cjs/index.js",
|
|
103
|
+
"umd": "./umd/index.js",
|
|
104
|
+
"default": "./cjs/index.js"
|
|
105
|
+
},
|
|
106
|
+
"./package.json": "./package.json"
|
|
107
|
+
},
|
|
108
|
+
"type": "module"
|
|
109
|
+
}
|