- { random: R, PI, cos: c, sin: s, floor, atan2 } = Math,
- ctx = K.getContext('2d'),
- fps = 24,
- lst = 0,
- spd = 1,
- siz = 5 + r(10),
- clr = R() > 0.5,
- ccl = R() > 0.5,
+ { random: R, PI, cos: C, sin: S, floor, atan2: A } = Math,
+ id = p => p,
+ spn = rad => p => ({
+ x: p.x + rad * C(l),
+ y: p.y + rad * S(l)
+ }),
+ X = K.getContext('2d'),
+ f = 24,
+ l = 0,
+ s = 1,
+ z = 5 + r(10),
+ k = R() > 0.5,
+ c = R() > 0.5,