0.0.2 • Published 1 month ago

@totem.org/solid-boring-avatars v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Boring Avatars for Solidjs (Work in progress)

Boring avatars is a tiny JavaScript Solidjs library that generates custom, SVG-based avatars from any username and color palette.

hi [License: MIT](https://opensource.org/licenses/MIT)

boring avatars preview

Install

npm install @totem.org/solid-boring-avatars

Usage

import Avatar from '@totem.org/solid-boring-avatars'
;<Avatar
  size={40}
  name="Maria Mitchell"
  variant="marble"
  colors={['#92A1C6', '#146A7C', '#F0AB3D', '#C271B4', '#C20D90']}
/>

Props

PropType
sizenumber or string, 40px (default)
squareboolean: false (default)
titleboolean: false (default)
namestring
variantoneOf: marble (default), beam, pixel,sunset, ring, bauhaus
colorsarray of colors
0.0.2

1 month ago

0.0.1

1 month ago