UNPKG

@dicebear/avatars

Version:
14 lines (13 loc) 409 B
/*! * DiceBear (@dicebear/avatars) * * Code licensed under MIT (https://github.com/dicebear/dicebear/blob/v4/packages/avatars/LICENSE) * Copyright (c) 2021 Florian Körner */ export { default, SpriteCollection } from './core.legacy'; export * from './core'; export * from './types'; export * from './options'; export * from './schema'; export * as utils from './utils'; export * as color from './color';