Skip to content

Commit

Permalink
change propic_size to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoilmiosi committed Oct 3, 2024
1 parent 5c1d825 commit 312a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/ImageSerial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function loadImage(src: ImageSrc): Promise<HTMLImageElement> {
});
}

export const PROPIC_SIZE = 200;
export const PROPIC_SIZE = 300;

export async function serializeImage(src: ImageSrc | undefined, scale?: number): Promise<ImagePixels | null> {
if (!src) return null;
Expand Down

0 comments on commit 312a03b

Please sign in to comment.