From 8d428006e021901b6345f5523330f29972b12a6d Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Wed, 1 Jul 2026 15:14:54 +0300 Subject: [PATCH] Add VTubeMe (selfie to VRM avatar creation tool) --- src/data/users.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/data/users.ts b/src/data/users.ts index cbc7ed1f2..8003af8cf 100644 --- a/src/data/users.ts +++ b/src/data/users.ts @@ -232,6 +232,21 @@ export const users: User[] = [ "preview": "https://vroid.com/_next/static/images/ogp-mobile_en-ed40679b3c1a4b28833d140172193451.png" } }, + { + "flags": F.CharacterCreation, + "ja": { + "title": "VTubeMe", + "url": "https://vtubeme.com/", + "description": "セルフィー1枚から写実的な3D VRMアバターを数分で作成。VSeeFace・Warudo・3teneなどに対応。", + "preview": "https://vtubeme.com/opengraph-image" + }, + "en": { + "title": "VTubeMe", + "url": "https://vtubeme.com/", + "description": "Create a photorealistic 3D VRM avatar from a single selfie in minutes. Works with VSeeFace, Warudo and 3tene.", + "preview": "https://vtubeme.com/opengraph-image" + } + }, { "flags": F.CharacterCreation, "platforms": P.WebBrowser,