Skip to content

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

License

Notifications You must be signed in to change notification settings

totem-technologies/solid-boring-avatars

 
 

Repository files navigation

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

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

Prop Type
size number or string, 40px (default)
square boolean: false (default)
title boolean: false (default)
name string
variant oneOf: marble (default), beam, pixel,sunset, ring, bauhaus
colors array of colors

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • Other 2.5%