From 25cfbaf4b3f1de968937f197b70ca5924c741a41 Mon Sep 17 00:00:00 2001 From: leomcelroy Date: Fri, 20 Oct 2023 00:03:43 -0400 Subject: [PATCH] Update TOOLKIT.md --- docs/TOOLKIT.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/TOOLKIT.md b/docs/TOOLKIT.md index 1b9921b17..f508088b7 100644 --- a/docs/TOOLKIT.md +++ b/docs/TOOLKIT.md @@ -112,13 +112,6 @@ Can be used like such noise([2, 3]) ``` -### Utilities - -```js -// min: number, max: number, t: number (0 to 1) -lerp(min, max, t) -``` - ## Examples To find examples check out [`/gallery`](/gallery).