UNPKG

@thangk/easythemer

Version:

Easily generate shades from a colour palette for use in your app

7 lines (6 loc) 211 B
import { ShadeOption } from "../types"; export default function getBoundSteps(HSLInput: { [key: string]: number; }, inputShadeOption: ShadeOption, shadeFactor: number): { [key: string]: number; };