bill 1 hónapja
szülő
commit
12323e4657
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/example/components/header/actions.ts

+ 1 - 1
src/example/components/header/actions.ts

@@ -30,7 +30,7 @@ const rotateView = (draw: Draw) => {
 
 export const getImage = (draw: Draw, format: string) => 
   draw.stage!.toBlob({
-    pixelRatio: 4,
+    pixelRatio: 1,
     mimeType: format,
     quality: 1,
   }) as Promise<Blob>;