add Selection utility class

pull/92/head
Abdullah Alfaraj 2023-02-10 18:11:28 +03:00
parent 53054b8d8d
commit a0363d6945
1 changed files with 11 additions and 0 deletions

View File

@ -50,7 +50,18 @@ async function selectionToFinalWidthHeight() {
}
}
class Selection {
static getSelectionInfo() {}
static isValidSelection() {
selection_info
}
static reselectArea(selection_info) {}
static isSameSelection(selection_info_1, selection_info_2) {}
static {}
}
module.exports = {
finalWidthHeight,
selectionToFinalWidthHeight,
Selection,
}