UNPKG

@thangk/easythemer

Version:

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

5 lines (4 loc) 199 B
import { ShadeFactorsSet, ShadeOption } from "../types"; export default function generateShades(inputOption: ShadeOption, inputShadeFactorsSet?: ShadeFactorsSet): { [key: string]: string; };