pcm-shared-components 0.0.65 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -137,7 +137,7 @@ const Controls = props => {
137
137
  },
138
138
  step: 1,
139
139
  min: 1,
140
- max: 10
140
+ max: 20
141
141
  }))), /*#__PURE__*/React.createElement("div", {
142
142
  className: "my-6"
143
143
  }, /*#__PURE__*/React.createElement(Typography, {
@@ -45,10 +45,10 @@ export const ImageCanvasDraw = props => {
45
45
  imageQuality: 0.5,
46
46
  b64DataUrl: b64DataUrl,
47
47
  imageCompressionOptions: {
48
- maxSizeMB: 0.4,
48
+ maxSizeMB: 0.7,
49
49
  maxWidthOrHeight: 1920,
50
50
  useWebWorker: true,
51
- maxIteration: 10
51
+ maxIteration: 5
52
52
  }
53
53
  });
54
54
  const saveableCanvas = useRef();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "0.0.65",
3
+ "version": "0.0.68",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {