UNPKG

@types/culori

Version:
7 lines (4 loc) 172 B
import { Rgb } from "../rgb/types.js"; import { Hsi } from "./types.js"; declare function convertRgbToHsi(color: Omit<Rgb, "mode">): Hsi; export default convertRgbToHsi;