diff --git a/selection.js b/selection.js index 4f3db4d..151516d 100644 --- a/selection.js +++ b/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, }