All Projects → dmester → Jdenticon

dmester / Jdenticon

Licence: mit
Javascript library for generating identicons. Running in the browser and on Node.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Jdenticon

Gravatar
👤 Gravatar Helper & Generator (Laravel supported)
Stars: ✭ 19 (-97.86%)
Mutual labels:  avatar
Material Design Avatars
Create material deisgn avatars for users just like Google Messager. It may not be unique but looks better than Identicon or Gravatar.
Stars: ✭ 266 (-70.08%)
Mutual labels:  avatar
Gfriends
媒体服务器演员头像仓库
Stars: ✭ 400 (-55.01%)
Mutual labels:  avatar
pokemon
ascii database of pokemon... in python!
Stars: ✭ 49 (-94.49%)
Mutual labels:  avatar
Portfolio
👤 Automatically generate a beautiful, responsive, static-site to display your GitHub projects.
Stars: ✭ 54 (-93.93%)
Mutual labels:  avatar
Php Initial Avatar Generator
Generate avatars with initials from user names.
Stars: ✭ 302 (-66.03%)
Mutual labels:  avatar
monsterid
MonsterID adaptation for Composer and modern PHP versions
Stars: ✭ 20 (-97.75%)
Mutual labels:  avatar
Web
⚡️ Supercharged version of Create React App with all the bells and whistles.
Stars: ✭ 594 (-33.18%)
Mutual labels:  avatar
mk-letter-avatar
🅰 WordPress 字母头像插件(纯前端实现版) WordPress letter avatar plugin
Stars: ✭ 42 (-95.28%)
Mutual labels:  avatar
Compositionavatar
Android composition avatar. 仿QQ讨论组头像
Stars: ✭ 371 (-58.27%)
Mutual labels:  avatar
devBanner
Create your own devRant banner
Stars: ✭ 45 (-94.94%)
Mutual labels:  avatar
avatars-io
👤 Wanna get a social media avatar? Avatars-io makes it easy for you. Just give a username then get an avatar!
Stars: ✭ 13 (-98.54%)
Mutual labels:  avatar
Generate Avatar
Generate your 100% fingerprinted example avatar from id, email, username etc.
Stars: ✭ 307 (-65.47%)
Mutual labels:  avatar
AvatarGAN
Generate Cartoon Images using Generative Adversarial Network
Stars: ✭ 24 (-97.3%)
Mutual labels:  avatar
Multiimageview
Android library to display a few images in one ImageView like avatar of group chat. Made by Stfalcon
Stars: ✭ 443 (-50.17%)
Mutual labels:  avatar
boring-avatars
Boring avatars is a tiny JavaScript React library that generates custom, SVG-based avatars from any username and color palette.
Stars: ✭ 3,582 (+302.92%)
Mutual labels:  avatar
Animoji
Animoji Generator 🦊
Stars: ✭ 277 (-68.84%)
Mutual labels:  avatar
Django Avatar
A Django app for handling user avatars.
Stars: ✭ 720 (-19.01%)
Mutual labels:  avatar
Avataaars
React component for avataaars
Stars: ✭ 494 (-44.43%)
Mutual labels:  avatar
React Avatar
👤 Load, crop & preview avatar with React
Stars: ✭ 361 (-59.39%)
Mutual labels:  avatar

Jdenticon

JavaScript library for generating highly recognizable identicons using HTML5 canvas or SVG.

Sample identicons

Tests Downloads jsDelivr npm bundle size License MIT

Live demo

https://jdenticon.com

Getting started

Using Jdenticon is simple. Follow the steps below to integrate Jdenticon into your website.

1. Add identicon placeholders

Jdenticon is able to render both raster and vector identicons. Raster icons are rendered slightly faster than vector icons, but vector icons scale better on high resolution screens. Add a canvas to render a raster icon, or an inline svg element to render a vector icon.

<!-- Vector icon -->
<svg width="80" height="80" data-jdenticon-value="icon value"></svg>

<!-- OR -->

<!-- Raster icon -->
<canvas width="80" height="80" data-jdenticon-value="icon value"></canvas>

2. Add reference to Jdenticon

Include the Jdenticon library somewhere on your page. You can either host it yourself or use it right off jsDelivr.

<!-- Using jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jdenticon.min.js"
        integrity="sha384-VngWWnG9GS4jDgsGEUNaoRQtfBGiIKZTiXwm9KpgAeaRn6Y/1tAFiyXqSzqC8Ga/"
        crossorigin="anonymous">
</script>

<!-- OR -->

<!-- Hosting it yourself -->
<script src="-path-to-/jdenticon.min.js"></script>

That's it!

Other resources

API documentation

For more usage examples and API documentation, please see:

https://jdenticon.com

Other platforms

There are ports or bindings for Jdenticon available for the following platforms:

Hosted Jdenticon

Same icons but generated server-side. Service provided by Aaroh Mankad.

http://identicon-api.herokuapp.com/

License

Jdenticon is available under the MIT license.

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