Skip to content

Commit

Permalink
fix: minor pixel change
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed May 2, 2024
1 parent 9da0206 commit 4d02c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const generateBasicMod = async (mod: Mod, rank: number): Promise<Buffer>
}
context.drawImage(await loadImage(frame), 0, 0);

const outterCanvas = createCanvas(width, 370);
const outterCanvas = createCanvas(width, 372);
const outterContext = outterCanvas.getContext('2d');

const image = await canvas.encode('png');
Expand Down

0 comments on commit 4d02c79

Please sign in to comment.