@dicebear/bottts
Version:
Avatar style for DiceBear
24 lines (23 loc) • 863 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/file/4nf3pyoOuM1U9Pa8M0cL6u
*/
/*!
* Bottts (@dicebear/bottts)
*
* Code licensed under MIT License.
* Copyright (c) 2024 Florian Körner
*
* Design "Bottts" by Pablo Stanley licensed under Free for personal and commercial use. / Remix of the original.
* Source: https://bottts.com/
* Homepage: https://twitter.com/pablostanley
* License: https://bottts.com/
*/
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';