@flekschas/utils
Advanced tools
Changelog
v0.19.0
diff()
, l1DistByDim
, l2DistByDim
to vectordim
parameter to lDist
to work like l1DistByDim
and l2DistByDim
isClose()
Changelog
v0.14.1
maxVector(m)
, meanVector(m)
, minVector(m)
, and sumVector(m)
in the case when m.length === 1
Changelog
v0.12.0
linear()
, quadIn()
, quadOut()
, quadInOut()
, cubicIn()
, cubicOut()
, quartIn()
, quartOut()
, quartInOut()
, quintIn()
, quintOut()
, and quintInOut()
from to animation. Huge shoutout to https://gist.github.com/gre/1650294isClose()
to math