Maps values in an Array from one range into another.
summary (oneliner)
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
array (Array)
the array of values you want to map
Input Range
old min (Number)
The minimum of the old range
old max (Number)
The maximum of the old range
Output Range
new min (Number)
The minimum of the new range
new max (Number)
The maximum of the new range
Easing index (integer /Number)
Outputs
result (Array)
Array of newly mapped values