UNPKG

@dicebear/core

Version:

An avatar library for designers and developers.

7 lines (6 loc) 274 B
import { Prng } from '../types.js'; export declare function convertColor(color: string): string; export declare function getBackgroundColors(prng: Prng, backgroundColor: string[], backgroundType: 'solid' | 'gradientLinear'): { primary: string; secondary: string; };