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 install
To watch the chage of source code and automatically rebuild:
npm run dev
To build for once:
npm run build