# Boring avatars Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette. ![hi](https://badgen.net/npm/v/boring-avatars) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ## Install ``` npm install boring-avatars ``` ## Usage ```jsx import Avatar from 'boring-avatars'; ; ``` ### 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 | ## Boring avatars service (discontinued) Due to unexpectedly high demand and associated billing costs, we are discontinuing this service. We apologize for any inconvenience caused and appreciate your understanding.