UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines (5 loc) 236 B
//#region src/utils/safeReadableColor.ts const safeReadableColor = (bgColor) => `oklch(from ${bgColor} clamp(0, (l - 0.62) * -1000, 1) 0 h / 1)`; //#endregion export { safeReadableColor }; //# sourceMappingURL=safeReadableColor.mjs.map