bill před 1 měsícem
rodič
revize
12323e4657
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>;