@anselan/maprange
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@anselan/maprange", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Map values from one range to another", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -26,3 +26,5 @@ # Map Range in JS | ||
> **remap (value, inputRange, targetRante, clamp)** | ||
...where the parameters are: | ||
* `value`: a number | ||
@@ -29,0 +31,0 @@ * `inputRange`, `targetRange`: arrays of exactly 2 elements each, i.e `[min,max]` |
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
12205
54