All Projects → bukinoshita → hash-avatar

bukinoshita / hash-avatar

Licence: MIT license
🌈 Hash avatar algorithm

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hash-avatar

awesome-identicons
A curated list of "Visual Hashs" (Identicon, Avatar, Fractal, RandomArt and general Hash Visualization)
Stars: ✭ 156 (+372.73%)
Mutual labels:  avatar, hash
bookshelf-secure-password
A Bookshelf.js plugin for handling secure passwords
Stars: ✭ 24 (-27.27%)
Mutual labels:  hash
FastWaiMai
仿写美团外卖电商项目
Stars: ✭ 123 (+272.73%)
Mutual labels:  avatar
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (+224.24%)
Mutual labels:  avatar
enigma
A fast, native, cryptographic engine for the web
Stars: ✭ 101 (+206.06%)
Mutual labels:  hash
conic.css
nice'n simple conic gradients 🎨
Stars: ✭ 195 (+490.91%)
Mutual labels:  gradient
Weather-SwiftUI
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast!
Stars: ✭ 107 (+224.24%)
Mutual labels:  gradient
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (+48.48%)
Mutual labels:  hash
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (-39.39%)
Mutual labels:  avatar
Dictionary
A dictionary data type with a fast b-tree based search
Stars: ✭ 39 (+18.18%)
Mutual labels:  hash
react-bones
💀 Dead simple content loading components for React and React-Native. 💀
Stars: ✭ 42 (+27.27%)
Mutual labels:  avatar
avatar
Simple online tool for cropping images from an URL, your clipboard, or your disk.
Stars: ✭ 63 (+90.91%)
Mutual labels:  avatar
bcrypt
BCrypt is a password hashing function
Stars: ✭ 138 (+318.18%)
Mutual labels:  hash
patchmap
A fast and memory efficient hashmap using sorting to resolve collisions
Stars: ✭ 41 (+24.24%)
Mutual labels:  hash
monsterid
Node.js porting of the original PHP library
Stars: ✭ 15 (-54.55%)
Mutual labels:  avatar
h2c-rust-ref
Hash to curves - Rust reference implementation
Stars: ✭ 21 (-36.36%)
Mutual labels:  hash
UIGradientSlider
GradientSlider is a UIControl subclass which is similar to UISlider, but with a linear gradient coloring the slider’s track. Useful for creating color pickers. Initially fork of https://github.com/jonhull/GradientSlider rewritten to Obj-C
Stars: ✭ 28 (-15.15%)
Mutual labels:  gradient
avatarcropper
Simple quick avatar cropper!
Stars: ✭ 45 (+36.36%)
Mutual labels:  avatar
monsterID
The original MonsterID implementation
Stars: ✭ 56 (+69.7%)
Mutual labels:  avatar
lisk-avatar
Generate Lisk Avatars from your Lisk ID
Stars: ✭ 13 (-60.61%)
Mutual labels:  avatar

hash-avatar Build Status

Hash avatar algorithm

Install

$ npm install --save hash-avatar

Usage

import hashAvatar from 'hash-avatar'

hashAvatar('uid', { size: 100 })
// => It will return a SVG

API

hashAvatar(uid, { size })

uid

Type: string
Required

size

Type: number
Required

Demo

Related

License

MIT © Bu Kinoshita

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