UI for creating your own avatar. All application is VueJS 2 based and is online for free use at https://avatio.cool. Original vector illustrations are designed by Teneresa.
This is the web and selector UI, there are also 2 other repositories
- Avatar - VueJs component to display avatar's svg code based on options and configuration.
- Server - VueJs SSR server which is able to render SVG and PNG image based on query parameters (like this or this).
After you clone the repository
yarn install
And then you can compile and hot-reload changes for development
yarn run serve
Compile and minifie for production is done by
yarn run build