MCPcopy Index your code
hub / github.com/Source-Controller/eCommerce-Fullstack / fire

Function fire

lib/utils.js:9–13  ·  view source on GitHub ↗
(particleRatio, opts)

Source from the content-addressed store, hash-verified

7 };
8
9 function fire(particleRatio, opts) {
10 confetti(Object.assign({}, defaults, opts, {
11 particleCount: Math.floor(count * particleRatio)
12 }));
13 }
14
15 fire(0.25, {
16 spread: 26,

Callers 1

runConfettiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected