output jpg from viewshot

This commit is contained in:
Samuel Newman
2026-02-26 11:33:08 +02:00
parent fcf4da9062
commit 9034f9beba
@@ -52,7 +52,7 @@ export const PlaceholderCanvas = React.forwardRef<PlaceholderCanvasRef, {}>(
ref={viewshotRef}
options={{
fileName: 'placeholderAvatar',
format: 'webp',
format: 'jpg',
quality: 0.8,
height: 150 * SIZE_MULTIPLIER,
width: 150 * SIZE_MULTIPLIER,