canvas-editor-engine 1.0.35 → 1.0.36
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,10 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const excretions_component_1 = require("../components/excretions.component");
|
4
4
|
class CropService {
|
5
|
-
static
|
5
|
+
static setup() {
|
6
6
|
excretions_component_1.default.additionStyle = 'crop';
|
7
|
+
}
|
8
|
+
static crop() {
|
7
9
|
if (!!excretions_component_1.default.excretionsCoords?.length === false)
|
8
10
|
return;
|
9
11
|
console.log(CropService.options);
|