Skip to content

Commit

Permalink
Remove unneeded diff
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Dec 19, 2024
1 parent dc14c13 commit fbb0cb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ export const arrayFromIndexRange = (startIndex: number, endIndex: number) =>
*/
export const linearConversion = (value: number, from: Range, to: Range) =>
((value - from.min) / (from.max - from.min)) * (to.max - to.min) + to.min;

0 comments on commit fbb0cb6

Please sign in to comment.