SVG avatars generator
Try randomize button here.
- see exported API in ./src/avatars.js
- use ./dist/avatars.js
- see ./dist/index.html for example usage (with Vue.js)
yarn
- edit ./src/avatars.svg in Inkscape (use one layer per feature)
npm run dev
- copy generated shapes from dev web app to ./shapes.json
npm run build
- 86 = 262.144 variants
- based on 24×24 pixels grid
- using Material Design colors (generated in ./src/colors.js)
- no transparent colors
- utilizing SVG clipPaths (with fully opaque colors)
- no dependencies
- inspired by Gabfranck/svg_avatar