@splatrac/vue-snowfall 1.2.1 → 1.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splatrac/vue-snowfall",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A Vue 3 composable for creating snowfall effects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -95,6 +95,7 @@ export function useSnowfall() {
95
95
  timeRange = DEFAULT_OPTIONS.timeRange,
96
96
  posRange = DEFAULT_OPTIONS.posRange,
97
97
  sizeRange = DEFAULT_OPTIONS.sizeRange,
98
+ maxFlakes = DEFAULT_OPTIONS.maxFlakes,
98
99
  interval = 500
99
100
  } = userOptions;
100
101
  const finalOptions = { timeRange, posRange, sizeRange };