UNPKG

@dicebear/miniavs

Version:
10 lines (9 loc) 346 B
/** * 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/Vh7N9shKJTNHNo9prUzkZe */ export function convertColor(color) { return 'transparent' === color ? color : `#${color}`; }