This is a avatar generator using Procedural Content Generation (PCG).
Click here to see the live demo.
git clone https://github.com/pomodorozhong/avatar-generator.git
cd avatar-generator
npm installTo watch the chage of source code and automatically rebuild:
npm run devTo build for once:
npm run build