UNPKG

@dicebear/core

Version:

An avatar library for designers and developers.

3 lines (2 loc) 167 B
import type { Result, Style, StyleOptions } from './types.js'; export declare function createAvatar<O extends {}>(style: Style<O>, options?: StyleOptions<O>): Result;