Skip to content

solidjs-sense/sense-avatars

Repository files navigation

sense-avatars

import { generatorAvator } from 'sense-avatars';

const base64Url = generatorAvator({
    name: 'hello world',
    bg: '#f1f1f1',
    fg: 'skyblue',
    size: 400
}),