add Selection utility class
parent
53054b8d8d
commit
a0363d6945
11
selection.js
11
selection.js
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue