moweex-img-cropper
Version:
image cropper
13 lines • 348 B
JavaScript
var CropTouch = /** @class */ (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