All Projects → roma-lukashik → animal-avatar-generator

roma-lukashik / animal-avatar-generator

Licence: MIT license
Animal avatar generator

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to animal-avatar-generator

material-combiner-addon
Blender addon for material combining, uv bounds fixing
Stars: ✭ 309 (+1088.46%)
Mutual labels:  avatar
AccountPhoto
Map a universal avatar against your EOS blockchain account (stored using the IPFS protocol).
Stars: ✭ 13 (-50%)
Mutual labels:  avatar
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-26.92%)
Mutual labels:  avatar
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+242.31%)
Mutual labels:  avatar
interfaces
A diverse set of royalty-free user avatars to be used for marketing graphics and application screenshots.
Stars: ✭ 50 (+92.31%)
Mutual labels:  avatar
notion-avatar
🪄 An online tool for making notion-style avatars.
Stars: ✭ 1,687 (+6388.46%)
Mutual labels:  avatar
hash-avatar
🌈 Hash avatar algorithm
Stars: ✭ 33 (+26.92%)
Mutual labels:  avatar
react-nice-avatar
react library for generating avatar
Stars: ✭ 700 (+2592.31%)
Mutual labels:  avatar
gltf-avatar-threejs
A glTF-based 3d avatar system
Stars: ✭ 195 (+650%)
Mutual labels:  avatar
avatar-gen
pillow 生成头像,中英文首字母或者随机像素化。Using pillow for generate avatars, first letter of string in Chinese and English or random pixel like avatars.
Stars: ✭ 31 (+19.23%)
Mutual labels:  avatar
DynamicBonesStudio
A useful tool for quickly setting up and manipulating dynamic bones for Unity characters
Stars: ✭ 60 (+130.77%)
Mutual labels:  avatar
identicon-api
A simple API to retrieve SVG identicons
Stars: ✭ 15 (-42.31%)
Mutual labels:  avatar
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (+192.31%)
Mutual labels:  avatar
glAvatar
a glTF extension (extra?) for avatar with switchable skeletons, skins, clothes, etc.
Stars: ✭ 30 (+15.38%)
Mutual labels:  avatar
TypingHero
gary60405.github.io/typinghero/
Stars: ✭ 28 (+7.69%)
Mutual labels:  animals
avatar-gen
一个随机头像生成器的纯前端实现
Stars: ✭ 354 (+1261.54%)
Mutual labels:  avatar
latent-pose-reenactment
The authors' implementation of the "Neural Head Reenactment with Latent Pose Descriptors" (CVPR 2020) paper.
Stars: ✭ 132 (+407.69%)
Mutual labels:  avatar
catAPI
RESTful API that will deliver photos with cats on demand
Stars: ✭ 66 (+153.85%)
Mutual labels:  animals
Pashu
A Realtime Strategy game where you build and manage an animal shelter.
Stars: ✭ 36 (+38.46%)
Mutual labels:  animals
vue-letter-avatar
A simple and elegant letter avatar component for vue.js
Stars: ✭ 62 (+138.46%)
Mutual labels:  avatar

Animal Avatar Generator

Generate SVG avatars on client side from a string seed. As long as the same version of the library is used it always returns the same avatar for the corresponding seed.

Live example

Install

Using npm:

$ npm install animal-avatar-generator --save

or using yarn:

$ yarn add animal-avatar-generator

Usage

import avatar from 'animal-avatar-generator'

const svg = avatar('your custom seed', { size: 200 })
document.getElementById('avatar').innerHTML = svg

Configuration options

Name Type Description Default
size number Avatar size in pixels 150
round boolean Use round or rectangle shape true
blackout boolean Use blackout for right side of an avatar true
avatarColors string[] Palette for avatar colors ['#d7b89c', '#b18272','#ec8a90','#a1Ac88','#99c9bd','#50c8c6']
backgroundColors string[] Palette for background colors ['#fcf7d1', '#ece2e1','#e4e3cd','#c4ddd6','#b5f4bc']

Missing a configuration? Raise an issue.

License

MIT
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].