Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async move(region: Region) {
await mouse.move(
straightTo(
centerOf(
await toNutRegion(region)
)
)
)
},
async scrollUp(amount: number) {
async dragAndDrop(region: Region) {
await mouse.drag(
straightTo(
centerOf(
await toNutRegion(region)
)
)
);
},
async move(region: Region) {