@dicebear/bottts
Version:
Avatar style for DiceBear
14 lines (13 loc) • 495 B
JavaScript
/**
* 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
*/
import { convertColor } from './convertColor.js';
export function getColors({ prng, options }) {
var _a;
return {
base: convertColor(prng.pick((_a = options.baseColor) !== null && _a !== void 0 ? _a : [], 'transparent')),
};
}