Handle hair dye that is applied to hair only - add HairDyeMode and associated tests.

This commit is contained in:
Arian Kordi 2025-05-04 20:21:11 -04:00
parent 37df009806
commit a29726dea0
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";