mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 06:34:15 +00:00
Handle hair dye that is applied to hair only - add HairDyeMode and associated tests.
This commit is contained in:
parent
37df009806
commit
a29726dea0
5 changed files with 76 additions and 19 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue