mirror of
https://github.com/Mintplex-Labs/nut.js.git
synced 2026-07-25 20:45:27 -04:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import { Region, screen } from "@mintplex-labs/nut-js";
|
|
|
|
(async () => {
|
|
await screen.highlight(new Region(100, 200, 300, 400));
|
|
})();
|