本文的头像生成部分参考了项目 txstc55/ugly-avatar。
背景
在浏览社区论坛时,我注意到许多相似的头像,它们虽然并不美观,但却具有鲜明的特点。通过查阅评论,我发现这些头像都是由一个开源的头像生成工具制作的。
效果展示
![转存失败,建议直接上传图片文件]( https://github.com/mamumu123/picx-images-hosting/raw/master/截屏 2024-05-20-15.44.50.5mnmsiwu1r.webp)
体验地址
demo 体验地址
源码地址
github 地址
项目介绍
做了哪些优化
api demo
随机返回
https://next-api-share.vercel.app/api/face
固定背景色
https://next-api-share.vercel.app/api/face?bg_color=rgb(245,245,220)
https://next-api-share.vercel.app/api/face?bg_color=red
固定返回值
https://next-api-share.vercel.app/api/face?id=666
https://next-api-share.vercel.app/api/face?username=john
固定宽度或高度
https://next-api-share.vercel.app/api/face?w=400&h=400