@dicebear/avatars
Version:
An avatar library for designers and developers.
8 lines (7 loc) • 390 B
TypeScript
import { StyleSchema } from '../types';
export declare function properties(schema: StyleSchema): {
[key: string]: import("json-schema").JSONSchema7Definition;
};
export declare function defaults(schema: StyleSchema): Record<string, unknown>;
export declare function aliases(schema: StyleSchema): string[][];
export declare function aliasesMap(schema: StyleSchema): Map<string, string>;