UNPKG

@dicebear/avatars

Version:

An avatar library for designers and developers.

16 lines (15 loc) 565 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';