💀 Removes the lerp function in farvor of three
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export const lerp = (start: number, end: number, amt: number) => {
|
||||
return (1 - amt) * start + amt * end;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user