All Projects → boringdesigners → boring-avatars

boringdesigners / boring-avatars

Licence: MIT License
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to boring-avatars

identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-99.58%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
monsterid
MonsterID adaptation for Composer and modern PHP versions
Stars: ✭ 20 (-99.44%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
react-nice-avatar
react library for generating avatar
Stars: ✭ 700 (-80.46%)
Mutual labels:  avatar, avatar-generator, avatar-placeholder
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (-97.52%)
Mutual labels:  avatar, avatar-generator
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (-99.44%)
Mutual labels:  avatar, avatar-generator
monsterid
Node.js porting of the original PHP library
Stars: ✭ 15 (-99.58%)
Mutual labels:  avatar, avatar-generator
Avatar
Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless.
Stars: ✭ 1,525 (-57.43%)
Mutual labels:  avatar, profile-picture
interfaces
A diverse set of royalty-free user avatars to be used for marketing graphics and application screenshots.
Stars: ✭ 50 (-98.6%)
Mutual labels:  avatar, profile-picture
github-avatar-generator
Generate github-style avatar with java awt
Stars: ✭ 37 (-98.97%)
Mutual labels:  avatar, avatar-generator
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (-98.3%)
Mutual labels:  avatar-generator, avatar-placeholder
Design-Resources
A curated list of design resources from design templates, stock photos, icons, colors, and much more.
Stars: ✭ 943 (-73.67%)
Mutual labels:  sketch, figma
avatarcropper
Simple quick avatar cropper!
Stars: ✭ 45 (-98.74%)
Mutual labels:  avatar, avatar-generator
React Avatar Editor
Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.
Stars: ✭ 1,846 (-48.46%)
Mutual labels:  avatar, profile-picture-component
monsterID
The original MonsterID implementation
Stars: ✭ 56 (-98.44%)
Mutual labels:  avatar, avatar-generator
Avataaars Generator
Simple generator React app for avataaars
Stars: ✭ 2,078 (-41.99%)
Mutual labels:  avatar, avatar-generator
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-99.47%)
Mutual labels:  avatar, avatar-placeholder
designto-code
Design to code engine. A design ✌️ code standard. Supports React, Flutter and more.
Stars: ✭ 87 (-97.57%)
Mutual labels:  sketch, figma
Sketch
Just a HTML5 sketch-pad.
Stars: ✭ 9 (-99.75%)
Mutual labels:  sketch, javascript-library
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (-99.33%)
Mutual labels:  avatar, avatar-generator
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (-99.13%)
Mutual labels:  avatar, avatar-generator

Boring Avatars

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

boring avatars preview

hi License: MIT

Install

yarn add boring-avatars

or

npm install boring-avatars

Usage

import Avatar from "boring-avatars";

<Avatar
  size={40}
  name="Maria Mitchell"
  variant="marble"
  colors={["#92A1C6", "#146A7C", "#F0AB3D", "#C271B4", "#C20D90"]}
/>;

Props

Prop Type
size number or string
square boolean
name string
variant oneOf: marble, beam, pixel,sunset, ring, bauhaus
colors array of colors

Service

You can embed your boring avatars using the boring avatars source.

To choose a random avatar from a specific user and a color palette, the format follows:

https://source.boringavatars.com/marble/120/Maria%20Mitchell?colors=264653,2a9d8f,e9c46a,f4a261,e76f51

Avatar for Maria Mitchell

For more information, check out the README

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].