GithubHelp home page GithubHelp logo

vuejs-avataaars's People

Contributors

dhax avatar maurosbicego avatar orgordin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

vuejs-avataaars's Issues

Can't export

This component is missing the export option...

Random clotheType not rendering

Occasionally my avatar would not render any clothing. I believe removing '|| Math.random() >= 0.7' in Avataaars.vue on line 70 fixed it for me.
Also, BlazerShirt was missing the shirt but changing clothes.js line 8 from 'path1' to 'BlazerShirt-path1' fixed the issue for me.

Thanks for your work!

Get .svg file

How can we get .svg file, then able to push to backend services?

Issue with Firefox

The component doesn't render properly in Firefox. In fact, it is HUGE. It's nested within a vuetify v-btn component, but other than than, there's nothing special about it and it works fine in Edge and Chrome.

Random

When i change a property in the avatar the shirt is chosen randomly, even when i set one.

TopType and HairColor don't sync for Hats

The HairColor setting seems only to affect the TopType's color if TopType is not set to some "Hat" form but for Hair only. If set to a Hat type, then the HairColor setting has no affect on the Hat Color but is randomly chosen.

So should HairColor also set the Color of the chosen Hat from TopTypes? Otherwise there seems no way to save a color for a hat from TopTypes. Thanks.

Update to Vue 3.0

This doesn't appear to function with vue 3.0. I believe the issue is related to this - From the documentation:
Render Function Argument

2.x Syntax

In 2.x, the render function would automatically receive the h function (which is a conventional alias for createElement) as an argument:

// Vue 2 Render Function Example
export default {
render(h) {
return h('div')
}
}

3.x Syntax

In 3.x, h is now globally imported instead of being automatically passed as an argument.

// Vue 3 Render Function Example
import { h } from 'vue'

export default {
render() {
return h('div')
}
}

Random and Transparent

Is there a way that I can set the avataaar to have no circle (transparent) and not have the shirt and skin and hat color be chosen randomly?

export color options

Hi, would be nice to have the different color options for hair, skin and topTypes also exported like you do with the assetsTypes. That way they could be imported instead of copypasta. Happy to send a pull request if you prefer... thanks again

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.