jack 5 달 전
부모
커밋
18c049de29
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/hooks/useImport.ts

+ 2 - 1
src/hooks/useImport.ts

@@ -414,7 +414,8 @@ export default () => {
         return
         return
       }
       }
 
 
-      let ratio = 96 / 72
+      let ratio = 96 / 72;
+      //let ratio = 1
       const width = json.size.width
       const width = json.size.width
       
       
       if (fixedViewport) ratio = 1000 / width
       if (fixedViewport) ratio = 1000 / width