All Projects → aidewoode → vue-letter-avatar

aidewoode / vue-letter-avatar

Licence: MIT license
A simple and elegant letter avatar component for vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-letter-avatar

mk-letter-avatar
🅰 WordPress 字母头像插件(纯前端实现版) WordPress letter avatar plugin
Stars: ✭ 42 (-32.26%)
Mutual labels:  avatar, letter-avatar
ng-person
A universal avatar component for Angular 2+ applications that generates truly unique colored letter avatar based on provided name.
Stars: ✭ 19 (-69.35%)
Mutual labels:  avatar, letter-avatar
pixitar
🧝 Pixitar is an avatar generation library written in Ruby.
Stars: ✭ 20 (-67.74%)
Mutual labels:  avatar
gltf-avatar-threejs
A glTF-based 3d avatar system
Stars: ✭ 195 (+214.52%)
Mutual labels:  avatar
minidenticons
Super lightweight SVG identicon (icon avatar) generator
Stars: ✭ 89 (+43.55%)
Mutual labels:  avatar
lisk-avatar
Generate Lisk Avatars from your Lisk ID
Stars: ✭ 13 (-79.03%)
Mutual labels:  avatar
react-native-text-avatar
React Native component for a text avatar
Stars: ✭ 26 (-58.06%)
Mutual labels:  letter-avatar
avatarcropper
Simple quick avatar cropper!
Stars: ✭ 45 (-27.42%)
Mutual labels:  avatar
notion-avatar
🪄 An online tool for making notion-style avatars.
Stars: ✭ 1,687 (+2620.97%)
Mutual labels:  avatar
glAvatar
a glTF extension (extra?) for avatar with switchable skeletons, skins, clothes, etc.
Stars: ✭ 30 (-51.61%)
Mutual labels:  avatar
interfaces
A diverse set of royalty-free user avatars to be used for marketing graphics and application screenshots.
Stars: ✭ 50 (-19.35%)
Mutual labels:  avatar
material-combiner-addon
Blender addon for material combining, uv bounds fixing
Stars: ✭ 309 (+398.39%)
Mutual labels:  avatar
monsterID
The original MonsterID implementation
Stars: ✭ 56 (-9.68%)
Mutual labels:  avatar
github-avatar-generator
Generate github-style avatar with java awt
Stars: ✭ 37 (-40.32%)
Mutual labels:  avatar
monsterid
Node.js porting of the original PHP library
Stars: ✭ 15 (-75.81%)
Mutual labels:  avatar
AccountPhoto
Map a universal avatar against your EOS blockchain account (stored using the IPFS protocol).
Stars: ✭ 13 (-79.03%)
Mutual labels:  avatar
identicon-avatar
👾 GitHub style identicon avatar
Stars: ✭ 15 (-75.81%)
Mutual labels:  avatar
avatar-gen
一个随机头像生成器的纯前端实现
Stars: ✭ 354 (+470.97%)
Mutual labels:  avatar
DynamicBonesStudio
A useful tool for quickly setting up and manipulating dynamic bones for Unity characters
Stars: ✭ 60 (-3.23%)
Mutual labels:  avatar
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (+22.58%)
Mutual labels:  avatar

vue-letter-avatar

demo

Introduction

An elegant and easy to use letter avatar component for vue.js 2.0+

Install

$ yarn add vue-letter-avatar

or

$ npm install vue-letter-avatar

Usage

import VueLetterAvatar from 'vue-letter-avatar';

Vue.use(VueLetterAvatar);

Create avatar

<vue-letter-avatar name='aide' size='40' :rounded=true />

Properties

Name Required Type Default Description
name true String the name of avatar
size false String 50 the size of avatar
rounded false Boolean false if is a rounded avatar

Development

// first clone the repo

$ git clone https://github.com/aidewoode/vue-letter-avatar.git

// install all dependencies

$ yarn install

// you can check the result on development server

$ yarn run server

// bundle the file

$ yarn run bundle
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].