mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
Merge pull request #4 from ariankordi/handle-hair-dye-hair-only
Handle hair dye for hair only (fixes #1)
This commit is contained in:
commit
1006ae83f8
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