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

@ -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");