@anselan/maprange
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@anselan/maprange", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Map values from one range to another", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
# Map Range in JS | ||
Inspired by the [map](https://processing.org/reference/map_.html) function in the creative coding framework [Processing](https://processing.org/). | ||
Inspired by the [map](https://processing.org/reference/map_.html) function in the creative coding framework [Processing](https://processing.org/) and its counterpart [ofMap](https://openframeworks.cc//documentation/math/ofMath/#!show_ofMap) in [openFrameworks](https://openframeworks.cc/). Especially useful for creative coding applications, e.g. animations. | ||
@@ -34,4 +34,4 @@ ## Just show me some examples! | ||
## Usage | ||
### `remap`: | ||
## Details | ||
### `remap` | ||
Basic remapping of a value from one range to another. | ||
@@ -38,0 +38,0 @@ > **remap (value, inputRange, targetRange, clamp, shouldRound)** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26426