/*! * Ecctrl * https://github.com/pmndrs/ecctrl * * SPDX-FileCopyrightText: 2023-2026 Erdong Chen * SPDX-License-Identifier: MIT */ export { bakeCurveLUT, evaluateCurveLUT } from "./curves/CurveLUT"; export type { CurveData, CurveLUT, CurvePoint } from "./curves/CurveLUT";