UNPKG

contra-ngx-img-cropper

Version:
13 lines 334 B
var CropTouch = (function () { function CropTouch(x, y, id) { if (x === void 0) { x = 0; } if (y === void 0) { y = 0; } if (id === void 0) { id = 0; } this.id = id; this.x = x; this.y = y; } return CropTouch; }()); export { CropTouch }; //# sourceMappingURL=cropTouch.js.map