bill пре 1 месец
родитељ
комит
12323e4657
1 измењених фајлова са 1 додато и 1 уклоњено
  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>;