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>;