Skip to content

Commit

Permalink
Remove debug prop con resize image config
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Nov 14, 2023
1 parent dd08f39 commit 6e52bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UI/InputImage/InputImage.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ const configLQ = {
maxWidth: 200,
maxHeight: 200,
autoRotate: true,
debug: true,
debug: false,
mimeType: 'image/png'
};
const configHQ = {
quality: 1,
maxWidth: 800,
maxHeight: 800,
autoRotate: true,
debug: true,
debug: false,
mimeType: 'image/png'
};
class InputImage extends Component {
Expand Down

0 comments on commit 6e52bb8

Please sign in to comment.