@dicebear/dylan
Version:
Avatar style for DiceBear
24 lines (23 loc) • 934 B
TypeScript
/**
* Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
*
* Plugin: https://www.figma.com/community/plugin/1005765655729342787
* File: https://www.figma.com/design/rjF7B4FgtEB3FC8ruNuUGf/%40dicebear%2Fdylan
*/
/*!
* Dylan (@dicebear/dylan)
*
* Code licensed under MIT License.
* Copyright (c) 2024 Florian Körner
*
* Design "Dylan! The Avatar Generator" by Natalia Spivak licensed under CC BY 4.0. / Remix of the original.
* Source: https://www.figma.com/community/file/1356575240759683500
* Homepage: https://nataspvk.tilda.ws/
* License: https://creativecommons.org/licenses/by/4.0/
*/
import type { StyleCreate, StyleMeta } from '@dicebear/core';
import type { Options } from './types.js';
export declare const meta: StyleMeta;
export declare const create: StyleCreate<Options>;
export { schema } from './schema.js';
export type { Options } from './types.js';