const reSize = (width, height) => {
global.windows.setSize(width, height);
};
module.exports = {
reSize,