@tsparticles/configs 3.0.0-beta.1 → 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.
- package/browser/c/index.js +0 -4
- package/browser/index.js +26 -26
- package/cjs/c/index.js +0 -4
- package/cjs/index.js +52 -52
- package/esm/c/index.js +0 -4
- 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 +2 -62
- package/tsparticles.configs.min.js +1 -1
- package/tsparticles.configs.min.js.LICENSE.txt +1 -1
- package/types/c/index.d.ts +0 -2
- package/types/index.d.ts +0 -2
- package/umd/c/index.js +1 -5
- package/umd/index.js +53 -53
- package/browser/c/customPreset.js +0 -5
- package/browser/c/customShape.js +0 -49
- package/cjs/c/customPreset.js +0 -7
- package/cjs/c/customShape.js +0 -51
- package/esm/c/customPreset.js +0 -5
- package/esm/c/customShape.js +0 -49
- package/types/c/customPreset.d.ts +0 -3
- package/types/c/customShape.d.ts +0 -3
- package/umd/c/customPreset.js +0 -17
- package/umd/c/customShape.js +0 -61
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v3.0.0-beta.
|
|
7
|
+
* v3.0.0-beta.3
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Configs v3.0.0-beta.
|
|
1
|
+
/*! tsParticles Configs v3.0.0-beta.3 by Matteo Bruni */
|
package/tsparticles.configs.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v3.0.0-beta.
|
|
7
|
+
* v3.0.0-beta.3
|
|
8
8
|
*/
|
|
9
9
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
10
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -1367,62 +1367,6 @@ const connect_options = {
|
|
|
1367
1367
|
}
|
|
1368
1368
|
};
|
|
1369
1369
|
/* harmony default export */ const connect = (connect_options);
|
|
1370
|
-
;// CONCATENATED MODULE: ./dist/browser/c/customPreset.js
|
|
1371
|
-
const customPreset_options = {
|
|
1372
|
-
name: "Custom Preset",
|
|
1373
|
-
preset: "fire"
|
|
1374
|
-
};
|
|
1375
|
-
/* harmony default export */ const customPreset = (customPreset_options);
|
|
1376
|
-
;// CONCATENATED MODULE: ./dist/browser/c/customShape.js
|
|
1377
|
-
const customShape_options = {
|
|
1378
|
-
name: "Custom Shape",
|
|
1379
|
-
particles: {
|
|
1380
|
-
links: {
|
|
1381
|
-
enable: false
|
|
1382
|
-
},
|
|
1383
|
-
stroke: {
|
|
1384
|
-
color: {
|
|
1385
|
-
value: "random"
|
|
1386
|
-
},
|
|
1387
|
-
width: 1
|
|
1388
|
-
},
|
|
1389
|
-
shape: {
|
|
1390
|
-
type: "spiral",
|
|
1391
|
-
options: {
|
|
1392
|
-
spiral: {
|
|
1393
|
-
innerRadius: 1,
|
|
1394
|
-
lineSpacing: 1,
|
|
1395
|
-
fill: false,
|
|
1396
|
-
close: false
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
},
|
|
1400
|
-
size: {
|
|
1401
|
-
value: 20
|
|
1402
|
-
},
|
|
1403
|
-
rotate: {
|
|
1404
|
-
value: {
|
|
1405
|
-
min: 0,
|
|
1406
|
-
max: 360
|
|
1407
|
-
},
|
|
1408
|
-
direction: "clockwise",
|
|
1409
|
-
animation: {
|
|
1410
|
-
enable: true,
|
|
1411
|
-
speed: 50,
|
|
1412
|
-
sync: false
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
},
|
|
1416
|
-
preset: "links",
|
|
1417
|
-
background: {
|
|
1418
|
-
color: "#000000",
|
|
1419
|
-
image: "",
|
|
1420
|
-
position: "50% 50%",
|
|
1421
|
-
repeat: "no-repeat",
|
|
1422
|
-
size: "cover"
|
|
1423
|
-
}
|
|
1424
|
-
};
|
|
1425
|
-
/* harmony default export */ const customShape = (customShape_options);
|
|
1426
1370
|
;// CONCATENATED MODULE: ./dist/browser/c/index.js
|
|
1427
1371
|
|
|
1428
1372
|
|
|
@@ -1432,8 +1376,6 @@ const customShape_options = {
|
|
|
1432
1376
|
|
|
1433
1377
|
|
|
1434
1378
|
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
1379
|
/* harmony default export */ const c = ({
|
|
1438
1380
|
cards: cards,
|
|
1439
1381
|
chars: chars,
|
|
@@ -1442,9 +1384,7 @@ const customShape_options = {
|
|
|
1442
1384
|
collisionsBounce: collisionsBounce,
|
|
1443
1385
|
collisionsDestroy: collisionsDestroy,
|
|
1444
1386
|
colorAnimation: colorAnimation,
|
|
1445
|
-
connect: connect
|
|
1446
|
-
customPreset: customPreset,
|
|
1447
|
-
customShape: customShape
|
|
1387
|
+
connect: connect
|
|
1448
1388
|
});
|
|
1449
1389
|
;// CONCATENATED MODULE: ./dist/browser/d/dataImages.js
|
|
1450
1390
|
const dataImages_options = {
|