fix: make studio url width of 512
This commit is contained in:
parent
7fd01c3d2f
commit
e12521e6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export async function POST(request: Request) {
|
||||||
// Download the image of the Mii
|
// Download the image of the Mii
|
||||||
let studioBuffer: Buffer;
|
let studioBuffer: Buffer;
|
||||||
try {
|
try {
|
||||||
const studioUrl = mii.studioUrl({ width: 128 });
|
const studioUrl = mii.studioUrl({ width: 512 });
|
||||||
const studioResponse = await fetch(studioUrl);
|
const studioResponse = await fetch(studioUrl);
|
||||||
|
|
||||||
if (!studioResponse.ok) {
|
if (!studioResponse.ok) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue