Hollow Mask v0.0.9
Todo: Shapes polishing (60% complete)
https://hollowmask.com
Hollow Mask is a Vue.js web app, created around the hollowMask.js
vanilla JS script.
For the source, the script uses 10 initially designed masks. Each mask has 7 different parts.
When parts of initial masks are mixed together, they create new unique avatars.
The total amount of unique avatars: 10^7 = 10,000,000
Every avatar is associated with a string of 7 integers (range: 0000000 - 9999999).
To generate a random avatar:
obj = hollowMask()
maskSvgCode = obj.mask
maskId = obj.maskId
To generate a specific avatar:
maskSvgCode = hollowMask('4898125')
npm install
npm run serve
npm run build