pcm-shared-components 0.0.60 → 0.0.61
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.
|
@@ -23,7 +23,7 @@ import {ImageCanvasDraw} from 'pcm-shared-components';
|
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
25
|
|
|
26
|
-
const ImageCanvasDraw = props => {
|
|
26
|
+
export const ImageCanvasDraw = props => {
|
|
27
27
|
const {
|
|
28
28
|
onSave,
|
|
29
29
|
outputFormat,
|
|
@@ -154,7 +154,6 @@ const ImageCanvasDraw = props => {
|
|
|
154
154
|
imgSrc: state.b64DataUrl
|
|
155
155
|
}))) : /*#__PURE__*/React.createElement(React.Fragment, null, "loading..."));
|
|
156
156
|
};
|
|
157
|
-
|
|
158
157
|
export default ImageCanvasDraw;
|
|
159
158
|
ImageCanvasDraw.defaultProps = {
|
|
160
159
|
onSave: undefined,
|