Skip to main content
Module

x/culori/index-fn.js>lerp

A comprehensive color library for JavaScript.
Go to Latest
variable lerp
import { lerp } from "https://deno.land/x/culori@v2.0.1/index-fn.js";

type

(
a,
b,
t,
) => unknown