mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44: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
|
|
@ -16,7 +16,7 @@ import { RateLimit } from "@/lib/rate-limit";
|
|||
import { validateImage } from "@/lib/images";
|
||||
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";
|
||||
|
||||
const uploadsDirectory = path.join(process.cwd(), "uploads");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue