Files
2025-01-03 20:07:29 -08:00

6 lines
136 B
TypeScript

import { Region, screen } from "@mintplex-labs/nut-js";
(async () => {
await screen.highlight(new Region(100, 200, 300, 400));
})();