@tsparticles/palette-confetti-winter 4.0.0-alpha.5 → 4.0.0-beta.12

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 +1 @@
1
- "use strict";(this.webpackChunk_tsparticles_palette_confetti_winter=this.webpackChunk_tsparticles_palette_confetti_winter||[]).push([[428],{428(e,t,F){F.d(t,{options:()=>i});let i={name:"Confetti - Winter",background:"#eaf4ff",blendMode:"source-over",colors:{fill:{enable:!0,value:["#FFFFFF","#DDEEFF","#AACCFF","#88BBFF","#FF9999","#FFBBBB","#99CCFF","#CCEEFF"]}}}}}]);
1
+ "use strict";(this.webpackChunk_tsparticles_palette_confetti_winter=this.webpackChunk_tsparticles_palette_confetti_winter||[]).push([[264],{264(e,t,F){F.d(t,{options:()=>i});let i={name:"Confetti - Winter",background:"#eaf4ff",blendMode:"source-over",colors:{fill:{enable:!0,value:["#FFFFFF","#DDEEFF","#AACCFF","#88BBFF","#FF9999","#FFBBBB","#99CCFF","#CCEEFF"]}}}}}]);
package/README.md CHANGED
@@ -72,15 +72,18 @@
72
72
  ## Quick checklist
73
73
 
74
74
  1. Install `@tsparticles/engine` (or use the CDN bundle below)
75
- 2. Call the package loader function(s) before `tsParticles.load(...)`
76
- 3. Apply the package options in your `tsParticles.load(...)` config
75
+ 2. Load a base package (for example `@tsparticles/basic`) and call `loadConfettiWinterPalette` before `tsParticles.load(...)`
76
+ 3. Apply the palette plus a minimal particles configuration in your options
77
+
78
+ A palette defines colors, not complete behavior, so pair it with a runtime package and particle options.
77
79
 
78
80
  ## How to use it
79
81
 
80
82
  ### CDN / Vanilla JS / jQuery
81
83
 
82
84
  ```html
83
- <script src="https://cdn.jsdelivr.net/npm/@tsparticles/palette-confetti-winter@4/tsparticles.palette-confetti-winter.bundle.min.js"></script>
85
+ <script src="https://cdn.jsdelivr.net/npm/@tsparticles/basic@4/tsparticles.basic.bundle.min.js"></script>
86
+ <script src="https://cdn.jsdelivr.net/npm/@tsparticles/palette-confetti-winter@4/tsparticles.palette-confetti-winter.min.js"></script>
84
87
  ```
85
88
 
86
89
  ### Usage
@@ -88,16 +91,28 @@
88
91
  Once the scripts are loaded you can set up `tsParticles` like this:
89
92
 
90
93
  ```javascript
91
- (async () => {
92
- await loadConfettiWinterPalette(tsParticles);
94
+ (async engine => {
95
+ await loadBasic(engine);
96
+ await loadConfettiWinterPalette(engine);
97
+
98
+ const options = {
99
+ particles: {
100
+ number: { value: 200 },
101
+ shape: { type: "circle" },
102
+ size: { value: { min: 10, max: 15 } },
103
+ move: {
104
+ enable: true,
105
+ speed: 2,
106
+ },
107
+ },
108
+ palette: "confetti-winter",
109
+ };
93
110
 
94
- await tsParticles.load({
111
+ await engine.load({
95
112
  id: "tsparticles",
96
- options: {
97
- palette: "confetti-winter",
98
- },
113
+ options,
99
114
  });
100
- })();
115
+ })(tsParticles);
101
116
  ```
102
117
 
103
118
  #### Customization
@@ -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
- * v4.0.0-alpha.5
7
+ * v4.0.0-beta.12
8
8
  */
9
9
  "use strict";
10
10
  /*
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tsparticles/palette-confetti-winter",
3
- "version": "4.0.0-alpha.5",
3
+ "version": "4.0.0-beta.12",
4
4
  "description": "tsParticles confetti winter palette",
5
5
  "homepage": "https://particles.js.org",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/tsparticles/palettes.git",
8
+ "url": "git+https://github.com/tsparticles/tsparticles.git",
9
9
  "directory": "palettes/confetti/confettiWinter"
10
10
  },
11
11
  "keywords": [
@@ -98,7 +98,7 @@
98
98
  "./package.json": "./package.json"
99
99
  },
100
100
  "dependencies": {
101
- "@tsparticles/engine": "^4.0.0-beta.11"
101
+ "@tsparticles/engine": "4.0.0-beta.12"
102
102
  },
103
103
  "type": "module",
104
104
  "jsdelivr": "tsparticles.palette-confetti-winter.min.js",
package/report.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <title>@tsparticles/palette-confetti-winter [9 Apr 2026 at 00:29]</title>
6
+ <title>@tsparticles/palette-confetti-winter [15 Apr 2026 at 17:16]</title>
7
7
  <link
8
8
  rel="shortcut icon"
9
9
  href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII="
@@ -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
- * v4.0.0-alpha.5
7
+ * v4.0.0-beta.12
8
8
  */
9
9
  /*
10
10
  * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
@@ -1,2 +1,2 @@
1
1
  !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var o in r)("object"==typeof exports?exports:e)[o]=r[o]}}(this,()=>(()=>{"use strict";var e,t,r,o={},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,i),r.exports}i.m=o,i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce((t,r)=>(i.f[r](e,t),t),[])),i.u=e=>""+e+".min.js",i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a={},i.l=(e,t,r,o)=>{if(a[e])return void a[e].push(t);if(void 0!==r)for(var n,c,l=document.getElementsByTagName("script"),s=0;s<l.length;s++){var p=l[s];if(p.getAttribute("src")==e||p.getAttribute("data-webpack")=="@tsparticles/palette-confetti-winter:"+r){n=p;break}}n||(c=!0,(n=document.createElement("script")).charset="utf-8",i.nc&&n.setAttribute("nonce",i.nc),n.setAttribute("data-webpack","@tsparticles/palette-confetti-winter:"+r),n.src=e),a[e]=[t];var u=(t,r)=>{n.onerror=n.onload=null,clearTimeout(f);var o=a[e];if(delete a[e],n.parentNode&&n.parentNode.removeChild(n),o&&o.forEach(e=>e(r)),t)return t(r)},f=setTimeout(u.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=u.bind(null,n.onerror),n.onload=u.bind(null,n.onload),c&&document.head.appendChild(n)},i.r=e=>{"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.g.importScripts&&(c=i.g.location+"");var a,c,l=i.g.document;if(!c&&l&&(l.currentScript&&"SCRIPT"===l.currentScript.tagName.toUpperCase()&&(c=l.currentScript.src),!c)){var s=l.getElementsByTagName("script");if(s.length)for(var p=s.length-1;p>-1&&(!c||!/^http(s?):/.test(c));)c=s[p--].src}if(!c)throw Error("Automatic publicPath is not supported in this browser");i.p=c=c.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),e={850:0},i.f.j=(t,r)=>{var o=i.o(e,t)?e[t]:void 0;if(0!==o)if(o)r.push(o[2]);else{var n=new Promise((r,n)=>o=e[t]=[r,n]);r.push(o[2]=n);var a=i.p+i.u(t),c=Error();i.l(a,r=>{if(i.o(e,t)&&(0!==(o=e[t])&&(e[t]=void 0),o)){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;c.message="Loading chunk "+t+` failed.
2
- (`+n+": "+a+")",c.name="ChunkLoadError",c.type=n,c.request=a,o[1](c)}},"chunk-"+t,t)}},t=(t,r)=>{var o,n,[a,c,l]=r,s=0;if(a.some(t=>0!==e[t])){for(o in c)i.o(c,o)&&(i.m[o]=c[o]);l&&l(i)}for(t&&t(r);s<a.length;s++)n=a[s],i.o(e,n)&&e[n]&&e[n][0](),e[n]=0},(r=this.webpackChunk_tsparticles_palette_confetti_winter=this.webpackChunk_tsparticles_palette_confetti_winter||[]).forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r));var u={};async function f(e){await e.pluginManager.register(async e=>{let{options:t}=await i.e(428).then(i.bind(i,428));e.pluginManager.addPalette("confetti-winter",t)})}return i.r(u),i.d(u,{loadConfettiWinterPalette:()=>f}),u})());
2
+ (`+n+": "+a+")",c.name="ChunkLoadError",c.type=n,c.request=a,o[1](c)}},"chunk-"+t,t)}},t=(t,r)=>{var o,n,[a,c,l]=r,s=0;if(a.some(t=>0!==e[t])){for(o in c)i.o(c,o)&&(i.m[o]=c[o]);l&&l(i)}for(t&&t(r);s<a.length;s++)n=a[s],i.o(e,n)&&e[n]&&e[n][0](),e[n]=0},(r=this.webpackChunk_tsparticles_palette_confetti_winter=this.webpackChunk_tsparticles_palette_confetti_winter||[]).forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r));var u={};async function f(e){await e.pluginManager.register(async e=>{let{options:t}=await i.e(264).then(i.bind(i,264));e.pluginManager.addPalette("confetti-winter",t)})}return i.r(u),i.d(u,{loadConfettiWinterPalette:()=>f}),u})());