Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/data/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1951,4 +1951,21 @@ export const users: User[] = [
},
"updated": new Date("2025-12-12"),
},
{
"flags": F.WebBrowser | F.Animation | F.Vrm10 | F.Photography,
"platforms": P.WebBrowser,
"ja": {
"title": "VRM Body Modifier",
"url": "https://vrm-body-modifier.vercel.app/",
"description": "ブラウザ上でVRMモデルの読み込み、体型調整、ポーズ・アニメーション(.vrma)の再生ができるWebツールです。カスタム表情や目線の制御もサポートしています。",
"preview": "https://github.com/user-attachments/assets/2af0925a-91c8-4680-9cf4-1bda42eedd34"
},
"en": {
"title": "VRM Body Modifier",
"url": "https://vrm-body-modifier.vercel.app/",
"description": "A web-based tool to load, modify body proportions, and animate VRM avatars in real-time. Supports .vrma files and custom facial expressions.",
"preview": "https://github.com/user-attachments/assets/2af0925a-91c8-4680-9cf4-1bda42eedd34"
},
"updated": new Date("2026-01-23"),
},
];