Merge pull request #4 from ariankordi/handle-hair-dye-hair-only

Handle hair dye for hair only (fixes #1)
This commit is contained in:
trafficlunar 2025-05-05 09:02:20 +01:00 committed by GitHub
commit 1006ae83f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 76 additions and 19 deletions

View file

@ -11,7 +11,7 @@ import qrcode from "qrcode-generator";
import { nameSchema, tagsSchema } from "@/lib/schemas";
import { convertQrCode } from "@/lib/qr-codes";
import Mii from "@/lib/mii.js/mii";
import TomodachiLifeMii from "@/lib/tomodachi-life-mii";
import { TomodachiLifeMii } from "@/lib/tomodachi-life-mii";
import TagSelector from "../tag-selector";
import ImageList from "./image-list";