Boring avatars is a JavaScript SolidJS library that generates custom, SVG-based avatars from any username and color palette.
npm install @totem.org/solid-boring-avatarsBoring avatars is a tiny JavaScript Solidjs library that generates custom, SVG-based avatars from any username and color palette.
!hi

```
npm install @totem.org/solid-boring-avatars
`jsx`
import Avatar from '@totem.org/solid-boring-avatars'
;
name="Maria Mitchell"
variant="marble"
colors={['#92A1C6', '#146A7C', '#F0AB3D', '#C271B4', '#C20D90']}
/>
| Prop | Type |
| ------- | ---------------------------------------------------------------------- |
| size | number or string, 40px (default) |false
| square | boolean: (default) |false
| title | boolean: (default) |marble
| name | string |
| variant | oneOf: (default), beam, pixel,sunset, ring, bauhaus` |
| colors | array of colors |