Vue Nice Avatar Save

Project README

vue-nice-avatar

Version npm download

Online editor / preview

Assets

Installation

yarn add vue-nice-avatar

Usage

  1. Import the component

    import NiceAvatar from "vue-nice-avatar";
    
  2. Render the component with props

    <NiceAvatar />
    

Options

The options can be passed into genConfig or as React props

key type default accept
size string or number 120
bgColor string random
faceColor string random
eye string random circle, oval, smile, shadow
eyeBrow string random none, eyebrows-up, eyebrows-down, eyelashes-down, eyelashes-up
ear string random small, big
earring string random none, stud, hoop
mouth string random frown, laughing, nervous, pucker, sad, smile, smirk, suprised
hair string random none, danny-phantom, doug-funny, fonza, full, mr-clean, mr-t, pixie, turban
hairColor string random
nose string random curve, pointed, round
glasses string random none, round, square
beard string random none, hipster, scruff
beardColor string random
shirt string random collared, crew, open
shirtColor string random

Development

  1. Clone the repo
    git clone [email protected]:ademilter/vue-nice-avatar.git
    
  2. Clone the repo
    cd vue-nice-avatar
    
  3. Install dependencies
    yarn
    
  4. Start the server for the demo
    yarn dev
    
  5. Open the browser to reivew the demo
    open http://localhost:3000
    
  6. Edit the files inside src/components/NiceAvatar.

License

Released under MIT by @ademilter.

Open Source Agenda is not affiliated with "Vue Nice Avatar" Project. README Source: ademilter/vue-nice-avatar
Stars
102
Open Issues
2
Last Commit
6 months ago

Open Source Agenda Badge

Open Source Agenda Rating