svelte-confetti
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -64,3 +64,3 @@ export default Confetti; | ||
/** | ||
* The horizontal spread of the effect | ||
* The horizontal spread of the effect as it falls down, from 0 to 1 | ||
*/ | ||
@@ -135,3 +135,3 @@ xSpread?: number | undefined; | ||
/** | ||
* The horizontal spread of the effect | ||
* The horizontal spread of the effect as it falls down, from 0 to 1 | ||
*/ | ||
@@ -138,0 +138,0 @@ xSpread?: number | undefined; |
{ | ||
"name": "svelte-confetti", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"scripts": { | ||
@@ -39,3 +39,4 @@ "dev": "vite dev", | ||
"eslint-plugin-svelte": "^2.46.1", | ||
"jsdom": "^25.0.0", | ||
"globals": "^15.14.0", | ||
"happy-dom": "^16.5.3", | ||
"prettier": "^3.1.0", | ||
@@ -42,0 +43,0 @@ "prettier-plugin-svelte": "^3.1.0", |
Sorry, the diff of this file is not supported yet
18532
19