bill 15 시간 전
부모
커밋
6169c0dd1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/example/components/header/actions.ts

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

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