canvas-editor-engine 1.0.39 → 1.0.40
Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ class CropService {
|
|
25
25
|
width: options.width,
|
26
26
|
height: options.height,
|
27
27
|
};
|
28
|
+
console.log('AppStore.store', store_1.default.store);
|
28
29
|
}
|
29
30
|
static viewCropButton() {
|
30
31
|
const cropButtons = excretions_component_1.default.excretionWrap.querySelectorAll('.crop-button');
|